blog.chobble.com - an eleventy site, built with nix https://blog.chobble.com
Find a file
2024-12-05 01:58:42 +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 Fix README, tweak wording 2024-11-28 12:50:32 +00:00
content Add blog about Thingino and ntfy 2024-12-05 01:58:24 +00:00
public/css Merge branch 'master' of git.chobble.com:chobble/blog 2024-12-05 01:58:42 +00:00
.eleventy.js Add first blog post, default.nix and shell.nix 2024-11-27 17:23:52 +00:00
.gitignore Base template 2024-11-17 11:07:06 +00:00
default.nix Faster minifier 2024-12-03 21:23:31 +00:00
LICENSE Base template 2024-11-17 11:07:06 +00:00
node-deps.nix Add first blog post, default.nix and shell.nix 2024-11-27 17:22:04 +00:00
README.md Fix README, tweak wording 2024-11-28 12:50:32 +00:00
result Add first blog post, default.nix and shell.nix 2024-11-27 17:23:52 +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!