hugo-academic-mirror/netlify-cms-academic
George Cushen 8e23f3f748 fix: Hugo does not fully mount multiple modules
Fixes sites missing speaker note capability for slides when loading multiple Hugo Modules.

Fix #1933
2020-11-06 13:53:33 +00:00
..
static/admin feat(cms): add noindex for bots (#1881) 2020-10-08 21:36:20 +01:00
config.yaml fix: Hugo does not fully mount multiple modules 2020-11-06 13:53:33 +00:00
go.mod feat: add netlify-cms-academic module 2020-10-01 15:49:23 +01:00
README.md feat: add netlify-cms-academic module 2020-10-01 15:49:23 +01:00

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