mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
A fast, clean, responsive Hugo theme.
blogblog-themecleanfastfeature-richgrayscalehigh-performancehugohugo-blog-themehugo-thememit-licensepapermodportfoliothemewell-documented
fa57a841c3
* docs: limit search results Signed-off-by: Navendu Pottekkat <navendu@apache.org> * Update with refer link to fuse docs --------- Signed-off-by: Navendu Pottekkat <navendu@apache.org> Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com> |
||
---|---|---|
.github/workflows | ||
assets/css/extended | ||
content | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
config.yml | ||
configTaxo.yml | ||
LICENSE | ||
README.md |
hugo-paperMod Example
This repository offers an example site for hugo-PaperMod
Install
Read Wiki => hugo-PaperMod - Installation
Directory Tree
.(site root)
├── configTaxo.yml
├── config.yml
├── content
│ ├── archives.fr.md
│ ├── archives.md
│ ├── posts
│ │ ├── emoji-support.md
│ │ ├── markdown-syntax.fa.md
│ │ ├── markdown-syntax.fr.md
│ │ ├── markdown-syntax.md
│ │ ├── math-typesetting.md
│ │ ├── papermod
│ │ │ ├── _index.md
│ │ │ ├── papermod-faq.md
│ │ │ ├── papermod-features
│ │ │ │ ├── images
│ │ │ │ │ ├── homeinfo.jpg
│ │ │ │ │ ├── profile.jpg
│ │ │ │ │ └── regular.jpg
│ │ │ │ └── index.md
│ │ │ ├── papermod-icons.md
│ │ │ ├── papermod-installation.md
│ │ │ └── papermod-variables.md
│ │ ├── placeholder-text.md
│ │ └── rich-content.md
│ ├── search.fr.md
│ ├── search.md
│ └── tags
├── LICENSE
├── README.md
├── resources
│ └── _gen
│ ├── assets
│ └── images
├── static
│ ├── android-chrome-192x192.png
│ ├── android-chrome-512x512.png
│ ├── apple-touch-icon.png
│ ├── favicon-16x16.png
│ ├── favicon-32x32.png
│ ├── favicon.ico
│ └── papermod-cover.png
└── themes
└── hugo-PaperMod