Commit graph

2 commits

Author SHA1 Message Date
George Cushen
440f422646 fix: choosing featured image in Netlify CMS
Fixes conflict between `featured` param describing if a post is featured and featured `image` param - was a typo with it also being named `featured` instead of the unique name of `image`.

Fix https://github.com/gcushen/hugo-academic/issues/1593
2020-03-13 18:46:15 +00:00
George Cushen
ecc423e9de feat: add support for editing pages in Netlify CMS
Adds support for writing blog posts and editing privacy policy and terms pages.

To use,
- You must already be using Netlify to deploy your site
- Login to Netlify and setup your editors under the Identity section
- Head over to YOUR_URL/admin/

See https://github.com/gcushen/hugo-academic/issues/1191
2020-02-08 20:03:06 +00:00