diff --git a/content/about.md b/content/about.md index df68ce9..b480945 100644 --- a/content/about.md +++ b/content/about.md @@ -1,12 +1,14 @@ +++ date = "2017-03-11T11:23:43+01:00" +publishdate = "2017-03-11T11:23:43+01:00" title = "About" -description = "about me" +description = "Information about myself" 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/). 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/). -## Skills +Skills += * Linux * Java SE and EE * C @@ -26,7 +29,8 @@ Currently working at [EBSnet](http://ebsnet.de/). * MySQL * Oracle SQL -## System/Tools +System/Tools += * OS: [Arch Linux](https://archlinux.org) * WM: [i3wm](https://i3wm.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) -## GitHub +GitHub += Visit [my GitHub profile](https://github.com/vbrandl). diff --git a/content/contact.md b/content/contact.md index 109dfb7..f6075bc 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,7 +1,8 @@ +++ date = "2017-03-11T11:38:41+01:00" +publishdate = "2017-03-11T11:38:41+01:00" title = "Contact" -description = "" +description = "My contact information" menu = "main" +++ diff --git a/content/post/hello-world.md b/content/post/hello-world.md new file mode 100644 index 0000000..f6915e2 --- /dev/null +++ b/content/post/hello-world.md @@ -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. + + + +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/