summaryrefslogtreecommitdiff
path: root/_includes/header.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-02Stop using Jekyll.Franck Cuny1-26/+0
Moving away from Jekyll to Hugo. This commit clean up the old files to prepare for the migration.
2016-06-19Simplification of the layout.Franck Cuny1-1/+2
Nicer font for the text. Move the footer into the container div, so that I don't have to maintain different ratio in different places. The index page list all the articles, so I can remove the page /articles.
2016-01-03Fix URL to load the font from google font.Franck Cuny1-1/+1
Don't specify the protocol so we can load the font over HTTP or HTTPS.
2016-01-03Small update to the style.Franck Cuny1-0/+1
Add a left border to h1/h2 elements. Also use "Source Sans Pro" as the default font.
2015-07-16some cleanup.Franck Cuny1-0/+24
Upadte the CSS, remove some files, etc.