A fast, clean, responsive Hugo theme.
Go to file
Aditya Telange 748862e6a1
rm GoogleAnalytics
#1482
2024-04-13 12:10:20 +05:30
.github/workflows Workflows: dont build verbose 2024-02-23 20:52:02 +05:30
assets Update demo site wrt 2023-12-31 10:35:39 +05:30
content FixERROR The "twitter" shortcode requires two named parameters: user and id. 2024-02-23 20:46:04 +05:30
themes Update demo site wrt 2023-12-31 10:35:39 +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
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 rm GoogleAnalytics 2024-04-13 12:10:20 +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