-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (32 loc) · 1.34 KB
/
index.html
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
37
38
39
---
title: Home
---
<h2>Welcome to my blog!</h2>
<div class="welcome">
<img src="/images/me_200px_300px.jpg" style="float: left; margin-right: 10px;" />
<p>
Hi. My name is Tobias and I am a software engineer currently located in Munich,
Germany. I have my Master of Science in physics, but quickly came to realize
that programming is what I want to do most. I am fascinated by everything
related to programming. I like to write about my thoughts, struggles and
findings. Amongst my interests are: Python, user interfaces (graphical and
textual), parsers and operating systems, but my biggest personal pleasure is
learning more about functional programming. If I'm not programming I enjoy
spending some time with my wife and my dog or create something with my hands
(mostly out of wood).
</p>
<p>
If you like the blog and like to get in touch, contribute or just be inspired
feel free to checkout my
<a href="https://github.com/TobiasPleyer">Github page</a>.
</p>
<p>
This blog is generated, the sources can be found
<a href="https://github.com/TobiasPleyer/blog">here</a>.
</p>
</div>
<div class="posts" style="padding-top: 40px;">
<h2>Most recent posts</h2>
$partial("templates/post-list.html")$
</div>
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>