diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8c35d3..97d3784 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ Pomme de terre! Links to images must be either from Kognity or available for free non-commercial use. They should be sent to the site administrator's email to be loaded in as a static local asset. Images should be linked using HTML, have a maximum width of 700 pixels, contain a reference to the source organisation, and fit the overall theme of the site. The link to the image path is `/resources/images/image.file-extension`. If possible, PNGs are preferred. Images should be relevantly named in lowercase with hyphens separating words. -`(Source: Kognity) +`(Source: Kognity)` ## Special Markdown diff --git a/README.md b/README.md index 1483f3c..242f7e0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Eifueo -A "competitor" of sorts to magicalsoup/highschool. +A "competitor" of sorts to magicalsoup/highschool available at https://eifueo.eggworld.tk. -Please see [CONTRIBUTING.md](/eggy/eifueo/src/branch/master/CONTRIBUTING.md) for guidelines and formatting information. +Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and formatting information. ## Dependencies @@ -18,3 +18,9 @@ MkDocs is used to build the site. ``` mkdocs build ``` + +For live reload in a development environment: + +``` +mkdocs serve +```