one-click-hugo-cms
one-click-hugo-cms copied to clipboard
Updating the build pipeline to include custom CMS templates for preview
Summary
Looks like when I upgraded all of our dependencies and fixed up some breaking changes in #674, I also broke the Preview Template feature. Fortunately this doesn't stop it from rendering properly once you've published your post in the editor, just need to find a way to bring the src/js/cms.js
files into our site/static/admin/index.html
.
Current Preview | Current Output |
---|---|
![]() |
![]() |
Steps to Reproduce
To reproduce this you need to go into the NetlifyCMS (/admin
) and see any page or post.
Expected Behavior
We should expect the current output as the current preview, with the same styling and everything we're using.