This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
Releases: Andy-set-studio/hylia
Releases · Andy-set-studio/hylia
Filename typo
A little release that fixes a filename.
src/posts/a-schduled-post.md → src/posts/a-scheduled-post.md
Draft posts
Mr @remy has done us all a solid and added the facility to have draft posts that don't show up in feeds if:
- They have a
draft: true
element in your front matter - They have a future
date
Handy!
Files changed
.eleventy.js
Files added
src/posts/a-schduled-post.md
Fix WSL issues
@MadeByMike has been a champ and closed #30 for us with a simple fix.
Files changed
package.json
You will need to run npm install
after this update.
Admin previews and bug fixes
Big thanks to @erquhart, @marcusrelacion and @brendansparrow for their work on this release.
The main feature is that the admin previews are now accurate to the front-end of the site!
Files changed
.eleventy.js
package.json
src/admin/config.yml
src/_includes/layouts/post.njk
src/admin.njk
src/admin/config.yml
src/admin/previews.js
src/admin/util.js
src/scss/_theme.scss
src/scss/components/_post.scss
src/scss/components/_syntax-highlighting.scss
Filed added
rollup.config.js
Admin identity and copy updates
CMS page config fix
CMS pages were being save in the wrong folder (whoops).
Files changed
src/admin/config.yml
Add missing page config
This is a tiny fix release that adds a missing pages.json
file.
Files added
src/pages/pages.json