.Kind (page): .Type (posts) / .Layout ()
Bundle: leaf
[ 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 b94f44a "Make the previous example more crazy" on 2018-01-22.
Markdown source of this page

Resource Order Mutually exclusive

tags: resources


Description/Summary

Markdown source Source of documents: 1, 2 Ref


Content

Markdown source


Source of documents: 1, 2

Ref


Resources


Page (Debug)

Page VariableValue
Name "Resource Order Mutually exclusive"
Title "Resource Order Mutually exclusive"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://hugo-sandbox.netlify.com/posts/resources-order-mutex/"
RelPermalink "/posts/resources-order-mutex/"
Data
page.Data{} (type:page.Data)
NextPagedate and publishdate
PrevPageResource Order A
NextInSectionResource Order A (YAML)
PrevInSectionResource Order A

Page Params (Debug)

maps.Params{"author":[]string{"Kaushal Modi"}, "date":time.Date(2018, time.January, 22, 17, 31, 0, 0, time.Location("")), "draft":false, "iscjklanguage":false, "lastmod":time.Date(2018, time.January, 22, 17, 57, 46, 0, time.Location("")), "publishdate":time.Date(2018, time.January, 22, 17, 31, 0, 0, time.Location("")), "resources":[]map[string]interface {}{map[string]interface {}{"params":map[string]interface {}{"foo":"guide"}, "src":"documents/guide.pdf"}, map[string]interface {}{"params":map[string]interface {}{"bar":"not guide 5+char"}, "src":"documents/[!g][!u][!i][!d][!e]*.pdf"}, map[string]interface {}{"params":map[string]interface {}{"zoo1":"not guide 1char"}, "src":"documents/[a-z].pdf"}, map[string]interface {}{"params":map[string]interface {}{"zoo2":"not guide 2char"}, "src":"documents/[a-z][a-z].pdf"}, map[string]interface {}{"params":map[string]interface {}{"zoo3":"not guide 3char"}, "src":"documents/[a-z][a-z][a-z].pdf"}, map[string]interface {}{"params":map[string]interface {}{"zoo4":"not guide 4char"}, "src":"documents/[a-z][a-z][a-z][a-z].pdf"}, map[string]interface {}{"params":map[string]interface {}{"lulu":"docx"}, "src":"documents/*.docx"}}, "tags":[]string{"resources"}, "title":"Resource Order Mutually exclusive"} (type:maps.Params)

Resources (Debug)

Resource VariableValue
Name "documents/aa.pdf"
Title "documents/aa.pdf"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-order-mutex/documents/aa.pdf"
RelPermalink "/posts/resources-order-mutex/documents/aa.pdf"
Params
maps.Params{"zoo2":"not guide 2char"} (type:maps.Params)
Resource VariableValue
Name "documents/bbb.pdf"
Title "documents/bbb.pdf"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-order-mutex/documents/bbb.pdf"
RelPermalink "/posts/resources-order-mutex/documents/bbb.pdf"
Params
maps.Params{"zoo3":"not guide 3char"} (type:maps.Params)
Resource VariableValue
Name "documents/cccc.pdf"
Title "documents/cccc.pdf"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-order-mutex/documents/cccc.pdf"
RelPermalink "/posts/resources-order-mutex/documents/cccc.pdf"
Params
maps.Params{"zoo4":"not guide 4char"} (type:maps.Params)
Resource VariableValue
Name "documents/checklist.pdf"
Title "documents/checklist.pdf"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-order-mutex/documents/checklist.pdf"
RelPermalink "/posts/resources-order-mutex/documents/checklist.pdf"
Params
maps.Params{"bar":"not guide 5+char"} (type:maps.Params)
Resource VariableValue
Name "documents/guide.pdf"
Title "documents/guide.pdf"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-order-mutex/documents/guide.pdf"
RelPermalink "/posts/resources-order-mutex/documents/guide.pdf"
Params
maps.Params{"foo":"guide"} (type:maps.Params)
Resource VariableValue
Name "documents/p.pdf"
Title "documents/p.pdf"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-order-mutex/documents/p.pdf"
RelPermalink "/posts/resources-order-mutex/documents/p.pdf"
Params
maps.Params{"zoo1":"not guide 1char"} (type:maps.Params)
Resource VariableValue
Name "documents/payment.docx"
Title "documents/payment.docx"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-order-mutex/documents/payment.docx"
RelPermalink "/posts/resources-order-mutex/documents/payment.docx"
Params
maps.Params{"lulu":"docx"} (type:maps.Params)
Resource VariableValue
Name "documents/photo_specs.pdf"
Title "documents/photo_specs.pdf"
ResourceType "application"
Permalink "https://hugo-sandbox.netlify.com/posts/resources-order-mutex/documents/photo_specs.pdf"
RelPermalink "/posts/resources-order-mutex/documents/photo_specs.pdf"
Params
maps.Params{"bar":"not guide 5+char"} (type:maps.Params)

File Object (Debug)

FileInfo VariableValue
UniqueID "9126dfc92d3e3202ffa051e0df8558ce"
BaseFileName "index"
TranslationBaseName "index"
Lang "en"
Section "posts"
LogicalName "index.md"
Dir "posts/resources-order-mutex/"
Ext "md"
Path "posts/resources-order-mutex/index.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]