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.

bring back init config

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