Pinjasaur / blot-theme-jot

Theme for Blot, as used on my blog.
https://paul.af
9 stars 1 forks source link

Create `lint.sh` script leveraging `proselint` via `nix-shell` #8

Open Pinjasaur opened 1 year ago

Pinjasaur commented 1 year ago

Would like a scripts/lint.sh to do some basic linting on posts. Things like spelling and grammar. Also, checking external links if that's not a huge PITA.

I think I can simply start with proselint and that'll do enough to start. Plus, I've wanted to try it out for a while, see: https://paul.af/fosdem-2021

I'd like to try out Nix for this as well, using the #! nix-shell shebang:

Pinjasaur commented 1 month ago

consider https://vale.sh/ instead? proselint.com doesn't resolve currently