Removed out/Basics, added make setup, updated _config

This commit is contained in:
Wen Kokke 2018-01-27 23:47:11 +00:00
parent 71d92c3776
commit d1380fd0dc
No known key found for this signature in database
GPG key ID: 82A1AE2526064F4B
3 changed files with 11 additions and 1619 deletions

View file

@ -8,7 +8,7 @@ out/:
mkdir out
out/%.md: src/%.lagda out/
agda2html --verbose --link-to-agda-stdlib --link-local -i $< -o $@
agda2html --verbose --link-to-agda-stdlib --jekyll-root=out/ -i $< -o $@
.phony: serve
@ -34,3 +34,12 @@ ifneq ($(strip $(markdown)),)
rm $(markdown)
endif
rmdir out/
setup:
cd /tmp;\
git clone https://github.com/wenkokke/agda2html.git;\
cd agda2html;\
stack install
rm -rf /tmp/agda2html
.phony: setup

View file

@ -25,7 +25,7 @@ baseurl: "/sf"
url: "https://wenkokke.github.io"
markdown: kramdown
theme: minima
gems:
plugins:
- jekyll-feed
exclude:
- src/

File diff suppressed because it is too large Load diff