diff --git a/bake.sh b/bake.sh index f4ada283..62a90aec 100755 --- a/bake.sh +++ b/bake.sh @@ -1,4 +1,5 @@ #! /bin/bash +git checkout master README.md markdown2 README.md > tmp cat templates/header.html tmp templates/footer.html > index.html rm tmp diff --git a/css/jrnl.css b/css/jrnl.css index 50e71114..00255de7 100644 --- a/css/jrnl.css +++ b/css/jrnl.css @@ -43,6 +43,12 @@ a::selection{background:#057FDE;color:white;text-shadow: 0px -1px #034679;} margin: 10px 0px; } +footer { + text-align: center; + margin-bottom: 30px; + color: #888; +} + span.backtick { font-family: Menlo,Monaco,"Courier New",monospace; border: 1px solid rgba(0, 0, 0, 0.148438); diff --git a/index.html b/index.html index cd9578e0..90f653db 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@ +Fork me on GitHub
+ +
+
+
+ + diff --git a/templates/footer.html b/templates/footer.html index 22eddec8..647c34cd 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,5 +1,14 @@ + + +
+
+ + + diff --git a/templates/header.html b/templates/header.html index 3b2171d9..938a2748 100644 --- a/templates/header.html +++ b/templates/header.html @@ -29,6 +29,7 @@ +Fork me on GitHub