Each section has its own file in the _posts
directory. Simply add Markdown compatible content below the the header (the header is defined within ---
).
This can be done in a local clone as well as directly in the GitHub file editor.
To add a new section, copy an existing one and:
- Change the filename to
2022-01-xx-section-name.md
wherexx
is the section ID used for sorting the sections. - Change the title in the section header.
- Change the section content below the header (see above).
- The layout of the website is defined in
_layouts/default.html
. Different elements of the website are defined in the_includes
directory and imported intodefault.html
. - The style (
css
) of the website elements is defined in_includes/css/main.css
. - The banner (hero image) is located in
img/banner.jpg
. - Site metadata (title, author, url, etc.) is defined in
_config.yaml
.