George Cushen e470c4e2cf feat: add options for branch, local_backend, and publish_mode (editorial flow) 4 tahun lalu
..
data e470c4e2cf feat: add options for branch, local_backend, and publish_mode (editorial flow) 4 tahun lalu
functions e470c4e2cf feat: add options for branch, local_backend, and publish_mode (editorial flow) 4 tahun lalu
templates e470c4e2cf feat: add options for branch, local_backend, and publish_mode (editorial flow) 4 tahun lalu
README.md e470c4e2cf feat: add options for branch, local_backend, and publish_mode (editorial flow) 4 tahun lalu
config.yaml e470c4e2cf feat: add options for branch, local_backend, and publish_mode (editorial flow) 4 tahun lalu
go.mod 5072eddcc1 feat: add Wowchemy CMS module 4 tahun lalu

README.md

Wowchemy CMS

A Content Management System (CMS) for the Wowchemy website builder.

Built upon the open source Netlify CMS and Netlify Identity projects.

Install

  1. Edit config/_default/config.toml to install the wowchemy-cms Hugo Module so that you have something like:

    [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"
    
  2. Create a content/admin/index.md file containing:

    ---
    type: wowchemycms
    outputs:
    - wowchemycms_config
    - HTML
    ---