|
4 gadi atpakaļ | |
---|---|---|
.. | ||
static | 4 gadi atpakaļ | |
templates | 4 gadi atpakaļ | |
README.md | 4 gadi atpakaļ | |
config.yaml | 4 gadi atpakaļ | |
go.mod | 4 gadi atpakaļ |
A Content Management System (CMS) for the Wowchemy website builder.
Built upon the open source Netlify CMS and Netlify Identity projects.
Install the Hugo Module by adding the following to the bottom of your config/_default/config.toml
:
[module]
# Any existing modules here...
[[module.imports]]
path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms"
[[module.imports]]
path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy"
Create a content/admin/index.md
file containing:
---
type: wowchemycms
outputs:
- wowchemycms_config
---