Trying again; changing to plfa.github.io

This commit is contained in:
Wen Kokke 2018-07-05 10:46:10 +01:00
parent 6f2b0cdafd
commit 3d4c18c317
3 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ all: $(markdown)
test: build
ruby -S bundle exec jekyll clean
ruby -S bundle exec jekyll build -d _test/plfa
ruby -S bundle exec jekyll build
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 `plfa/` run the following:
In directory `plfa.github.io/` 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 `plfa/` run the following:
The visible page appears at
localhost:4000/plfa/<permalink>
localhost:4000/<permalink>
## Unicode abbreviations

View file

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