Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Releases: Andy-set-studio/hylia

Filename typo

25 Jun 20:18
Compare
Choose a tag to compare

A little release that fixes a filename.

src/posts/a-schduled-post.md → src/posts/a-scheduled-post.md

Draft posts

25 Jun 19:31
Compare
Choose a tag to compare

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

24 Jun 08:43
Compare
Choose a tag to compare

@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

22 Jun 19:59
Compare
Choose a tag to compare

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

21 Jun 21:03
Compare
Choose a tag to compare

This release contains #37 and #38

File changes

  • src/admin.njk
  • src/_data/navigation.json
  • src/posts/a-post-with-figures-and-video.md
  • src/posts/a-simple-post.md
  • src/scss/_typography.scss

CMS page config fix

21 Jun 14:02
18d0896
Compare
Choose a tag to compare

CMS pages were being save in the wrong folder (whoops).

Files changed

  • src/admin/config.yml

Add missing page config

21 Jun 09:25
fa3f3e4
Compare
Choose a tag to compare

This is a tiny fix release that adds a missing pages.json file.

Files added

  1. src/pages/pages.json