A fast, clean, responsive and hardened Hugo theme.
Go to file
Aditya Telange e1a7a33b8d
config profileMode update
2022-07-09 20:20:16 +05:30
.github/workflows Add chromastyles Disable HLJS 2022-07-08 21:05:15 +05:30
assets/css/extended Add chromastyles Disable HLJS 2022-07-08 21:05:15 +05:30
content Add ex for e3c30b4e41 2022-07-08 20:38:55 +05:30
static delete favicons 2021-02-12 16:09:48 +05:30
themes Update theme to v6.0 2022-01-22 00:07:53 +05:30
.gitignore update hugoBasicExample according to hugo-PaperMod 2020-07-22 14:31:35 +05:30
.gitmodules update hugoBasicExample according to hugo-PaperMod 2020-07-22 14:31:35 +05:30
LICENSE Initial commit 2014-04-26 14:46:54 -07:00
README.md add Directory Tree in README 2021-02-12 14:05:08 +05:30
config.yml config profileMode update 2022-07-09 20:20:16 +05:30
configTaxo.yml convert config: toml -> yml 2020-09-16 11:38:30 +05:30

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