29 lines
449 B
YAML
29 lines
449 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
|