using jekyll
theme is heiswayi's thinkspace
Navigate to root folder and run with
$ bundle exec jekyll serve
Preview the site by going to http://localhost:4000
See this page for more details
https://help.github.com/en/articles/testing-your-github-pages-site-locally-with-jekyll
- Create the page in the root folder (either
.md
or.html
files work) - Go to
_config.yml
and add to thenavbar
list. - Go to
_includes/nav.html
and add more<li>
to the navbar list.