refactor: use TOML for configuration file (#1228)
* refactor: remove jsconfig.json * chore: remove devcontainer config * refactor: migrate Hugo configuration from `hugo.yaml` to dedicated `module.toml` and `params.toml` files, and update minimum Hugo version. * refactor: migrate demo site configuration from `hugo.yaml` to `config/_default/*.toml` * feat: enable local sidebar avatar for demo site and relocate its image to demo assets. * feat: migrate demo site to Hugo Modules for theme management. * fix: wrong config folder name
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module github.com/CaiJimmy/hugo-theme-stack/demo
|
||||
|
||||
go 1.25.6
|
||||
|
||||
replace github.com/CaiJimmy/hugo-theme-stack/v3 => ../
|
||||
|
||||
require github.com/CaiJimmy/hugo-theme-stack/v3 v3.34.0 // indirect
|
||||
Reference in New Issue
Block a user