Website for blackwolf.drwater.net https://blackwolf.drwater.net
Go to file
Ming Su 1cc1706883 compile 2025-06-21 15:33:32 +08:00
assets inital setup 2025-02-07 10:12:09 +08:00
content compile 2025-06-21 15:33:32 +08:00
i18n inital setup 2025-02-07 10:12:09 +08:00
layouts compile 2025-06-20 20:13:45 +08:00
resources/_gen/images compile 2025-06-20 20:13:45 +08:00
.gitignore inital setup 2025-02-07 10:12:09 +08:00
.hugo_build.lock inital setup 2025-02-07 10:12:09 +08:00
LICENSE inital setup 2025-02-07 10:12:09 +08:00
Makefile inital setup 2025-02-07 10:12:09 +08:00
README.md inital setup 2025-02-07 10:12:09 +08:00
_quarto.yml inital setup 2025-02-07 10:12:09 +08:00
config.yml compile 2025-06-20 20:38:24 +08:00

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