.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 669d193 "Copy ox-hugo test site" on 2017-11-02.
Markdown source of this page

Hugo auto weight ineffective for per-file exports

tags: weight


Description/Summary

Even though we have #+HUGO_WEIGHT: auto in this file, the weight will be treated as nil as this file is exported using the per-file or complete-file export flow. The auto-weight calculation works only for per-subtree flow.


Content

Even though we have #+HUGO_WEIGHT: auto in this file, the weight will be treated as nil as this file is exported using the per-file or complete-file export flow.

The auto-weight calculation works only for per-subtree flow.


Page (Debug)

Page VariableValue
Name "Hugo auto weight ineffective for per-file exports"
Title "Hugo auto weight ineffective for per-file exports"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://hugo-sandbox.netlify.com/posts/hugo-auto-weight-ineffective-for-per-file-exports/"
RelPermalink "/posts/hugo-auto-weight-ineffective-for-per-file-exports/"
Data
page.Data{} (type:page.Data)
NextPageFirst Article
PrevPageHyphens and spaces in categories
NextInSectionFilling is preserved
PrevInSectionHyphens and spaces in categories

Page Params (Debug)

maps.Params{"draft":false, "iscjklanguage":false, "lastmod":time.Date(2017, time.November, 2, 10, 12, 52, 0, time.Location("")), "tags":[]string{"weight"}, "title":"Hugo auto weight ineffective for per-file exports"} (type:maps.Params)

File Object (Debug)

FileInfo VariableValue
UniqueID "48648513fe0ac2b1dbd3432be854f3cb"
BaseFileName "hugo-auto-weight-ineffective-for-per-file-exports"
TranslationBaseName "hugo-auto-weight-ineffective-for-per-file-exports"
Lang "en"
Section "posts"
LogicalName "hugo-auto-weight-ineffective-for-per-file-exports.md"
Dir "posts/"
Ext "md"
Path "posts/hugo-auto-weight-ineffective-for-per-file-exports.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]