summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-22Define tracking code only onceBenjamin Franzke1-1/+1
2017-07-22Use `var gap=` instead of window.gap=Benjamin Franzke1-1/+1
2017-07-22Add cookie based google analytics opt-outBenjamin Franzke2-1/+29
2017-07-22Move analytics into the headerBenjamin Franzke1-1/+1
2017-07-22Add analytics trackingBenjamin Franzke1-0/+1
2017-07-22Fix contact-successfull filename and exclude from search engine indexBenjamin Franzke1-1/+1
2017-07-22Exclude imprint from search engine indexesBenjamin Franzke2-1/+8
2017-07-22Switch title tag orderingBenjamin Franzke1-2/+5
2017-07-22Fix imprint title tagBenjamin Franzke1-1/+1
2017-07-22png's: Strip metadata using exiftoolBenjamin Franzke2-0/+0
2017-07-22Remove svg namespace from html5 outputBenjamin Franzke3-4/+6
2017-07-22Drop the unused checkmark id "checkmark"Benjamin Franzke1-1/+1
2017-07-22chomp unix line ending from output xhtml/html filesBenjamin Franzke1-4/+4
2017-07-22Optimize all jpg's to quality 80Benjamin Franzke5-0/+0
2016-07-06Further byte optimizationBenjamin Franzke2-3/+2
2016-07-06Only provide .woff and .woff2 fontsBenjamin Franzke2-37/+5
2016-07-06Save some more bytes by combining the root font definitionBenjamin Franzke2-5/+2
2016-07-06Remove one unneeded css attributeBenjamin Franzke2-2/+1
2016-07-06minify_html: Also remove spaces when question mark is in attributeBenjamin Franzke1-1/+1
2016-07-06Simplify cssBenjamin Franzke3-51/+19
2016-07-06Reduce ugly <div class=outer> markupBenjamin Franzke3-51/+44
2016-07-06Remove unneeded markupBenjamin Franzke1-2/+1
2016-07-05Record and minify some attributes in xmlBenjamin Franzke2-3/+3
2016-07-05Revert "minify_html: Remove space after quoted attributes"Benjamin Franzke2-2/+1
2016-07-05minify_html: Remove space after quoted attributesBenjamin Franzke2-1/+2
2016-07-05Move css into rootBenjamin Franzke7-79/+79
2016-07-05Minify htmlBenjamin Franzke3-4/+16
2016-07-05cleanupBenjamin Franzke1-2/+1
2016-07-05Do not indent htmlBenjamin Franzke1-1/+1
2016-07-05Minize whitespaceBenjamin Franzke1-4/+7
2016-07-05Allow to use different resource caching schemesBenjamin Franzke4-14/+68
2016-07-05kapitalinstitut: run optipngBenjamin Franzke1-0/+0
2016-07-05Specifiy width and height for the gplus iconBenjamin Franzke1-1/+1
2016-07-04Fix .gitignoreBenjamin Franzke1-1/+1
2016-07-04Optimize form elements for google pagespeddBenjamin Franzke2-1/+5
2016-07-04Rename impress.xml -> imprint.xmlBenjamin Franzke3-2/+2
2016-07-04Provide width and height attributes for all imagesBenjamin Franzke5-7/+7
2016-07-04Do not use dislay flex for mobile, to not confuse google pagespeedBenjamin Franzke2-5/+4
2016-07-04Fix the default style importBenjamin Franzke2-2/+2
2016-07-04Cleanup cssBenjamin Franzke1-4/+2
2016-07-04Remove postcss from style.min.css dependency listBenjamin Franzke1-1/+1
2016-07-04Remove id info attributeBenjamin Franzke1-1/+1
2016-07-04Include Roboto downloaded from GoogleBenjamin Franzke26-6/+1326
2016-07-04WIP: Inline cssBenjamin Franzke3-3/+3
2016-07-04make clean: clean html filesBenjamin Franzke1-0/+1
2016-07-04html output: Remove namespaces from rootBenjamin Franzke2-3/+11
2016-07-04Fix stray end tags in html outputBenjamin Franzke1-2/+4
2016-07-04Fix a:focus stateBenjamin Franzke2-2/+3
2016-07-04All html files depend on stylesheet changes (as they include the git hash)Benjamin Franzke1-1/+1
2016-07-04Add a rule to generate html files from xhtmlBenjamin Franzke2-12/+39