summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/index.json
AgeCommit message (Collapse)AuthorFilesLines
2026-04-22chore: extract theme into git submodule (danix2-hugo-theme)Danilo M.1-13/+0
2026-04-20feat: add search index JSON generation templateDanilo M.1-0/+13
Generates /search-index.json at build time containing title, url, date, and summary for all articles. Template uses Hugo's jsonify and plainify filters for safe JSON output. Includes outputFormats configuration in hugo.toml to enable JSON output format. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>