⚙️ Updates justfile config

This commit is contained in:
Jeff Triplett 2022-09-10 19:47:22 -05:00
parent c497661beb
commit dd8772562e
No known key found for this signature in database
GPG Key ID: BD6DAFC4D1A381EA

View File

@ -8,13 +8,19 @@
just toc just toc
bundle exec jekyll build bundle exec jekyll build
@down:
just down
@lint: @lint:
-curlylint _layouts/ -curlylint _layouts/
-npx awesome-lint README.md -npx awesome-lint README.md
@serve: @serve:
modd --file=modd.conf # modd --file=modd.conf
bundle exec jekyll serve --drafts --watch --port 8000 just up ""
@up *ARGS="-d":
docker-compose up {{ ARGS }}
@toc: @toc:
npx doctoc README.md npx doctoc README.md