George Cushen 5072eddcc1 feat: add Wowchemy CMS module 4 жил өмнө
..
static 5072eddcc1 feat: add Wowchemy CMS module 4 жил өмнө
templates 5072eddcc1 feat: add Wowchemy CMS module 4 жил өмнө
README.md 5072eddcc1 feat: add Wowchemy CMS module 4 жил өмнө
config.yaml 5072eddcc1 feat: add Wowchemy CMS module 4 жил өмнө
go.mod 5072eddcc1 feat: add Wowchemy CMS module 4 жил өмнө

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

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