summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3b8307..f77cd07 100644
--- a/README.md
+++ b/README.md
@@ -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