1
0
Fork 0
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
Find a file
Stefan 04237f0894
Some checks failed
Build and Deploy to Bunny CDN / Build Site (push) Failing after 20s
Build and Deploy to Bunny CDN / Deploy to Bunny CDN (push) Has been skipped
Switch back to the Bunny action
2025-10-02 23:21:40 +01:00
.github/workflows Switch back to the Bunny action 2025-10-02 23:21:40 +01: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 Rename content/blog/24-08-07-making-patreon-free.md to content/blog/25-08-10-making-patreon-free.md 2025-09-08 14:00:05 +00: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 Don't ignore package.json 2025-09-08 14:25:05 +01:00
.pages.yml Add redirect_from 2025-09-08 14:38:51 +01:00
flake.lock Deploy on Bunny 2025-10-02 23:08:46 +01:00
flake.nix Deploy on Bunny 2025-10-02 23:08:46 +01:00
LICENSE Base template 2024-11-17 11:07:06 +00:00
package-lock.json Switch to Github action 2025-09-08 14:24:22 +01:00
package.json Don't ignore package.json 2025-09-08 14:25:05 +01: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 Deploy on Bunny 2025-10-02 23:08:46 +01: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!