| layout |
|---|
full |
- 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.ymlfile 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.mdfiles (other pages), formatting is done with standard GitHub Markdown syntax, we provide an example fileexample.mdin the repository. Important: Please include--- layout: default ---(the first three line inexample.md) at the beginning of your every newly created.mdfile. - Add your new
.mdfiles to the site by editing the_config.ymlfile in your forked repository. Undernavigation:add a new pair of- title:andurl:, and fill their value with your page name and.mdfile name. Remember to remove the- title:andurl:pair for the example page. - Go back to "Settings" -> "Pages" to find your website link.
