mirror of
https://github.com/tiennm99/iammiti99.git
synced 2026-05-14 08:58:29 +00:00
37dbf84c14
Replace the custom Node.js builder with Hugo and the bonsai theme (added as a submodule at themes/bonsai). Site content moves from config.yaml into [params] in hugo.toml. CI switched to Hugo Extended 0.154.0 build; daily cron dropped (no API decoration to refresh). Avatar imported from miti99 project.
17 lines
161 B
Plaintext
17 lines
161 B
Plaintext
# Hugo build output
|
|
public/
|
|
resources/_gen/
|
|
.hugo_build.lock
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Editor / OS
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|