-
Import this module in your Hugo
config.toml
.[module] [[module.imports]] path = "github.com/basa-casa/admin-hugo"
config.yml
module: imports: - path: github.com/basa-casa/admin-hugo
config.json
{ "module": { "imports": [ { "path": "github.com/basa-casa/admin-hugo" }, ] } }
-
Vendor the module files for easier copying/overriding
hugo mod vendor
-
Copy
/exampleSite/content/admin/
from all three admin modules, into your project. -
Modify the
cascade.config
object in_index.md
to reflect your project. This controls the static cms backend and other settings common to each sub-cms.
-
Notifications
You must be signed in to change notification settings - Fork 2
basa-casa/admin collections and fields for managing hugo site configuration, content, and data.
License
basa-casa/admin-hugo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
basa-casa/admin collections and fields for managing hugo site configuration, content, and data.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published