Removed out/Basics, added make setup, updated _config
This commit is contained in:
parent
71d92c3776
commit
d1380fd0dc
3 changed files with 11 additions and 1619 deletions
11
Makefile
11
Makefile
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@ baseurl: "/sf"
|
|||
url: "https://wenkokke.github.io"
|
||||
markdown: kramdown
|
||||
theme: minima
|
||||
gems:
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
exclude:
|
||||
- src/
|
||||
|
|
1617
out/Basics.md
1617
out/Basics.md
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue