blog.chobble.com - an eleventy site, built with nix https://blog.chobble.com
Find a file
2025-01-14 14:56:36 +00:00
_config Base template 2024-11-17 11:07:06 +00:00
_data Add first blog post, default.nix and shell.nix 2024-11-27 17:22:04 +00:00
_includes Remove Goatcounter JS 2024-12-12 16:59:07 +00:00
bin Add nicer flake, add Adrian Chiles post (#1) 2024-12-18 18:09:19 +00:00
content Add Libregig post 2025-01-14 14:56:36 +00:00
public/css Merge branch 'master' of git.chobble.com:chobble/blog 2024-12-05 01:58:42 +00:00
.eleventy.js Fix author name 2025-01-04 20:03:28 +00:00
.envrc Add nicer flake, add Adrian Chiles post (#1) 2024-12-18 18:09:19 +00:00
.gitignore Add nicer flake, add Adrian Chiles post (#1) 2024-12-18 18:09:19 +00:00
default.nix Faster minifier 2024-12-03 21:23:31 +00:00
flake.lock Add nicer flake, add Adrian Chiles post (#1) 2024-12-18 18:09:19 +00:00
flake.nix Add nicer flake, add Adrian Chiles post (#1) 2024-12-18 18:09:19 +00:00
LICENSE Base template 2024-11-17 11:07:06 +00:00
node-deps.nix Fix package name 2024-12-18 18:12:07 +00:00
README.md Fix README, tweak wording 2024-11-28 12:50:32 +00:00
shell.nix Add first blog post, default.nix and shell.nix 2024-11-27 17:22:04 +00:00
yarn.lock Add first blog post, default.nix and shell.nix 2024-11-27 17:22:04 +00:00

blog.chobble.com

Based on the Eleventy Base Blog

To build locally, install Nix and then run:

  • nix-build to run default.nix and output the site to your Nix store

  • nix-shell to run shell.nix and get a shell where you can run serve to host the site on localhost, or yarn commands to mix up the packages. Remember to copy the contents of the modified package.json to node-deps.nix after you run yarn commands!