From dd8772562e666fc8ba6b0939dbbdcead19cd4039 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Sat, 10 Sep 2022 19:47:22 -0500 Subject: [PATCH] :gear: Updates justfile config --- justfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 5211546..2c68495 100644 --- a/justfile +++ b/justfile @@ -8,13 +8,19 @@ just toc bundle exec jekyll build +@down: + just down + @lint: -curlylint _layouts/ -npx awesome-lint README.md @serve: - modd --file=modd.conf - bundle exec jekyll serve --drafts --watch --port 8000 + # modd --file=modd.conf + just up "" + +@up *ARGS="-d": + docker-compose up {{ ARGS }} @toc: npx doctoc README.md