mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-04-27 15:03:34 +00:00
⚙️ Updates justfile config
This commit is contained in:
parent
c497661beb
commit
dd8772562e
10
justfile
10
justfile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user