refactor: switch Hugo config from TOML to YAML

This commit is contained in:
2026-05-13 17:10:05 +07:00
parent 37dbf84c14
commit ef7c94de8e
4 changed files with 34 additions and 33 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
title: "Home"
---
This file exists so Hugo renders the index page. All bio content comes from `[params]` in `hugo.toml`.
This file exists so Hugo renders the index page. All bio content comes from `params` in `hugo.yml`.