mirror of
https://github.com/tiennm99/iammiti99.git
synced 2026-09-08 06:17:20 +00:00
refactor: switch Hugo config from TOML to YAML
This commit is contained in:
@@ -6,7 +6,7 @@ alternative for my own use.
|
||||
|
||||
## How it works
|
||||
|
||||
Edit [`hugo.toml`](hugo.toml) (`[params]` block) → push to `main` → GitHub
|
||||
Edit [`hugo.yml`](hugo.yml) (`params:` block) → push to `main` → GitHub
|
||||
Actions builds with Hugo + bonsai → output deploys to GitHub Pages.
|
||||
|
||||
## Local development
|
||||
@@ -32,7 +32,7 @@ domain — Hugo will copy it through to the deployed site.
|
||||
## Project layout
|
||||
|
||||
```
|
||||
hugo.toml # site content — edit [params] here
|
||||
hugo.yml # site content — edit params here
|
||||
content/_index.md # placeholder so Hugo renders the index
|
||||
static/images/ # avatar etc.
|
||||
themes/bonsai/ # bonsai theme (git submodule)
|
||||
|
||||
Reference in New Issue
Block a user