papermod-fetures: update instructions for archive

This commit is contained in:
Aditya Telange 2020-10-26 21:56:58 +05:30
parent 8c659cdeb8
commit bb828c37df
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -43,12 +43,19 @@ disableThemeToggle : true
### Archives Layout ### Archives Layout
Create a page with `archive.md` Create a page with `archive.md` in `content` directory with following content
Add vars below to its page-variables
```yml ```yml
layout: "archives" ---
title: "Archive" # in any language you want
layout: "archives" # is necessary
url: "/archive"
summary: "archive"
---
``` ```
**Note:** Archives Layout does not support Multilingual Month Translations.
ex: [archives.md](https://raw.githubusercontent.com/adityatelange/hugo-PaperMod/exampleSite/content/archives.md) ex: [archives.md](https://raw.githubusercontent.com/adityatelange/hugo-PaperMod/exampleSite/content/archives.md)
--- ---