Reverting move to PLFA org

This commit is contained in:
Wen Kokke 2018-07-05 10:27:59 +01:00
parent 284e9e590d
commit 6f2b0cdafd
3 changed files with 6 additions and 4 deletions

View file

@ -5,6 +5,8 @@ markdown := $(subst src/,out/,$(subst .lagda,.md,$(agda)))
all: $(markdown)
test: build
ruby -S bundle exec jekyll clean
ruby -S bundle exec jekyll build -d _test/plfa
ruby -S bundle exec htmlproofer _test
statistics:

View file

@ -12,7 +12,7 @@ The book was inspired by [Software Foundations](softwarefoundations.cis.upenn.ed
## How to host literate code
In directory `plta/` run the following:
In directory `plfa/` run the following:
$ make clobber (remove all files before rebuilding system)
$ make macos-setup (might need sudo, but try it without first)
@ -23,7 +23,7 @@ In directory `plta/` run the following:
The visible page appears at
localhost:4000/<permalink>
localhost:4000/plfa/<permalink>
## Unicode abbreviations

View file

@ -23,8 +23,8 @@ description: >
disqus:
shortname: wenkokke
baseurl: ""
url: "https://plfa.github.io"
baseurl: "/plfa"
url: "https://wenkokke.github.io"
plugins:
- jekyll-feed
markdown: kramdown