mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-05-11 21:55:17 +02:00
Fixes sites missing speaker note capability for slides when loading multiple Hugo Modules. Fix #1933 |
||
---|---|---|
.. | ||
static/admin | ||
config.yaml | ||
go.mod | ||
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