🎉 Book Website (#145)

* Basic script to modify html output

* Modify HTML of website

* Add makefile

* Compile website in CI

* Improve readme
This commit is contained in:
Hendrik Kleinwaechter
2023-07-11 09:03:07 +02:00
committed by GitHub
parent dc2b810743
commit d5889a67a1
11 changed files with 185 additions and 45 deletions

5
website/makefile Normal file
View File

@@ -0,0 +1,5 @@
.PHONY: website
website:
cd ../book && make mrproper && make website
bundle install
ruby modify_build.rb