Hylia Versions Save

Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.

0.3.1

4 years ago

A little release that fixes a filename.

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

0.3.0

4 years ago

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

0.2.1

4 years ago

@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.

0.2.0

4 years ago

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

0.1.3

4 years ago

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

0.1.2

4 years ago

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

Files changed

  • src/admin/config.yml

0.1.1

4 years ago

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

Files added

  1. src/pages/pages.json