
New Pages In Jekyll
Apr 23rd, 2021
Adding A Page
To add a page to your Jekyll-built site (i.e. Blog, About) follow these steps:
- Create .md or .html file in /root.
- Insert front matter using - - - title: - - -
- If you want to use a different layout from default, either list in in the front matter, or edit _config.yml ‘defaults:’ section (preferred).
- Write your markdown / HTML content.
- Insert front matter using - - - title: - - -
- Add Page to _data/navigation.yml
- name: and link: