-
### Operating system
Windows 10
### Eleventy
@11ty/eleventy@beta
### Describe the bug
I'm getting an error in the terminal when I add a .webc file to a '/pages' directory.
### Reproduction steps…
-
I got an error when trying to grap githubs release notes from a project on. github
Lets say for the this example the release notes from an exciting Static Site Generator
```
feed.addSource("ato…
-
In markdown there is a specific feature called Indented Code Blocks that causes much confusion! We have a big warning on the docs about it.
https://www.11ty.dev/docs/languages/markdown/#there-are-e…
-
My CMS outputs a raw markdown string. Images are inline and Markdown parses will force them to be wrapped in block elements. How can I get Eleventy to render images within `` rather than `` tags?
*…
-
Vercel deployment failed with the following errors
```
Running build in San Francisco, USA (West) – sfo1
--
11:19:43.750 | Cloning github.com/hpymntn/digitalgarden (Branch: main, Commit: 723bd84…
-
I was looking at [Content Dates](https://www.11ty.io/docs/dates/) and saw the following
> Last Modified: automatically resolves to the file’s last modified date
So my thought was to do the follo…
-
I'm getting a runtime error when adding the plugin to my eleventy config:
```text
[11ty] Eleventy CLI Fatal Error: (more in DEBUG output)
[11ty] 1. Error processing a plugin (via EleventyPluginEr…
-
You could also use a JS function for this as well (with JS front matter) and bypass the webc parsing altogether:
```yaml
---js
{
permalink: function(data) {
return "`/${th…
-
Eleventy 2.0.0-beta.1 adds [the `--ignore-initial` option](https://www.11ty.dev/docs/usage/#ignore-initial-to-run-eleventy-without-an-initial-build) to skip the initial full build when starting an Ele…
-
- [ ] Turn on GitHub Pages from actions
- [ ] Add GitHub Action to deploy to pages
- [ ] Make the page itself
The criteria for the pages site are:
- [ ] Have an index page of all the features
-…