mirror of
https://github.com/chobbledotcom/blog.git
synced 2025-10-18 14:52:23 +01: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-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 runserve
to host the site on localhost, oryarn
commands to mix up the packages. Remember to copy the contents of the modifiedpackage.json
tonode-deps.nix
after you runyarn
commands!