.Kind (page): .Type (articles) / .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 669d193 "Copy ox-hugo test site" on 2017-11-02.
Markdown source of this page

Article 1


Description/Summary

First article. This will land in content/articles/ as the parent of this subtree sets EXPORT_HUGO_SECTION to articles. Note that the theme needs to define at least the single.html, either in the layouts/_default/ directory, or layouts/articles/, either in the Hugo base dir or the theme dir.


Content

First article.

This will land in content/articles/ as the parent of this subtree sets EXPORT_HUGO_SECTION to articles. Note that the theme needs to define at least the single.html, either in the layouts/_default/ directory, or layouts/articles/, either in the Hugo base dir or the theme dir.


Page (Debug)

Page VariableValue
Name "Article 1"
Title "Article 1"
ResourceType "page"
Kind "page"
Section "articles"
Draft false
Type "articles"
Layout ""
Permalink "https://hugo-sandbox.netlify.com/articles/article-1/"
RelPermalink "/articles/article-1/"
Data
page.Data{} (type:page.Data)
NextPagePost with menu 5
PrevPageArticle 2
NextInSectionNone
PrevInSectionArticle 2

Page Params (Debug)

maps.Params{"date":time.Date(2017, time.July, 19, 8, 34, 29, 0, time.Location("")), "draft":false, "iscjklanguage":false, "lastmod":time.Date(2017, time.November, 2, 10, 12, 52, 0, time.Location("")), "publishdate":time.Date(2017, time.July, 19, 8, 34, 29, 0, time.Location("")), "title":"Article 1"} (type:maps.Params)

File Object (Debug)

FileInfo VariableValue
UniqueID "0244f6b361343c4915b8fd5fc3dee509"
BaseFileName "article-1"
TranslationBaseName "article-1"
Lang "en"
Section "articles"
LogicalName "article-1.md"
Dir "articles/"
Ext "md"
Path "articles/article-1.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]