Add more tags in recent posts, restyle pagination urls and clean config

This commit is contained in:
2016-01-08 23:41:24 +00:00
parent 176b432cb2
commit 6f389b0c04
5 changed files with 26 additions and 25 deletions

View File

@@ -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

View File

@@ -12,7 +12,7 @@
{% endif %}
</div>
<h1>
<span itemprop="name">{{ post.title }}</span>
<a href="/{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
<small class="print-only" itemprop="datePublished" content="{{ post.date|date:'%F') }}">{{ post.date|date:'%A, %B %d, %Y' }}</small>
</h1>
</header>
@@ -26,7 +26,7 @@
{% endcapture %}
{% if excerpt_words != content_words %}
<p>
<a href="/{{ site.baseurl }}{{ post.url }}" role="button">{{ site.read_more }}</a>
<a href="/{{ site.baseurl }}{{ post.url }}" class="read-more" role="button">{{ site.read_more }}</a>
</p>
{% endif %}
</section>

View File

@@ -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!
<!--more-->
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.

View File

@@ -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.
<!--more-->
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!

View File

@@ -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;
}