mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Alexandros
8357e46a5e
Add Posts Type (#31)
This PR adds a `type = "posts"` for themes that need it. Most notably [Hyde Hyde](https://themes.gohugo.io/theme/hyde-hyde/) that currently has its index page empty will have it populated with posts once again. If more themes need different content types I will see whether it is possible to turn `type` into an array to add more of these.
hugoBasicExample
This is an example site for Hugo.
It is intended to be a demo site for the various Hugo themes.
Using
- Install Hugo
- Clone this repository
git clone https://github.com/gohugoio/hugoBasicExample.git
cd hugoBasicExample
- Clone the repository you want to test. If you want to test all hugo themes, you can clone the full list
git clone --recursive https://URL/OF/YOUR/THEME themes/YOURTHEME
or
git clone --recursive https://github.com/gohugoio/hugoThemes.git themes
- Run Hugo and select the theme of your choosing
hugo server -t YOURTHEME
Description
A fast, clean, responsive Hugo theme.
blogblog-themecleanfastfeature-richgrayscalehigh-performancehugohugo-blog-themehugo-thememit-licensepapermodportfoliothemewell-documented
Readme
46 MiB
Languages
HTML
88.7%
CSS
8.7%
JavaScript
2.6%