- Homepage:
- The template is cloned from https://github.com/Phlow/feeling-responsive.
- Documentations are available at https://phlow.github.io/feeling-responsive/ and
pages/documentation.md
.
- Site title:
_config.yml
->title
. - Menu bar:
_data/navigation.yml
. - Homepage:
pages/pages-root-folder/index.md
. - Add
.md
file intopages
folder and link todata/navigation.yml
to create new pages.
Use command jekyll serve --config _config.yml,_config_dev.yml
.