Skip to content

basa-casa/admin collections and fields for managing hugo site configuration, content, and data.

License

Notifications You must be signed in to change notification settings

basa-casa/admin-hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/admin/config

Installation

  1. 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"
                },
            ]
        }
    }
  2. Vendor the module files for easier copying/overriding

    hugo mod vendor
    
  3. Copy /exampleSite/content/admin/ from all three admin modules, into your project.

  4. 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.

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