- Fork (copy) this repository by clicking the "Fork" button on the top right corner.
- Go to "Settings" -> "Pages" in your forked repository. Under "Branch" change "None" to "master" and click "Save".
- Edit the
_config.yml
file in your forked repository to change the site title (aftertitle:
) and description (afterdescription:
). - Build your own page by editing this
README.md
(home page) and creating new.md
files (other pages), formatting is done with standard GitHub Markdown syntax, we provide an example fileexample.md
in the repository. Important: Please include--- layout: default ---
(the first three line inexample.md
) at the beginning of your every newly created.md
file. - Add your new
.md
files to the site by editing the_config.yml
file in your forked repository. Undernavigation:
add a new pair of- title:
andurl:
, and fill their value with your page name and.md
file name. Remember to remove the- title:
andurl:
pair for the example page. - Go back to "Settings" -> "Pages" to find your website link.