Files
net/_config.yml
James Walker 48338fa795
Some checks failed
continuous-integration/drone Build is failing
🔒️ annual upgrade
- also bumped tailwind to 4.x
- updated postcss to match
2025-11-19 11:51:40 -05:00

29 lines
452 B
YAML

title: walkah
author: James Walker
description: "James Walker is an independent developer and hacker"
url: https://walkah.net
markdown: kramdown
permalink: blog/:title/
exclude:
- node_modules/
- postcss.config.js
- tailwind.config.js
- package.json
- package-lock.json
- flake.nix
- flake.lock
- shell.nix
- README.md
feed:
path: /atom.xml
postcss:
cache: false
plugins:
- jekyll-gist
- jekyll-feed
- jekyll-postcss-v2