A charming Jekyll theme. linus.arthr.dev/
jekyll-theme
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: removes some pkgs from build

+2 -3
+2 -3
.tangled/workflows/deploy.yml
··· 9 9 10 10 dependencies: 11 11 nixpkgs: 12 - - ruby_3_3 12 + - ruby_3_4 13 13 - bundler 14 - - nodejs_22 15 14 - gcc 16 15 - gnumake 17 16 - openssl ··· 25 24 command: "bundle exec jekyll build" 26 25 27 26 - name: "Deploy to Cloudflare Pages" 28 - command: "npx wrangler pages deploy _site --project-name=linus --branch=main" 27 + command: "wrangler pages deploy _site --project-name=linus --branch=main"