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:
authorMasaya Watanabe <sfbgwm30@gmail.com>2022-05-02 12:59:21 +0300
committerGitHub <noreply@github.com>2022-05-02 12:59:21 +0300
commita7b75e0f99f7ffcedc4518b07d27aee70576c285 (patch)
tree17e64e43c3bca0216acaddd51ac44d644eb21c40
parent591a7afa86697e4b1f72afe5b1303a01a7697430 (diff)
parentdee20a3b44b4980c6f206290a5099a448f1817e1 (diff)
Merge pull request #136 from anemology/update-readme-archiveHEADmaster
Update README.md for archive page
-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