eleventy-base-blog
eleventy-base-blog copied to clipboard
A starter repository for a blog web site using the Eleventy static site generator.
Every time a a change made to a page and saved, the items on the navigation bar are duplicated. Not sure if this is an error or I'm doing something...
I run 11ty by `npm run serve`. Every time I make any changes to the CSS, I can't see them. 11ty does not hot-reload changes, does not restart inself, does...
added reference for forms
when i click o n them its not title case but on posts its title case i wrote it lowercase hel p.
First, thanks for 11ty! Here's an issue I'm seeing: `.editorconfig` [was changed to use tabs instead of spaces](https://github.com/11ty/eleventy-base-blog/commit/e6dc55c4df02a7b94de394eefa57a2b59f03b532#diff-0947e2727d6bad8cd0ac4122f5314bb5b04e337393075bc4b5ef143b17fcbd5bL4), but that seems to cause `eleventyNavigation` to fail. ([Tabs are forbidden in...
md ``` --- title: test description: test date: 2023-12-03 tags: - 测试 --- 测试 ``` Error content ``` [11ty] File changed: content\blog\33.md [11ty] Problem writing Eleventy templates: (more in DEBUG...
While studying the Drafts plugin for my own work, I realized that the current plugin had a lot more code than needed which affected readability and should have a slight...
It’d be awesome if [markdown-it/footnote](https://github.com/markdown-it/markdown-it-footnote) was supported by default in this project. I’m new to Eleventy (and web development in general) so it took me a while to figure out...