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

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

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

  • v0.0.0-20210420170408-60b85bd83c71
  • Source
  • Go
  • Socket score

Version published
Created
Source

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
    ---
    
    
  3. (Optional) If your Git repository's branch is not main, define it in config/_default/params.toml:

    [cms]
      branch = "master"
    

FAQs

Package last updated on 20 Apr 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc