eleventy-base-blog icon indicating copy to clipboard operation
eleventy-base-blog copied to clipboard

A starter repository for a blog web site using the Eleventy static site generator.

Results 46 eleventy-base-blog issues
Sort by recently updated
recently updated
newest added

Modify the `package.json` script to watch `scss` files. https://github.com/11ty/eleventy-base-blog/assets/31202570/b9e79700-5f63-4be8-a4cf-f81ac814afad

Thanks for all your work on this project btw! I'd like to be able to sit in my blog project and type `npm run new-post`, and have it spit out...

enhancement

When I add a tag to fifthpost.md with `tags: hello`, tags.njk generates a page for the hello tag at `_site/tags/hello/index.html`. It doesn't show up in the loop in tags-list.njk, which...

Love this starter, but I noticed it outputs the RSS feed to `/feed/feed.xml` — In order to avoid breaking my previous RSS feed URL, I'd like to serve this from...

I used your `elventy.conifg.image.js` in my project. I only had to change the object for the relative path, because the images are all in one assets folder. Thank you so...

While reading the `README` I found that the [GitHub Pages](https://11ty.github.io/eleventy-base-blog/) link is outdated. I'm proposing this action to keep the [gh-pages branch](https://github.com/11ty/eleventy-base-blog/tree/gh-pages) up to date A demo for this can...

open-question

I had to move an Eleventy site to Cloudflare Pages and was pleasantly surprised when 404.html worked the same as GitHub Pages and Netlify et al. I updated the website...

Just add `prismjs` as development dependency. Fixes #149