Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 32ce57b..5e7c722 100644
--- a/README.md
+++ b/README.md
@@ -143,17 +143,17 @@ If you want to use Back To Top Button, you need to write words greater than 400,
### Archives
-If you want archive page, generate `archive.md` file in the `content` directory.
+If you want archive page, generate `archives.md` file in the `content` directory.
```
$ hugo new archives.md
```
```
-+++
+---
title: "Archive page"
-type: myarchivetype
-+++
+type: archives
+---
```
### Override CSS