Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c114bd9

Browse files
committedJan 8, 2020
add jekyll blog
1 parent e2034f5 commit c114bd9

9 files changed

+536
-51
lines changed
 

‎.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Ignore metadata generated by Jekyll
2+
_site/
3+
.sass-cache/
4+
.jekyll-cache/
5+
.jekyll-metadata
6+
7+
# Ignore folders generated by Bundler
8+
.bundle/
9+
vendor/

‎404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

‎Gemfile

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
# gem "jekyll", "~> 3.8.5"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "minima", "~> 2.0"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.6"
23+
end
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.0" if Gem.win_platform?

‎Gemfile.lock

Lines changed: 251 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,251 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.2.1)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.5)
20+
dnsruby (1.61.3)
21+
addressable (~> 2.5)
22+
em-websocket (0.5.1)
23+
eventmachine (>= 0.12.9)
24+
http_parser.rb (~> 0.6.0)
25+
ethon (0.12.0)
26+
ffi (>= 1.3.0)
27+
eventmachine (1.2.7)
28+
execjs (2.7.0)
29+
faraday (1.0.0)
30+
multipart-post (>= 1.2, < 3)
31+
ffi (1.11.3)
32+
forwardable-extended (2.6.0)
33+
gemoji (3.0.1)
34+
github-pages (203)
35+
github-pages-health-check (= 1.16.1)
36+
jekyll (= 3.8.5)
37+
jekyll-avatar (= 0.7.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.13.0)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.12.1)
44+
jekyll-mentions (= 1.5.1)
45+
jekyll-optional-front-matter (= 0.3.2)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.3.0)
48+
jekyll-redirect-from (= 0.15.0)
49+
jekyll-relative-links (= 0.6.1)
50+
jekyll-remote-theme (= 0.4.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.6.1)
53+
jekyll-sitemap (= 1.4.0)
54+
jekyll-swiss (= 1.0.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.4)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.3)
69+
jemoji (= 0.11.1)
70+
kramdown (= 1.17.0)
71+
liquid (= 4.0.3)
72+
mercenary (~> 0.3)
73+
minima (= 2.5.1)
74+
nokogiri (>= 1.10.4, < 2.0)
75+
rouge (= 3.13.0)
76+
terminal-table (~> 1.4)
77+
github-pages-health-check (1.16.1)
78+
addressable (~> 2.3)
79+
dnsruby (~> 1.60)
80+
octokit (~> 4.0)
81+
public_suffix (~> 3.0)
82+
typhoeus (~> 1.3)
83+
html-pipeline (2.12.3)
84+
activesupport (>= 2)
85+
nokogiri (>= 1.4)
86+
http_parser.rb (0.6.0)
87+
i18n (0.9.5)
88+
concurrent-ruby (~> 1.0)
89+
jekyll (3.8.5)
90+
addressable (~> 2.4)
91+
colorator (~> 1.0)
92+
em-websocket (~> 0.5)
93+
i18n (~> 0.7)
94+
jekyll-sass-converter (~> 1.0)
95+
jekyll-watch (~> 2.0)
96+
kramdown (~> 1.14)
97+
liquid (~> 4.0)
98+
mercenary (~> 0.3.3)
99+
pathutil (~> 0.9)
100+
rouge (>= 1.7, < 4)
101+
safe_yaml (~> 1.0)
102+
jekyll-avatar (0.7.0)
103+
jekyll (>= 3.0, < 5.0)
104+
jekyll-coffeescript (1.1.1)
105+
coffee-script (~> 2.2)
106+
coffee-script-source (~> 1.11.1)
107+
jekyll-commonmark (1.3.1)
108+
commonmarker (~> 0.14)
109+
jekyll (>= 3.7, < 5.0)
110+
jekyll-commonmark-ghpages (0.1.6)
111+
commonmarker (~> 0.17.6)
112+
jekyll-commonmark (~> 1.2)
113+
rouge (>= 2.0, < 4.0)
114+
jekyll-default-layout (0.1.4)
115+
jekyll (~> 3.0)
116+
jekyll-feed (0.13.0)
117+
jekyll (>= 3.7, < 5.0)
118+
jekyll-gist (1.5.0)
119+
octokit (~> 4.2)
120+
jekyll-github-metadata (2.12.1)
121+
jekyll (~> 3.4)
122+
octokit (~> 4.0, != 4.4.0)
123+
jekyll-mentions (1.5.1)
124+
html-pipeline (~> 2.3)
125+
jekyll (>= 3.7, < 5.0)
126+
jekyll-optional-front-matter (0.3.2)
127+
jekyll (>= 3.0, < 5.0)
128+
jekyll-paginate (1.1.0)
129+
jekyll-readme-index (0.3.0)
130+
jekyll (>= 3.0, < 5.0)
131+
jekyll-redirect-from (0.15.0)
132+
jekyll (>= 3.3, < 5.0)
133+
jekyll-relative-links (0.6.1)
134+
jekyll (>= 3.3, < 5.0)
135+
jekyll-remote-theme (0.4.1)
136+
addressable (~> 2.0)
137+
jekyll (>= 3.5, < 5.0)
138+
rubyzip (>= 1.3.0)
139+
jekyll-sass-converter (1.5.2)
140+
sass (~> 3.4)
141+
jekyll-seo-tag (2.6.1)
142+
jekyll (>= 3.3, < 5.0)
143+
jekyll-sitemap (1.4.0)
144+
jekyll (>= 3.7, < 5.0)
145+
jekyll-swiss (1.0.0)
146+
jekyll-theme-architect (0.1.1)
147+
jekyll (~> 3.5)
148+
jekyll-seo-tag (~> 2.0)
149+
jekyll-theme-cayman (0.1.1)
150+
jekyll (~> 3.5)
151+
jekyll-seo-tag (~> 2.0)
152+
jekyll-theme-dinky (0.1.1)
153+
jekyll (~> 3.5)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-hacker (0.1.1)
156+
jekyll (~> 3.5)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-leap-day (0.1.1)
159+
jekyll (~> 3.5)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-merlot (0.1.1)
162+
jekyll (~> 3.5)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-midnight (0.1.1)
165+
jekyll (~> 3.5)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-minimal (0.1.1)
168+
jekyll (~> 3.5)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-modernist (0.1.1)
171+
jekyll (~> 3.5)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-primer (0.5.4)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-github-metadata (~> 2.9)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-slate (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-tactile (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-time-machine (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-titles-from-headings (0.5.3)
187+
jekyll (>= 3.3, < 5.0)
188+
jekyll-watch (2.2.1)
189+
listen (~> 3.0)
190+
jemoji (0.11.1)
191+
gemoji (~> 3.0)
192+
html-pipeline (~> 2.2)
193+
jekyll (>= 3.0, < 5.0)
194+
kramdown (1.17.0)
195+
liquid (4.0.3)
196+
listen (3.2.1)
197+
rb-fsevent (~> 0.10, >= 0.10.3)
198+
rb-inotify (~> 0.9, >= 0.9.10)
199+
mercenary (0.3.6)
200+
mini_portile2 (2.4.0)
201+
minima (2.5.1)
202+
jekyll (>= 3.5, < 5.0)
203+
jekyll-feed (~> 0.9)
204+
jekyll-seo-tag (~> 2.1)
205+
minitest (5.13.0)
206+
multipart-post (2.1.1)
207+
nokogiri (1.10.7)
208+
mini_portile2 (~> 2.4.0)
209+
octokit (4.15.0)
210+
faraday (>= 0.9)
211+
sawyer (~> 0.8.0, >= 0.5.3)
212+
pathutil (0.16.2)
213+
forwardable-extended (~> 2.6)
214+
public_suffix (3.1.1)
215+
rb-fsevent (0.10.3)
216+
rb-inotify (0.10.1)
217+
ffi (~> 1.0)
218+
rouge (3.13.0)
219+
ruby-enum (0.7.2)
220+
i18n
221+
rubyzip (2.0.0)
222+
safe_yaml (1.0.5)
223+
sass (3.7.4)
224+
sass-listen (~> 4.0.0)
225+
sass-listen (4.0.0)
226+
rb-fsevent (~> 0.9, >= 0.9.4)
227+
rb-inotify (~> 0.9, >= 0.9.7)
228+
sawyer (0.8.2)
229+
addressable (>= 2.3.5)
230+
faraday (> 0.8, < 2.0)
231+
terminal-table (1.8.0)
232+
unicode-display_width (~> 1.1, >= 1.1.1)
233+
thread_safe (0.3.6)
234+
typhoeus (1.3.1)
235+
ethon (>= 0.9.0)
236+
tzinfo (1.2.6)
237+
thread_safe (~> 0.1)
238+
unicode-display_width (1.6.0)
239+
zeitwerk (2.2.2)
240+
241+
PLATFORMS
242+
ruby
243+
244+
DEPENDENCIES
245+
github-pages
246+
jekyll-feed (~> 0.6)
247+
minima (~> 2.0)
248+
tzinfo-data
249+
250+
BUNDLED WITH
251+
2.1.4

‎_config.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: Sirius Business
17+
email: sirius@iki.fi
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
Hunter-gatherer-coder.
20+
baseurl: "" # the subpath of your site, e.g. /blog
21+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
22+
twitter_username: marttimalmi
23+
github_username: mmalmi
24+
25+
# Build settings
26+
markdown: kramdown
27+
theme: minima
28+
plugins:
29+
- jekyll-feed
30+
31+
# Exclude from processing.
32+
# The following items will not be processed, by default. Create a custom list
33+
# to override the default setting.
34+
# exclude:
35+
# - Gemfile
36+
# - Gemfile.lock
37+
# - node_modules
38+
# - vendor/bundle/
39+
# - vendor/cache/
40+
# - vendor/gems/
41+
# - vendor/ruby/

‎_posts/2019-11-04-how-to-fix-everything-thats-wrong-with-the-internet.md

Lines changed: 108 additions & 0 deletions
Large diffs are not rendered by default.

‎about.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: page
3+
title: About
4+
permalink: /about/
5+
---
6+
7+
I write mostly code and occasionally blog posts. I'm interested in individual liberty (or at least local sovereignty) and how to achieve it using decentralized technology. I worked with Bitcoin in 2009-2011. As of 2020 I'm working on decentralized social media.
8+
9+
My other interests include economics, law, psychology (especially moral and evolutionary), music, photography, aesthetics, phenomenology, software development, digitalization and hunter-gatherer lifestyle.
10+
11+
The blog name stems from my Bitcoin developer nickname Sirius. As Nathaniel Popper tells the story in his book Digital Gold:
12+
13+
> The name had a cosmic ring to it, and conveyed that this was "sirius business," Martti thought to himself. But it also had a more playful meaning for Martti, who had used the alias in a Harry Potter role-playing game at age thirteen.

‎blog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
# Feel free to add content and custom Front Matter to this file.
3+
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
4+
5+
layout: home
6+
---

‎index.html

Lines changed: 55 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
<!--
22
3-
. . IMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
4-
.IMMMMMMMMMMMMMM8I . ... . =MMMM
5-
:MMMMMMMMMZ . 7MMMMZ . 7MD . IMMD .
6-
MMMMM. . . . .~ .M, . MMM .
7-
MMMM, N. .IDMMMO777ZNMMMMMO =MM . M:. NMM.
8-
. ZMMM . . :7NMMDI= . MM IM MMM
9-
MMM IMM77IDMMM, . M8 ..MM M ,N MMM
10-
M8 M M . M ,O . 7. MM
11-
.M8 D ,. ... M 7 MM
12-
MM. 7 = . ~MMMMMN, . 7MM
13-
MMM .. N. MMMMMMMMMMMMMMMO. MMM
14-
.MMM MMMMMMMMM+. ZMMMZ $MMMMMMMMMMM.. MMM
15-
MMMD. . ..ZMMM78MMMMMMMMM MMM. .. DMMMMMMMMMMM8MM MM7 . OMMMM .
16-
MMM MM:. . MMMMMMMMMMMMMMMMM IMM MMMMMMO .DMMMMM.. . . +O MMM.
17-
.MMM ?D OMMMMM .,MMMMM+ MM MMMMMMMM. ?.MM..
18-
MMM M :M. .7M8 MM . MMMN .. =MMMMM. . :MMM :.MMM.
19-
MMM. 8. MMMMMMMMMZ. MM MMMMMMMMMMMM~ M MM. MM$
20-
.MMOM M . .. MMMMMM$ . MMM . MM .MM MM
21-
NMMM M 8M O88I MMMM 7~ . . .:MMMMMM MM MM
22-
MMM $ . MM . MMM~ ~MMMMMMM MMMMM=.7MMMM MM . MM
23-
NM7I M MMM: MMMMM MM MMMMMM . MMMZMMM.MM. 8 MM
24-
MM MM .+MMMM =M M,MMD MMMMMMM $MM DMMMMMM.. ZMM. .MM .8..MMM.
25-
MM? :M MMMMMM .. . . MM . . . MMM .MMMMMMMI=MM MMMM M N MMM
26-
.MM MMMMMMMMM 8MMMM .ZMMMMMM? . MMM. ,MMMMMM . =. MMM
27-
MMM. MMMM MMMMMMM8 . MM . :MMMMMMMMM NMMMMMMMMMMM .MMM.
28-
.MM IMMM= MM ?MMMMMMMMMMMMMMMMMMMMMMM8 . MM . MMMMMMM . MMN 8 MM8
29-
MM 7MMM MM .MM $MMMMM7 .MM.. .MM. MMMMMMMMMMD. MM~ MMM
30-
7M ..=MMMMMMM?. MMI MMM MM . ?MMMMMMMMMM MM .MMI . MMM.
31-
M= MMMMMMMMMMMMMMN~ .8M= MM 7MMMMMMMMMMMM, MM8MMM .,MM
32-
M= MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM8 MMMM . MM.
33-
=M MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM+ 8MM MMM$ MM
34-
.8M. MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MM . =MMMM. 7MM.
35-
MM MM.MM MM.ZMMMM7=MMMM . MM ZMM MMMMM MMM.
36-
MM MMZMM ~MM MMM ..~MM MM MMMMMMM . $MM$
37-
MM ~MMM, MMM MM=. MM MM MMMMMMZ .M7 .MM ~MMM
38-
,MM MMMMMMMMD. MM MM MMO~.7MMMMMMMM=.. NM.. MM DMMM
39-
MMI . =MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM~. .M?. ,MM =MMMM
40-
MM. D. . .. . . . .M= . ZMD . MMMM
41-
MM. M M . .8MMMMMMMMMMMMM. MZ MM? . =MMMM
42-
MM. I .MM ... .MM= .MM. ZMMMM
43-
MM ,N . ,+777- -, ... ?MM MMMMM
44-
MM. MMO. .. . . . 7MO . ?MMMM
45-
MMZ .. .==~=. . . MMMM.
46-
MM . . MMMM
47-
MMM .. MMMMMMMMMM
48-
.MMM7 ZMMMMMMMMN:
49-
DMMMMMMMMMMMMMMMMMMMMMMMM? . .
50-
. 7MMMMMMMMMMMMZ. . ..
3+
. . IMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
4+
.IMMMMMMMMMMMMMM8I . ... . =MMMM
5+
:MMMMMMMMMZ . 7MMMMZ . 7MD . IMMD .
6+
MMMMM. . . . .~ .M, . MMM .
7+
MMMM, N. .IDMMMO777ZNMMMMMO =MM . M:. NMM.
8+
. ZMMM . . :7NMMDI= . MM IM MMM
9+
MMM IMM77IDMMM, . M8 ..MM M ,N MMM
10+
M8 M M . M ,O . 7. MM
11+
.M8 D ,. ... M 7 MM
12+
MM. 7 = . ~MMMMMN, . 7MM
13+
MMM .. N. MMMMMMMMMMMMMMMO. MMM
14+
.MMM MMMMMMMMM+. ZMMMZ $MMMMMMMMMMM.. MMM
15+
MMMD. . ..ZMMM78MMMMMMMMM MMM. .. DMMMMMMMMMMM8MM MM7 . OMMMM .
16+
MMM MM:. . MMMMMMMMMMMMMMMMM IMM MMMMMMO .DMMMMM.. . . +O MMM.
17+
.MMM ?D OMMMMM .,MMMMM+ MM MMMMMMMM. ?.MM..
18+
MMM M :M. .7M8 MM . MMMN .. =MMMMM. . :MMM :.MMM.
19+
MMM. 8. MMMMMMMMMZ. MM MMMMMMMMMMMM~ M MM. MM$
20+
.MMOM M . .. MMMMMM$ . MMM . MM .MM MM
21+
NMMM M 8M O88I MMMM 7~ . . .:MMMMMM MM MM
22+
MMM $ . MM . MMM~ ~MMMMMMM MMMMM=.7MMMM MM . MM
23+
NM7I M MMM: MMMMM MM MMMMMM . MMMZMMM.MM. 8 MM
24+
MM MM .+MMMM =M M,MMD MMMMMMM $MM DMMMMMM.. ZMM. .MM .8..MMM.
25+
MM? :M MMMMMM .. . . MM . . . MMM .MMMMMMMI=MM MMMM M N MMM
26+
.MM MMMMMMMMM 8MMMM .ZMMMMMM? . MMM. ,MMMMMM . =. MMM
27+
MMM. MMMM MMMMMMM8 . MM . :MMMMMMMMM NMMMMMMMMMMM .MMM.
28+
.MM IMMM= MM ?MMMMMMMMMMMMMMMMMMMMMMM8 . MM . MMMMMMM . MMN 8 MM8
29+
MM 7MMM MM .MM $MMMMM7 .MM.. .MM. MMMMMMMMMMD. MM~ MMM
30+
7M ..=MMMMMMM?. MMI MMM MM . ?MMMMMMMMMM MM .MMI . MMM.
31+
M= MMMMMMMMMMMMMMN~ .8M= MM 7MMMMMMMMMMMM, MM8MMM .,MM
32+
M= MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM8 MMMM . MM.
33+
=M MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM+ 8MM MMM$ MM
34+
.8M. MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MM . =MMMM. 7MM.
35+
MM MM.MM MM.ZMMMM7=MMMM . MM ZMM MMMMM MMM.
36+
MM MMZMM ~MM MMM ..~MM MM MMMMMMM . $MM$
37+
MM ~MMM, MMM MM=. MM MM MMMMMMZ .M7 .MM ~MMM
38+
,MM MMMMMMMMD. MM MM MMO~.7MMMMMMMM=.. NM.. MM DMMM
39+
MMI . =MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM~. .M?. ,MM =MMMM
40+
MM. D. . .. . . . .M= . ZMD . MMMM
41+
MM. M M . .8MMMMMMMMMMMMM. MZ MM? . =MMMM
42+
MM. I .MM ... .MM= .MM. ZMMMM
43+
MM ,N . ,+777- -, ... ?MM MMMMM
44+
MM. MMO. .. . . . 7MO . ?MMMM
45+
MMZ .. .==~=. . . MMMM.
46+
MM . . MMMM
47+
MMM .. MMMMMMMMMM
48+
.MMM7 ZMMMMMMMMN:
49+
DMMMMMMMMMMMMMMMMMMMMMMMM? . .
50+
. 7MMMMMMMMMMMMZ. . ..
5151
5252
-->
5353

@@ -170,7 +170,7 @@ <h1>Design <small>is the meaning of life</small></h1>
170170
<h1>Writing <small>is a art</small></h1>
171171

172172
<div>
173-
<a class="twitter-timeline" href="https://twitter.com/marttimalmi" data-widget-id="592795935392030721">Twiittejä käyttäjältä @marttimalmi</a>
173+
<a class="twitter-timeline" href="https://twitter.com/marttimalmi" data-widget-id="592795935392030721">Twiittej� k�ytt�j�lt� @marttimalmi</a>
174174
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
175175
</div>
176176

@@ -179,7 +179,11 @@ <h1>Writing <small>is a art</small></h1>
179179
</p>
180180

181181
<p>
182-
<a href="http://siriusbisnes.blogspot.fi">Blog: Sirius Business (in Finnish)</a>
182+
<a href="blog.html">Blog</a>
183+
</p>
184+
185+
<p>
186+
<a href="https://siriusbisnes.blogspot.fi">Old blog (Finnish)</a>
183187
</p>
184188

185189
</section>
@@ -206,4 +210,4 @@ <h1>Writing <small>is a art</small></h1>
206210
</body>
207211

208212

209-
</html>
213+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.