.Kind (page): .Type (bugs) / .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 db405a5 "Add super-asterisk example (Hugo v0.34+)" on 2018-01-22.
Markdown source of this page

Globs for subdirs in bundles in resources -> src front-matter 1

tags: not-a_bug


Description/Summary

Test case for Hugo Issue #4295: Images :src "images/copy-of-*.png" — works :src "copy-2-*.png" Summary :src "images/copy-of-*.png" — works (this page) :src "*/copy-of-*.png" — works (here) :src "copy-of-*.png" — does not work (here) :src "**copy-of-*.png" — works (here)


Content

Test case for Hugo Issue #4295:

Images

Summary


Resources


Page (Debug)

Page VariableValue
Name "Globs for subdirs in bundles in resources -> src front-matter 1"
Title "Globs for subdirs in bundles in resources -> src front-matter 1"
ResourceType "page"
Kind "page"
Section "bugs"
Draft false
Type "bugs"
Layout ""
Permalink "https://hugo-sandbox.netlify.com/bugs/globs-in-resources-src-1/"
RelPermalink "/bugs/globs-in-resources-src-1/"
Data
page.Data{} (type:page.Data)
NextPageGlobs for subdirs in bundles in resources -> src front-matter 3
PrevPageHTML entities in code blocks
NextInSectionGlobs for subdirs in bundles in resources -> src front-matter 3
PrevInSectionHTML entities in code blocks

Page Params (Debug)

maps.Params{"author":[]string{"Kaushal Modi"}, "date":time.Date(2018, time.January, 19, 12, 9, 0, 0, time.Location("")), "draft":false, "iscjklanguage":false, "lastmod":time.Date(2018, time.January, 22, 11, 24, 50, 0, time.Location("")), "publishdate":time.Date(2018, time.January, 19, 12, 9, 0, 0, time.Location("")), "resources":[]map[string]interface {}{map[string]interface {}{"src":"images/copy-of-*.png", "title":"First copy of Org mode logo"}, map[string]interface {}{"src":"copy-2-*.png", "title":"Second copy of Org mode logo"}}, "tags":[]string{"not-a_bug"}, "title":"Globs for subdirs in bundles in resources -> src front-matter 1"} (type:maps.Params)

Resources (Debug)

Resource VariableValue
Name "copy-2-of-unicorn-logo.png"
Title "Second copy of Org mode logo"
ResourceType "image"
Permalink "https://hugo-sandbox.netlify.com/bugs/globs-in-resources-src-1/copy-2-of-unicorn-logo.png"
RelPermalink "/bugs/globs-in-resources-src-1/copy-2-of-unicorn-logo.png"
Params
maps.Params{} (type:maps.Params)
Resource VariableValue
Name "images/copy-of-unicorn-logo.png"
Title "First copy of Org mode logo"
ResourceType "image"
Permalink "https://hugo-sandbox.netlify.com/bugs/globs-in-resources-src-1/images/copy-of-unicorn-logo.png"
RelPermalink "/bugs/globs-in-resources-src-1/images/copy-of-unicorn-logo.png"
Params
maps.Params{} (type:maps.Params)

File Object (Debug)

FileInfo VariableValue
UniqueID "4940cbca0a2539f074fcc22e5906068a"
BaseFileName "index"
TranslationBaseName "index"
Lang "en"
Section "bugs"
LogicalName "index.md"
Dir "bugs/globs-in-resources-src-1/"
Ext "md"
Path "bugs/globs-in-resources-src-1/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]