mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-19 23:15:17 +02:00
The file uploader in Wowchemy CMS has also been updated to reflect the change. BREAKING CHANGES: - rename assets/images/ to assets/media/ - move default social sharing image (if any) to assets/media/sharing.* |
||
---|---|---|
.. | ||
data | ||
functions | ||
templates | ||
config.yaml | ||
go.mod | ||
README.md |
Wowchemy CMS
A Content Management System (CMS) for the Wowchemy website builder.
Built upon the open source Netlify CMS and Netlify Identity projects.
Install
-
Edit
config/_default/config.toml
to install thewowchemy-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"
-
Create a
content/admin/index.md
file containing:--- type: wowchemycms outputs: - wowchemycms_config - HTML ---
-
(Optional) If your Git repository's branch is not
main
, define it inconfig/_default/params.toml
:[cms] branch = "master"