Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5

  • v5.0.0-20220627140744-565e5a40ae8b
  • Source
  • Go
  • Socket score

Version published
Created

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.yaml to install the wowchemy-cms Hugo Module so that you have something like:

    module:
      imports:
        - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
        - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
    
  2. Create a content/admin/index.md file containing:

    ---
    type: wowchemycms
    private: true
    outputs:
      - wowchemycms_config
      - HTML
    ---
    
    
  3. (Optional) If your Git repository's branch is not main, define it in config/_default/params.yaml:

    extensions:
      cms:
        branch: master
    

FAQs

Package last updated on 27 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts