diff --git a/_config.yml b/_config.yml index d66ca47..5b43951 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,9 @@ # location absolute: http://localhost -baseurl: jekyll +baseurl: . +asset_prefix: /asset +static_prefix: /static +destination: ../site # variables title: Rik @ St Andrews @@ -22,13 +25,7 @@ next_page: 'Volgende pagina →' # other gems: [jekyll-paginate] markdown: redcarpet -highlighter: pygments -safe: false -environment: dev -artifact_commit: dev -artifact_branch: master -asset_prefix: /jekyll/asset -static_prefix: /jekyll/static exclude: - LICENSE - README +environment: dev \ No newline at end of file diff --git a/_includes/post_detail.html b/_includes/post_detail.html index 4c070a8..073b141 100644 --- a/_includes/post_detail.html +++ b/_includes/post_detail.html @@ -12,7 +12,7 @@ {% endif %}

- {{ post.title }} + {{ post.title }}

@@ -26,7 +26,7 @@ {% endcapture %} {% if excerpt_words != content_words %}

- {{ site.read_more }} + {{ site.read_more }}

{% endif %} diff --git a/blog/_posts/2015-12-03-whisky-tasting.md b/blog/_posts/2015-12-03-whisky-tasting.md index a38e580..d56e9a8 100644 --- a/blog/_posts/2015-12-03-whisky-tasting.md +++ b/blog/_posts/2015-12-03-whisky-tasting.md @@ -5,6 +5,8 @@ author: Rik layout: post --- Nu de Spaanse lessen zijn afgelopen zijn de donderdagavonden weer vrij voor andere activiteiten. In princiepe is er elke donderdag training (hardlopen, intervallen) en tijdens een groot deel van het jaar om de week een whisky tasting. Deze avond was de laatste tasting van het seizoen, dus daar moest ik heen! + + Met een aantal collega's hebben we eerst een avondmaal Indisch gegeten, deze keer van [Tulsi](http://www.tripadvisor.co.uk/Restaurant_Review-g186533-d7933367-Reviews-Tulsi-St_Andrews_Fife_Scotland.html), lekker hoor. diff --git a/blog/_posts/2015-12-06-coastal-path.md b/blog/_posts/2015-12-06-coastal-path.md index 23655cb..3a0aaaa 100644 --- a/blog/_posts/2015-12-06-coastal-path.md +++ b/blog/_posts/2015-12-06-coastal-path.md @@ -6,6 +6,8 @@ layout: post description: Een winterse wandeling over het coastal path. --- De Schotse winter is vreemd, het ene weekend sneeuwt het en liggen de temperaturen rond het vriespunt, het volgende waait het alsof we nog wat herfst tegoed hebben en is het bijna 10 °C. + + Wat is op een zonnige winterzondag een beter uitje dan een hike over het coastal path? Een hike over het coastal path met halverwege lunch op een enorm rotsblok! diff --git a/static/style/default-common.css b/static/style/default-common.css index 6068c85..204e41e 100644 --- a/static/style/default-common.css +++ b/static/style/default-common.css @@ -35,14 +35,6 @@ body > footer { color: #999999; } - body > footer:hover { - color: #666666; - } - - body > footer:hover a { - color: #666666; - } - body.no-footer > footer { display: none; } @@ -109,6 +101,14 @@ a { color: #CF5406; } +a.read-more, ul.pager a { + text-decoration: none; +} + +a.read-more:hover, ul.pager a:hover { + text-decoration: underline; +} + small { color: #666666; } @@ -139,7 +139,13 @@ h1 { margin: 0; padding: 1px 0; } - + h1 a { + color: #000000; + text-decoration: none; + } + h1 a:hover { + text-decoration: underline; + } h1 small { display: block; font-size: 12px; @@ -176,12 +182,6 @@ section .timeline > * { margin-bottom: 4px; } -body.layout-post section .timeline > *, -body.layout-gallery-photo section .timeline > *, -section:hover .timeline > * { - opacity: 1; -} - article.layout-post section { padding-bottom: 12px; }