Add support for basic content pages

This commit is contained in:
James Panther
2021-11-03 11:48:08 +11:00
parent c262425766
commit fa414e9425
7 changed files with 144 additions and 9 deletions

View File

@@ -82,6 +82,8 @@ links = {
Additional page content can be provided by creating a Markdown file at `content/_index.md`. The contents of this file will be displayed between the title and links. Check out the exampleSite to see this in practice.
Basic content pages can also be created by placing Markdown files in the `content` directory. These can then be linked to using links in the config file or through the homepage content.
---
## Contributing