eleventy-base-blog
eleventy-base-blog copied to clipboard
A starter repository for a blog web site using the Eleventy static site generator.
If one wanted to auto post one's new screeds to say, Mastodon, how would one go about that? I am looking for the equivalent to this in Eleventy land https://github.com/janboddez/share-on-mastodon
``` [11ty] Problem writing Eleventy templates: (more in DEBUG output) [11ty] 1. Having trouble writing to "_site/blog/fifthpost/index.html" from "./content/blog/fifthpost.md" (via EleventyTemplateError) [11ty] 2. (./_includes/layouts/post.njk) [11ty] EleventyShortcodeError: Error with Nunjucks paired...
npx @11ty/eleventy build failed with `zsh: illegal hardware instruction (core dumped) npm run build` **Environment** - OS: ManjaroLinux 22.0.2 Sikaris - CPU: 64-bit Pentium(R) Dual-Core E5700 @ 3.00GHz - Node-v:...
https://github.com/11ty/eleventy-base-blog/blob/aa0db1449d84aadc8a13bdc2368c114c9e778740/_includes/layouts/base.njk#L30-L43 Shouldn't this be wrapped in an HTML5 **article** and an **aside** for the infobox? The infobox could have a `rel=help`. https://github.com/11ty/eleventy-base-blog/blob/aa0db1449d84aadc8a13bdc2368c114c9e778740/_includes/layouts/base.njk#L39 This should be `footer` content in the article....
Hi, great work! I'm interested in how to use eleventy with bilingual websites, so I started playing around with the v2 example. In a naive way, I symlinked `en/about` to...
Since I'm new both to JS and Eleventy, it might be that I'm missing something. But when I couldn't get drafts working as I expected, I dived into the draft...
I'm trying to figure my way through the `eleventy.config.drafts.js` plugin and as far as I can tell you're basically replacing the logic downstream of the plugin on the `permalink` and...
Hey! This makes great sense as a web component, but would like to suggest that the color for it isn't hard coded here, so that it's still style-able from the...