The source code for my blog hosted at tpetrina.com. Forked from Lee Robinson's blog.
To run locally:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
There are two templates for generating posts: til
and post
.
To generate a Today-I-Learned post, write yarn plop til "Name goes here"
.
To generate a blog post, write yarn plop post "Name goes here"
.
npx linkinator http://localhost:3000/ --config linkinator-config.json | jq '.links | .[] | select(.state | contains("BROKEN")) | {url, parent}'