-
I have a simple site, something like...
```
_includes/
base.pug
content/
index.md
eleventy.config.js
...
```
In my eleventy config, I'm using the dev server and watching via:
…
-
### Describe the bug
I'm trying to publish a test site build for https://github.com/GoogleChromeLabs/quicklink.
As you can see, the website code is in the `site` folder, and both the root folder…
-
### Background & Motivation
I think astro is an amazing project that will push web performance forward. What I'm mostly lacking at the moment is the ability to run astro in SSR mode and not pre-gener…
-
Hi,
Congrats! I love this idea and will try Static asap.
From what I've seen, it could fulfill my needs.
The only extra thing I need is to fetch content from Airtable for example.
The output i…
-
The new design system has been rolled out, meaning we can remove som dead ends in our code base:
https://github.com/GoogleChrome/web.dev/blob/e1517346482c63822e683ba2fa3a21551365e19a/src/site/_incl…
-
```
status: Approved
date: 2023-07-31
deciders: John Phamvan, Grace Xu, Jerry Sea, Bella Jariel
informed: John Phamvan, Grace Xu, Jerry Sea, Bella Jariel
```
Templating Language for Digital …
-
I get this error every time I try to build an 11ty site using Nunjucks shortcodes. This is my config:
async function imageShortcode(src, alt, sizes) {
let metadata = await Image(src, {
wid…
-
### Describe the bug
I have 11ty static website using eleventy-vite-plugin. When I build production site, all image paths are properly resolved to hashcode name, only `` tag with `property="og:image"…
-
**Is your feature request related to a problem? Please describe.**
on my fully static website I usually have a service worker that cache the pages on first load
Currently svelte-kit gives us a lis…
-
When i use a main.css with
@import 'a17t/dist/tailwind.css';
@import 'a17t';
And a package.json with:
"scripts": {
"build": "cross-env NODE_ENV=production eleventy && set debug= && cross-…