Example Eleventy website, built by Nix flake
 
 
 
Go to file
Dee c0022db681 Initial commit
Derived from dee.underscore.world at 2023-09-21
2023-09-23 16:36:00 +02:00
content Initial commit 2023-09-23 16:36:00 +02:00
layouts Initial commit 2023-09-23 16:36:00 +02:00
lib Initial commit 2023-09-23 16:36:00 +02:00
.envrc Initial commit 2023-09-23 16:36:00 +02:00
.gitignore Initial commit 2023-09-23 16:36:00 +02:00
Justfile Initial commit 2023-09-23 16:36:00 +02:00
LICENSE Initial commit 2023-09-23 16:36:00 +02:00
README.md Initial commit 2023-09-23 16:36:00 +02:00
eleventy.config.js Initial commit 2023-09-23 16:36:00 +02:00
flake.lock Initial commit 2023-09-23 16:36:00 +02:00
flake.nix Initial commit 2023-09-23 16:36:00 +02:00
package.json Initial commit 2023-09-23 16:36:00 +02:00
yarn.lock Initial commit 2023-09-23 16:36:00 +02:00

README.md

Example Eleventy website, built by Nix flake

This is based on the setup used for dee.underscore.world;

For development, first run yarn to fetch dependencies. Then, to run a live preview server, do just serve. To build out to ./_site, do just build.

To build as a Nix package, do nix build .#example-website. This does not require manually invoking yarn.