diff --git a/Makefile b/Makefile index acb4555a..70a551fd 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/README.md b/README.md index f1e8d915..f7d1d063 100644 --- a/README.md +++ b/README.md @@ -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/ + localhost:4000/ ## Unicode abbreviations diff --git a/_config.yml b/_config.yml index 4bd3355a..e25adf03 100644 --- a/_config.yml +++ b/_config.yml @@ -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