Skip to content

NIH-R25-ModelersAndStoryTellers/nih-r25-modelersandstorytellers.github.io

Repository files navigation

Modelers and Storytellers Website

Edit/add pages

  • Site title: _config.yml -> title.
  • Menu bar: _data/navigation.yml.
  • Homepage: pages/pages-root-folder/index.md.
  • Add .md file into pages folder and link to data/navigation.yml to create new pages.

View/test site locally

https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll

Use command jekyll serve --config _config.yml,_config_dev.yml.