awesome-django/justfile

21 lines
293 B
Makefile
Raw Normal View History

2021-04-08 21:58:10 -05:00
@_default:
just --list
@alex:
npx alex README.md
@build:
just toc
2021-04-08 22:06:32 -05:00
bundle exec jekyll build
2021-04-08 21:58:10 -05:00
@lint:
-curlylint _layouts/
-npx awesome-lint README.md
2021-04-08 22:16:46 -05:00
2021-04-08 22:06:32 -05:00
@serve:
modd --file=modd.conf
bundle exec jekyll serve --drafts --watch --port 8000
2021-04-08 21:58:10 -05:00
@toc:
npx doctoc README.md