aboutsummaryrefslogtreecommitdiff
path: root/modules/hugo-config.el
Commit message (Collapse)AuthorAgeFilesLines
* test: add ERT coverage for modeline-config and hugo-configCraig Jennings2026-02-141-14/+25
| | | | | | | Add 67 tests across 6 new test files for modeline and hugo modules. Refactor hugo-config: extract post-file-path and post-template helpers from interactive new-post function for testability. Update todo.org with test audit (31 modules), priority adjustments, and task cleanup.
* feat(hugo): extract hugo-config module with C-; h keybindingsCraig Jennings2026-02-141-0/+124
Standalone module for ox-hugo blog workflow. One-file-per-post structure with keybindings for new post, export, open dir (dirvish and system file manager), and toggle draft.