nek0.eu/site/about.md

42 lines
1.2 KiB
Markdown
Raw Normal View History

2016-03-01 07:03:27 +00:00
---
title: About
author: nek0
---
2018-07-25 13:53:14 +00:00
# Hi there!
2016-03-01 07:03:27 +00:00
You found your way to my little spot in the internet and you want to know more.
So be it!
2018-07-25 13:53:14 +00:00
## About me
2016-03-01 07:03:27 +00:00
2020-09-30 08:44:23 +00:00
My name is nek0. This is of course a nickname. In my free time I like to code,
draw, play piano, sing and read books. I have a very broad taste in music and a
great deal of understanding.
2016-03-01 07:03:27 +00:00
2018-07-25 13:53:14 +00:00
## About this site
2016-03-01 07:03:27 +00:00
<img alt="Haskell logo" src="/images/haskell-logo.png" style="width:auto">
2016-06-30 15:49:59 +00:00
This site came to existence as a byproduct of an experiment. I am trying to
configure and maintain my own server.
This blog is generated with the static site generator [Hakyll][h], which is
2020-09-30 08:44:23 +00:00
written in Haskell, my favourite programming language so far.
2016-03-01 07:03:27 +00:00
As you can see I have been successful so far.
2016-06-30 15:49:59 +00:00
Due to this experimental state it is very likely that the appearance of this
site will change over time.
2018-07-25 13:53:14 +00:00
### Technical data
2016-06-30 15:49:59 +00:00
* Webserver: [nginx](https://www.nginx.com/)
* Certificate authority: [letsencrypt](https://letsencrypt.org/)
* Reverse-Proxy: [haproxy](http://www.haproxy.org/)
* Static site generator: [hakyll][h]
* Version control system: [git](https://git-scm.com/)
* Driven by: Boredom and insanity
2016-03-01 07:03:27 +00:00
[h]: http://jaspervdj.be/hakyll