1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
| <!doctype html>
<!--title:blog-->
<!--date:-->
<!--description:Here's a list of all my blog entries-->
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta name='author' content='Maciej Spychala' />
<meta name='description' content='Here's a list of all my blog entries'/>
<title>blog</title>
<link type='text/css' rel='stylesheet' href='/assets/style.css'>
</head>
<body>
<header>
<a id='title' href='/'>mcksp</a></span>
<div id='navbar'>
<a href='/blog'>blog</a>
<a href='/tech'>tech</a>
<a href='https://git.mcksp.com'>git</a>
<a href='/about'>about</a>
<a href='/rss.xml'>rss</a>
</div>
</header>
<div class='item'><a href='/blog/first-half-ironman.html'>My first Half Ironman!</a> <span class='date'>2024/09/11</span></div>
<div class='item'><a href='/blog/tech-first.html'>It's ok to make for tech people first</a> <span class='date'>2024/05/21</span></div>
<div class='item'><a href='/blog/minimalism.html'>UI minimalism is bad</a> <span class='date'>2024/03/11</span></div>
<div class='item'><a href='/blog/choose_direction.html'>Productivity is for choosing direction</a> <span class='date'>2023/08/15</span></div>
<div class='item'><a href='/blog/gardens.html'>Digital gardens</a> <span class='date'>2023/07/19</span></div>
<div class='item'><a href='/blog/elden.html'>Elden Ring is really good</a> <span class='date'>2023/06/28</span></div>
<div class='item'><a href='/blog/start_doing.html'>You thought about it enough, start doing</a> <span class='date'>2023/05/23</span></div>
<footer>
made with <a href='https://git.mcksp.com/brcl'>brcl</a>
</footer>
</body>
</html>
|