Add blog post page and prevent HTML compression locally

This commit is contained in:
Thomas Busby
2018-05-30 23:09:04 +02:00
parent 18a2972dcd
commit 053e34a3d6
4 changed files with 30 additions and 1 deletions

View File

@@ -62,6 +62,9 @@ a:hover {
.index-header h1, .index-header p {
font-family: monospace;
}
div#home {
margin-top: 10px;
}
div.content {
padding-top: 10px;
}