hylia
hylia copied to clipboard
Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.
I have close to 50 blog posts in my [Hylia site](https://leoloso.com) currently. When I write a new blog post, I first launch the development server with `npm start`, which takes...
Not sure if/how this is possible but as Netlify-deployed versions aren't formal forks I'm not sure how to pull improvements in.
The transformation of article images to figures replaces the image with a `figure` and `figcaption`. Now `figure`s are not allowed in `p` tags, which by default is the parent of...
I experienced an issue with posts not showing when defining a time with the date frontmatter. For example, I expected a post with the date property `2020-05-04T09:15:00` to be visible,...
Currently the one script included is the theme switcher, linked to individually in the base layout. Many users will want to include additional scripts for things like [modals](https://github.com/scottaohara/accessible_modal_window) for example....
I'd like to recreate the full 'author bio' from my existing blog so we can support multiple authors (and choose one from a dropdown to pre-fill their bio). May be...
Hey Andy I've just started learning Eleventy You've mentioned some areas you need help with in the ReadMe. If you have something specific in mind, I would love to give...
This may well be my problem rather than hylia's but maybe you can at least tell me which? I'm not very experienced. Here's the page with images. https://kowloonplanet.netlify.com/posts/mouse-guard-esque-hex-crawl-with-a-3-year-old/ And here's...
Hello Andy, thank you for releasing Hylia and to everyone who has contributed to the project. You are all awesome and I appreciate it in a deep and personal way....
Have got this working really well in Chrome/Edge. The settings --source-map-urls=absolute > Points to the actual file, and Chrome will take you to the file from the inspector. The Firefox...