Update <2018-01-27 Sat>: Fixed Hugo Issue #4332 This leaf bundle lives directly under the content/ directory. It’s a leaf bundle, but gets rendered using the list layout instead of single layout.
This is an unofficial Hugo sandbox site to try to replicate possible bugs in hugo.
It is updated automatically after each commit to the
hugo-sandbox
repo.
It was last updated on Jan 20, 2022 13:08 UTC.
ox-hugo
.maps.Params{"caption":"Generated in emacs", "credit":"meme.el", "size":600, "url":"https://github.com/larsmagne/meme"} (type:maps.Params) |
content/
- _index.md
- homebranchbundle-featured.png
Kind |
Description | Example |
---|---|---|
home |
The home page | /index.html |
page |
A page showing a regular page | my-post page (/posts/my-post/index.html ) |
section |
A page listing regular pages from a given section | posts section (/posts/index.html ) |
taxonomy |
A page listing regular pages from a given taxonomy term | page for the term awesome from tags taxonomy (/tags/awesome/index.html ) |
taxonomyTerm |
A page listing terms from a given taxonomy | page for the tags taxonomy (/tags/index.html ) |
Update <2018-01-27 Sat>: Fixed Hugo Issue #4332 This leaf bundle lives directly under the content/ directory. It’s a leaf bundle, but gets rendered using the list layout instead of single layout.
Book 1 index. This type of organization will generate this in the content/ directory: > tree book1 book1 ├── chapter1 │ ├── _index.md │ ├── section1.md │ └── section2.md ├── chapter2 │ ├── _index.md │ ├── section1.md │ └── section2.md └── _index.md Chapter 1 Chapter 1 Section 1 Chapter 1 Section 2 Chapter 2 Chapter 2 Section 1 Chapter 2 Section 2
hugo-bare-min-theme
+ Hugo 0.92.0
(commit
b3549403)
.