2014-12-30 07:28:45 +01:00
|
|
|
---
|
|
|
|
layout: page
|
2014-12-30 07:41:03 +01:00
|
|
|
title: Blog
|
2016-12-15 11:22:53 +01:00
|
|
|
navigation: true
|
2014-12-30 07:28:45 +01:00
|
|
|
permalink: /blog/
|
2015-05-03 10:14:24 +02:00
|
|
|
excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu, postaukset englanniksi ja postaukset suomeksi."
|
2014-12-30 07:28:45 +01:00
|
|
|
---
|
|
|
|
|
2023-04-27 06:55:31 +02:00
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
|
|
|
|
|
|
- [In English](#in-english)
|
|
|
|
- [Suomeksi](#suomeksi)
|
|
|
|
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
2015-07-11 10:57:34 +02:00
|
|
|
|
|
|
|
## In English
|
2014-12-30 08:04:02 +01:00
|
|
|
|
2023-02-22 19:28:38 +01:00
|
|
|
_Please keep in mind that old blog posts might not reflect the current
|
|
|
|
reality or my opinions etc._
|
2016-04-08 12:25:19 +02:00
|
|
|
|
2015-10-10 08:02:47 +02:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>Title</th>
|
|
|
|
<th>What it's about</th>
|
|
|
|
</tr>
|
2014-12-30 08:04:02 +01:00
|
|
|
{% for post in site.categories.english %}
|
2015-10-10 08:02:47 +02:00
|
|
|
<tr>
|
|
|
|
<td><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></td>
|
|
|
|
<td><em>{{ post.excerpt | strip_html }}</em></td>
|
|
|
|
</tr>
|
2014-12-30 08:04:02 +01:00
|
|
|
{% endfor %}
|
2015-10-10 08:02:47 +02:00
|
|
|
</table>
|
2014-12-30 08:04:02 +01:00
|
|
|
|
2015-07-11 10:57:34 +02:00
|
|
|
## Suomeksi
|
2014-12-30 08:04:02 +01:00
|
|
|
|
2023-02-22 19:28:38 +01:00
|
|
|
_Pidäthän mielessä etteivät vanhat blogaukseni välttämättä heijasta
|
|
|
|
todellisuutta tai nykyisiä mielipiteitäni jne._
|
2016-04-08 12:25:19 +02:00
|
|
|
|
2015-10-10 08:02:47 +02:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>Otsikko</th>
|
|
|
|
<th>Mistä se kertoo</th>
|
|
|
|
</tr>
|
2014-12-30 08:04:02 +01:00
|
|
|
{% for post in site.categories.finnish %}
|
2015-10-10 08:02:47 +02:00
|
|
|
<tr>
|
|
|
|
<td><strong><a href="{{ post.url }}">{{ post.title }}</a></strong></td>
|
|
|
|
<td><em>{{ post.excerpt | strip_html }}</em></td>
|
|
|
|
</tr>
|
2014-12-30 07:28:45 +01:00
|
|
|
{% endfor %}
|
2015-10-10 08:02:47 +02:00
|
|
|
</table>
|