George Cushen 3f1c4b4df2 refactor: move test/ and yarn to repo root 4 years ago
..
static 6c7237fc0a feat(cms): add slides editor 4 years ago
README.md 3f1c4b4df2 refactor: move test/ and yarn to repo root 4 years ago
config.yaml 8e23f3f748 fix: Hugo does not fully mount multiple modules 4 years ago
go.mod e58ee0ffc5 feat: add netlify-cms-academic module 4 years ago

README.md

Academic CMS

A content management system for Wowchemy that is optimized for the Academic Starter Template. Built upon Netlify CMS and Netlify Identity.

Install

Install the Hugo Module by adding the following to the bottom of your config/_default/config.toml:

[module]

  # Any existing modules here...

  # Install Netlify CMS
  [[module.imports]]
    path = "github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic"

Then enable the integration in config/_default/params.toml by setting:

[cms]
  netlify_cms = true