hylia icon indicating copy to clipboard operation
hylia copied to clipboard

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

Results 34 hylia issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.16.0 to 1.25.0. Release notes Sourced from prismjs's releases. v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0 v1.22.0 Release 1.22.0 v1.21.0 Release 1.21.0...

dependencies

By default, `pre > code` has a dark background but the text is still blue. This makes sure that if no syntax highlighting it used the code is still readable

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() See full...

dependencies

aria-current="page" is only visible on the homepage

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Hi, I see in the package.json that the stalfos deps is using [this repository](https://github.com/hankchizljaw/stalfos/tree/c8971d22726326cfc04089b2da4d51eeb1ebb0eb), not a package on npm. On the README (master branch) of this project, it says that...

chore(deps): update 11ty to 0.11.0 to allow use of computedData https://deploy-preview-139--hylia-website.netlify.app/posts/a-scheduled-post/ now returns a 404 page, since this content is not ready to be published.

Hello, First, thanks for your project, which is easy to start working with ! I've noticed that their is a sample of a future post, which is not visible in...

With the abstraction of in https://github.com/hankchizljaw/hylia/blob/master/src/admin/previews.js I'm finding it hard to understand how to access fields (to render data from a relational widget in a preview) like this https://www.netlifycms.org/docs/customization/#accessing-metadata ....