mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Use https://www.11ty.dev/docs/plugins/image/ to transform images on build time to avif, webp and jpeg. Images are moved to `/content/images`. `<picture>` is no longer needed, the plugin does this automatically. Remove webp images from the source. Resolves #152 Resolves #368 Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/488 Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz>
21 lines
281 B
Text
21 lines
281 B
Text
# Project-specific
|
|
## Output of Eleventy site builder
|
|
_site/
|
|
.cache/
|
|
|
|
# Integrated development environments (IDEs) and text editors
|
|
## JetBrains
|
|
.idea/
|
|
|
|
## Visual Studio Code
|
|
.vscode/
|
|
|
|
|
|
# Package managers
|
|
## npm - Node.js
|
|
node_modules/
|
|
|
|
|
|
# Web servers
|
|
## Codeberg Pages
|
|
pages.git/
|