Style improvements website (#138)

* Improve general CSS for website

* Update github flow
This commit is contained in:
Hendrik Kleinwaechter
2023-07-07 13:38:56 +02:00
committed by GitHub
parent cc96559b6b
commit 62a9e9a000
3 changed files with 87 additions and 71 deletions

View File

@@ -229,8 +229,6 @@ website:
mv $(WEBSITE_DIR)/book.html $(WEBSITE_DIR)/index.html
sed -r -i -e 's|<title></title>|<title>The Sourdough Framework</title>|g' $(WEBSITE_DIR)/index.html
# Debug Stuff from now on
.PHONY: show_tools_version
show_tools_version: # Show version of tools used on the build machine