diff options
| author | roninro <liumy.f@foxmail.com> | 2022-07-30 22:21:10 +0800 |
|---|---|---|
| committer | roninro <liumy.f@foxmail.com> | 2022-07-30 22:21:10 +0800 |
| commit | 6e7ff3ae05c60e9483920031f20e591a7b77c7ee (patch) | |
| tree | 1e2024a4bfbd582c40ddd7c56da07522c1d52332 | |
| parent | d7e2e76b8d1beb37df8ad42425af0054d822421a (diff) | |
README.md
| -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 |
