blog.chobble.com - an eleventy site, built with nix https://blog.chobble.com
Find a file
Stefan 244e73ea27
All checks were successful
Build and Deploy to Neocities / build (push) Successful in 26s
Fix tag
2025-08-10 14:41:05 +01:00
.forgejo/workflows Locally hosted actions 2025-04-16 15:44:18 +00:00
_config Base template 2024-11-17 11:07:06 +00:00
_data Fix sitemap, add robots.txt 2025-01-22 12:56:22 +00:00
_includes Fix feed URL 2025-04-17 12:29:08 +00:00
bin Add blog post about base64 placeholders 2025-04-16 16:43:33 +01:00
content Fix tag 2025-08-10 14:41:05 +01:00
public/css Add patlog.co.uk post 2025-05-02 04:25:35 +01:00
.eleventy.js Merge branch 'main' of git.chobble.com:chobble/blog 2025-01-19 23:25:54 +00:00
.envrc Add nicer flake, add Adrian Chiles post (#1) 2024-12-18 18:09:19 +00:00
.gitignore Switch to Ubuntu font 2025-01-20 00:07:20 +00:00
default.nix Revert default.nix 2025-03-30 19:44:36 +01:00
flake.lock Update flake.lock 2025-05-02 04:29:09 +01:00
flake.nix Remove FONTCONFIG_PATH 2025-03-30 19:43:30 +01: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!