Add hugo config, some static pages and gpg key
This commit is contained in:
38
content/about.md
Normal file
38
content/about.md
Normal file
@ -0,0 +1,38 @@
|
||||
+++
|
||||
date = "2017-03-11T11:23:43+01:00"
|
||||
title = "About"
|
||||
description = "about me"
|
||||
menu = "main"
|
||||
|
||||
+++
|
||||
|
||||
## 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.
|
||||
In my free time I like to play around with binary analysis and exploiting techniques by solving wargames.
|
||||
|
||||
I'm coding since ~2010.
|
||||
|
||||
Currently working at [EBSnet](http://ebsnet.de/).
|
||||
|
||||
## Skills
|
||||
* Linux
|
||||
* Java SE and EE
|
||||
* C
|
||||
* Perl 5
|
||||
* Little Rust and Python
|
||||
* Bash
|
||||
* MySQL
|
||||
* Oracle SQL
|
||||
|
||||
## System/Tools
|
||||
* OS: [Arch Linux](https://archlinux.org)
|
||||
* WM: [i3wm](https://i3wm.org/)
|
||||
* Editor: [Vim](http://www.vim.org)
|
||||
* Shell: [Zsh](https://www.zsh.org/) with [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) and [antigen](http://antigen.sharats.me/) in [tmux](https://tmux.github.io/)
|
||||
|
||||
Also refer to my [dotfiles](https://github.com/vbrandl/dotfiles)
|
||||
|
||||
## GitHub
|
||||
Visit [my GitHub profile](https://github.com/vbrandl).
|
12
content/contact.md
Normal file
12
content/contact.md
Normal file
@ -0,0 +1,12 @@
|
||||
+++
|
||||
date = "2017-03-11T11:38:41+01:00"
|
||||
title = "Contact"
|
||||
description = ""
|
||||
menu = "main"
|
||||
|
||||
+++
|
||||
|
||||
You can contact me on different mediums:
|
||||
|
||||
* Mail: <vbrandl@riseup.net> (Please consider using my [GPG key](/static/keys/0x1FFE431282F4B8CC0A7579167FB009175885FC76.asc))
|
||||
* [Matrix](https://matrix.org/): @vbrandl:matrix.vsund.de
|
Reference in New Issue
Block a user