Socket
Socket
Sign inDemoInstall

github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms


Version published

Readme

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.yaml to install the wowchemy-plugin-netlify-cms module:

    module:
      imports:
        - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms
    
  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

Last updated on 28 Jun 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc