.Kind (page): .Type (posts) / .Layout ()
Bundle: n/a (regular page)
[ categories | projects | tags | search ]
Hugo Sandbox

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.


This page was created/modified in commit 3eded07 "Update theme, add draft for page kinds table" on 2018-03-12.
Markdown source of this page

Page Kinds

categories: miscellaneous


Description/Summary

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.


Content

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)

Page (Debug)

Page VariableValue
Name "Page Kinds"
Title "Page Kinds"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://hugo-sandbox.netlify.com/posts/page-kinds/"
RelPermalink "/posts/page-kinds/"
Data
page.Data{} (type:page.Data)
NextPagePage bleariest stubble
PrevPagePage rotary balm
NextInSectionPage bleariest stubble
PrevInSectionPage rotary balm

Page Params (Debug)

maps.Params{"author":[]string{"Kaushal Modi"}, "categories":[]string{"miscellaneous"}, "draft":false, "iscjklanguage":false, "lastmod":time.Date(2018, time.March, 12, 13, 14, 40, 0, time.Location("")), "title":"Page Kinds"} (type:maps.Params)

File Object (Debug)

FileInfo VariableValue
UniqueID "e90469b01aeb16221fca86d73c7c08ab"
BaseFileName "page-kinds"
TranslationBaseName "page-kinds"
Lang "en"
Section "posts"
LogicalName "page-kinds.md"
Dir "posts/"
Ext "md"
Path "posts/page-kinds.md"

This site is generated using the ox-hugo package for Emacs/Org-mode + hugo-bare-min-theme + Hugo 0.92.0 (commit b3549403) .

[Back to Hugo Sandbox home]