diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -17,6 +17,16 @@ $ git clone https://github.com/roninro/hugo-theme-puppet.git themes/puppet Take a look inside the [exampleSite](exampleSite) folder of this theme. You'll find a file called [config.toml](exampleSite/config.toml). To use it, copy the [config.toml](exampleSite/config.toml) in the root directory of your website. Overwrite the existing config file if necessary. +## Content + + +### Archive Page + +add `archive/_index.md` to your `content` folder. This file will be used as the archive page. + +### About Page + +like the archive page, add `about/_index.md` to your `content` folder. ## Front Matter example |
