Commit Graph

10 Commits

Author SHA1 Message Date
bbaovanc 14475c13f4 Remove full-width-hr shortcode
Not sure what I planned to use this for. It has since become outdated
and out of sync with the new margins I set on body recently in
4e753395ba and
6b729c6acf.
2025-08-08 14:10:20 -05:00
bbaovanc bbe76a44bb Allow backticks in figure inline caption using \bt
Workaround for multline strings bounded with backtick not supporting any
way to escape one to type it inside the string.
2025-07-30 00:43:05 -05:00
bbaovanc 5afaf2ce3e Fix fallback to resource title for figure caption 2025-07-27 03:33:44 -05:00
bbaovanc f371afe529 Support using src with custom caption parameter in figure shortcode 2025-07-27 02:34:44 -05:00
bbaovanc 8f79d2af3a Allow using positional parameter for figure caption 2025-07-27 01:44:08 -05:00
bbaovanc e0d2c536e4 WIP 2025-07-06 19:45:00 -05:00
bbaovanc 8fafc843ef WIP 2025-07-06 19:44:46 -05:00
bbaovanc 5a957bc745 Fix __hugo_ctx in include shortcode
See posts 2 and 3:
https://discourse.gohugo.io/t/weird-hugo-ctx-pid-34-inside-rendershortcodes/55176?u=bbaovanc

The 4 spaces causes it to think it's an inline code block.
2025-06-29 16:18:37 -05:00
bbaovanc 67ac36e9e2 Use resources to power the include shortcode
https://github.com/gohugoio/hugo/issues/13823#issuecomment-3015270202

Then I can just create unrendered pages for snippets. It fixes all the
markdown rendering related woes.
2025-06-29 03:41:37 -05:00
bbaovanc 1aa2f8ea5c Move template files based on Hugo v0.146 revamp
See https://gohugo.io/templates/new-templatesystem-overview/

Under layouts/
- mv _default/* .
- mv partials _partials
- mv shortcodes _shortcodes
- mv taxonomy/list.html taxonomy.html
- mv taxonomy/term.html term.html
2025-06-28 03:07:02 -05:00