A working GH Page

This commit is contained in:
Jeff Triplett
2020-10-01 22:39:05 -05:00
parent 45dd0bc8eb
commit 7cf268a2cc
14 changed files with 108941 additions and 2 deletions

View File

@@ -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