Add first post, update contact and about page

This commit is contained in:
Valentin Brandl 2017-03-11 15:18:12 +01:00
parent 00d451d6c3
commit 87ecf43f3f
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
3 changed files with 51 additions and 6 deletions

View File

@ -1,12 +1,14 @@
+++ +++
date = "2017-03-11T11:23:43+01:00" date = "2017-03-11T11:23:43+01:00"
publishdate = "2017-03-11T11:23:43+01:00"
title = "About" title = "About"
description = "about me" description = "Information about myself"
menu = "main" menu = "main"
+++ +++
## About Me About Me
=
I'm Valentin, an computer science student from Regensburg, Germany. Currently I'm studying at [OTH Regensburg](https://www.oth-regensburg.de/). I'm Valentin, an computer science student from Regensburg, Germany. Currently I'm studying at [OTH Regensburg](https://www.oth-regensburg.de/).
My interests are mainly in IT security and open source software but also practical cryptography and blockchain based technologies. I also like administrating Linux machines and planing network infrastructures. My interests are mainly in IT security and open source software but also practical cryptography and blockchain based technologies. I also like administrating Linux machines and planing network infrastructures.
@ -16,7 +18,8 @@ I'm coding since ~2010.
Currently working at [EBSnet](http://ebsnet.de/). Currently working at [EBSnet](http://ebsnet.de/).
## Skills Skills
=
* Linux * Linux
* Java SE and EE * Java SE and EE
* C * C
@ -26,7 +29,8 @@ Currently working at [EBSnet](http://ebsnet.de/).
* MySQL * MySQL
* Oracle SQL * Oracle SQL
## System/Tools System/Tools
=
* OS: [Arch Linux](https://archlinux.org) * OS: [Arch Linux](https://archlinux.org)
* WM: [i3wm](https://i3wm.org/) * WM: [i3wm](https://i3wm.org/)
* Editor: [Vim](http://www.vim.org) * Editor: [Vim](http://www.vim.org)
@ -34,5 +38,6 @@ Currently working at [EBSnet](http://ebsnet.de/).
Also refer to my [dotfiles](https://github.com/vbrandl/dotfiles) Also refer to my [dotfiles](https://github.com/vbrandl/dotfiles)
## GitHub GitHub
=
Visit [my GitHub profile](https://github.com/vbrandl). Visit [my GitHub profile](https://github.com/vbrandl).

View File

@ -1,7 +1,8 @@
+++ +++
date = "2017-03-11T11:38:41+01:00" date = "2017-03-11T11:38:41+01:00"
publishdate = "2017-03-11T11:38:41+01:00"
title = "Contact" title = "Contact"
description = "" description = "My contact information"
menu = "main" menu = "main"
+++ +++

View File

@ -0,0 +1,39 @@
+++
date = "2017-03-11T11:42:57+01:00"
publishdate = "2017-03-11T11:42:57+01:00"
title = "Hello World"
description = "First post explaining the how and why of this website"
tags = ["hugo","nginx","tls","vim"]
categories = ["blogging"]
draft = true
+++
Welcome to my homepage. In this post I'll try to explain why and how this site was build.
I created this website to give an overview about my person and the projects I'm working on.
<!--more-->
Setup
=
This website is generated by the static website generator [Hugo][1] using the awesome [After Dark theme][2]. I track the source files of the website in a [GitHub repository][3]. Everything is written using the [Vim][4] text editor. The web server is a [nginx server][5] running on my own dedicated server from [Kimsufi][6] and does not log the visitors IP address (I **do** write access logs but I will never log IP addresses).
I chose a static site generator over a CMS like WordPress because plain markdown files are easier to manage e.g. using git in contrast to WordPress posts being stored somewhere deep in a database. Also have a look at the [WordPress release notes][7]. Hugo generates static HTML files which are served through nginx, so there are no security risks.
The web server forces you to use a TLS encrypted connection using HTTP/2, therefore I used [Let's Encrypt][8] to get a free certificate (you might want to check out my awesome [SSL rating][9]).
All posts are written using [Vim][10] with some plugins. My Vim configuration can be seen in my [dotfile repository][11].
[1]: https://gohugo.io/
[2]: https://github.com/comfusion/after-dark
[3]: https://github.com/vbrandl/vbrandl.net
[4]: http://vim.org
[5]: https://nginx.org/
[6]: https://www.kimsufi.com/
[7]: https://wordpress.org/news/category/releases/
[8]: https://letsencrypt.org/
[9]: https://www.ssllabs.com/ssltest/analyze.html?d=www.vbrandl.net
[10]: http://vim.org/
[11]: https://github.com/vbrandl/dotfiles/tree/master/editors/vim/