mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-12-12 07:28:12 +00:00
✨ A working GH Page
This commit is contained in:
13
Makefile
13
Makefile
@@ -1,3 +1,5 @@
|
||||
TAILWIND_CSS_VERSION := 1.8.10
|
||||
|
||||
build: toc
|
||||
|
||||
.PHONY: alex
|
||||
@@ -8,6 +10,17 @@ alex:
|
||||
lint:
|
||||
@npx awesome-lint README.md
|
||||
|
||||
.PHONY: static
|
||||
static:
|
||||
@npx -p tailwindcss@${TAILWIND_CSS_VERSION} tailwindcss build \
|
||||
./src/style.css \
|
||||
--config ./tailwind.config.js \
|
||||
--output ./assets/style.css
|
||||
|
||||
.PHONY: serve
|
||||
serve:
|
||||
bundle exec jekyll serve --drafts --watch --port 4000
|
||||
|
||||
.PHONY: toc
|
||||
toc:
|
||||
@npx doctoc README.md
|
||||
|
||||
Reference in New Issue
Block a user