Updates/changes:
- 11-18-2020
- Fixed build error (removed collections meta)
- Tried to add tags (failed)
- Added tags to admin UI OK, failed to get them to appear on a tags sub page
- 04-16-2020 (?)
- Upon content change via CMS, the Netlify hosted static site is not auto-updating (NEED TO RETEST AGAIN), although the github repo files are updating, along with the github pages hosted static site.
- Netlify-hosted static site currently requires a manual deploy (via netlify admin interface). This was not always the case.
- This could be interpreted as a good thing, if we use the gh-pages site as a staging server and the netlify site as the production server.
- New posted are not working when added via Netlify CMS interface.
- Old posted can be modified OK.
- New posts are able to be added/created OK (via the admin cms interface), but they are not viewable via the static generated site.
- Observation: new posted do not get a date time-stamp at the beginning of the md file name.
- 12-11-2019
- Fixed auto-deployment issues (build and web hooks)
- Fixed Netlify CMS created posts (added date info to post slug name via config file)
- Added Permalink and Add-to-Main-Nav fields for Netlify CMS admin created pages