setup the site layout
This commit is contained in:
commit
55c7df5904
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/gokarna"]
|
||||||
|
path = themes/gokarna
|
||||||
|
url = https://github.com/526avijitgupta/gokarna.git
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
50
config.toml
Normal file
50
config.toml
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
baseURL = 'http://recreational.tech/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
defaultContentLanguage = 'en'
|
||||||
|
title = 'recreational.tech'
|
||||||
|
|
||||||
|
# Find the documentation at: https://gokarna-hugo.netlify.app/posts/theme-documentation-basics
|
||||||
|
|
||||||
|
theme = 'gokarna'
|
||||||
|
|
||||||
|
enableRobotsTXT = true
|
||||||
|
|
||||||
|
[params]
|
||||||
|
socialIcons = [
|
||||||
|
{name = "twitter", url = "https://twitter.com/GreenFoxLight"},
|
||||||
|
{name = "linkedin", url = "https://www.linkedin.com/in/kevin-trogant-232124224/"}
|
||||||
|
]
|
||||||
|
|
||||||
|
[menu]
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'posts'
|
||||||
|
url = '/posts/'
|
||||||
|
pre = ''
|
||||||
|
post = ''
|
||||||
|
name = 'Posts'
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'about'
|
||||||
|
url = '/about/'
|
||||||
|
name = 'About'
|
||||||
|
weight = 2
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'projects'
|
||||||
|
url = '/projects/'
|
||||||
|
name = 'Projects'
|
||||||
|
weight = 3
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'git'
|
||||||
|
url = 'https://libneat.hopto.org/git'
|
||||||
|
weight = 4
|
||||||
|
pre = "<span data-feather='git-branch'></span>"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'github'
|
||||||
|
url = 'https://github.com/GreenFoxLight'
|
||||||
|
weight = 5
|
||||||
|
# feather-icons: feathericons.com
|
||||||
|
pre = "<span data-feather='github'></span>"
|
9
content/_index.md
Normal file
9
content/_index.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: ""
|
||||||
|
date: 2023-01-04T09:59:49+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
*Kevin Trogant*
|
||||||
|
|
||||||
|
**Programming** | **3D Graphics** | **Sailing** | **Tabletop RPGs**
|
11
content/about.md
Normal file
11
content/about.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
title: "About"
|
||||||
|
date: 2023-01-04T10:09:32+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
I study computer science at Humboldt-Universität in Berlin, Germany.
|
||||||
|
Professionally, i work as a business analyst at an international fintech company.
|
||||||
|
My interest in 3d graphics and game development comes from years of gaming and a desire to understand how complex systems work.
|
||||||
|
|
||||||
|
Aside from programming and gaming, i enjoy sailing, playing various instruments and tabletop rpgs.
|
6
content/posts/first_post.md
Normal file
6
content/posts/first_post.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "First_post"
|
||||||
|
date: 2023-01-04T09:39:51+01:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
29
content/projects.md
Normal file
29
content/projects.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
title: "Projects"
|
||||||
|
date: 2023-01-04T10:18:30+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
You can find the source code for some of these projects at [gitea](https://libneat.hopto.org/git).
|
||||||
|
|
||||||
|
# NVR
|
||||||
|
|
||||||
|
A VR engine intended for a series of fantasy games.
|
||||||
|
Because of a shift in focus, i recently began a rewrite of this from scratch, but it is based on a previous engine called n2.
|
||||||
|
|
||||||
|
# buildbot
|
||||||
|
|
||||||
|
Born out of dissatisfaction with existing CI tools compatible with gitea - mainly because of complicated configuration.
|
||||||
|
This is my attempt at building a very simple CI tool that does exactly what i need.
|
||||||
|
|
||||||
|
# Fantasy Heist
|
||||||
|
|
||||||
|
A multiplayer stealth-dungeon-crawler, built using the awesome Godot Engine together with another developer.
|
||||||
|
The project is currently on hold, but the idea might be re-used at some point.
|
||||||
|
|
||||||
|
![A very early stage screenshot of Fantasy Heist.](/fantasy_heist.png)
|
||||||
|
|
||||||
|
# GPU Algorithm for Dynamic Time Warping
|
||||||
|
|
||||||
|
My bachelor thesis delt with implementing an GPU algorithm for time series comparison.
|
||||||
|
A paper describing the implementation was published at the [PARS-Workshop 2019](https://fg-pars.gi.de/veranstaltung/pars-workshop-2019).
|
BIN
static/fantasy_heist.png
Normal file
BIN
static/fantasy_heist.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 941 KiB |
1
themes/gokarna
Submodule
1
themes/gokarna
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 42e0feba8b1da46c90cbdcbfdf38e09ee39a5e74
|
Loading…
Reference in New Issue
Block a user