mirror of
https://github.com/chobbledotcom/blog.git
synced 2025-12-05 02:32:15 +00:00
blog.chobble.com - an eleventy site, built with nix
https://blog.chobble.com
| .github/workflows | ||
| _config | ||
| _data | ||
| _includes | ||
| bin | ||
| content | ||
| public/css | ||
| .eleventy.js | ||
| .envrc | ||
| .gitignore | ||
| .pages.yml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| shell.nix | ||
| yarn.lock | ||
blog.chobble.com
Based on the Eleventy Base Blog
To build locally, install Nix and then run:
-
nix-buildto run default.nix and output the site to your Nix store -
nix-shellto run shell.nix and get a shell where you can runserveto host the site on localhost, oryarncommands to mix up the packages. Remember to copy the contents of the modifiedpackage.jsontonode-deps.nixafter you runyarncommands!