# Academic CMS

A content management system for [Wowchemy](https://wowchemy.com) that is optimized for the [Academic Starter Template](https://github.com/wowchemy/starter-academic). Built upon [Netlify CMS](https://www.netlifycms.org/) and [Netlify Identity](https://docs.netlify.com/visitor-access/identity/#enable-identity-in-the-ui).

## Install

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

```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:

```toml
[cms]
  netlify_cms = true
```