Example Eleventy website, built by Nix flake
 
 
 
Go to file
Dee f7052edbfd Add a whole example of doing Pagefind 2023-10-21 02:35:06 +02:00
content Add a whole example of doing Pagefind 2023-10-21 02:35:06 +02:00
includes Add a whole example of doing Pagefind 2023-10-21 02:35:06 +02:00
layouts Add a whole example of doing Pagefind 2023-10-21 02:35:06 +02:00
lib Add a whole example of doing Pagefind 2023-10-21 02:35:06 +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-ISC Add a whole example of doing Pagefind 2023-10-21 02:35:06 +02:00
README.md Add a whole example of doing Pagefind 2023-10-21 02:35:06 +02:00
eleventy.config.js Add a whole example of doing Pagefind 2023-10-21 02:35:06 +02:00
flake.lock Initial commit 2023-09-23 16:36:00 +02:00
flake.nix Add a whole example of doing Pagefind 2023-10-21 02:35:06 +02:00
package.json Add a whole example of doing Pagefind 2023-10-21 02:35:06 +02:00
yarn.lock Add a whole example of doing Pagefind 2023-10-21 02:35:06 +02:00

README.md

dee.underscore.world Pagefind example

This is an Eleventy website based on several parts of dee.underscore.world, and serves to show how dee.underscore.world uses Pagefind.

See the associated article on dee.underscore.world for more detail.

Yes, the web log post sources are the actual ones that get used to build the live website. Yes, they are that hacky in real life.

Building

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.

License

Contents of this repository except for the contents of the content/ directory tree are available under the ISC license.

Contents of the content/ directory tree are available under the Creative Commons Attribution-ShareAlike 4.0 International License. Please use the URI https://dee.underscore.world for attribution.