1
0
Fork
You've already forked blog
0
No description
  • CSS 100%
2025年08月11日 01:58:50 -04:00
.github/workflows Update default Hugo version to 0.146.0 in GitHub Actions workflow 2025年04月20日 11:49:15 +05:30
assets Update demo site wrt 2023年12月31日 10:35:39 +05:30
content Removed i18n content 2025年08月11日 01:58:50 -04:00
themes Update submodule 'hugo-PaperMod' to latest commit (045c0849..7cf752f8) 2025年04月20日 11:55:33 +05:30
.gitignore Update demo 2023年12月15日 21:55:14 +05:30
.gitmodules update hugoBasicExample according to hugo-PaperMod 2020年07月22日 14:31:35 +05:30
config.yml Removed i18n content 2025年08月11日 01:58:50 -04:00
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

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