Some additions
This commit is contained in:
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Setup
|
||||||
|
|
||||||
|
Make sure to install the `extended` version of `hugo` for this to make work.
|
||||||
@@ -5,4 +5,5 @@ aliases = ["about-me", "about", "contact"]
|
|||||||
author = "Jonas Hahn"
|
author = "Jonas Hahn"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Physics student and computer enthusiast. Always curious and exploring new ideas.
|
Physics student and computer enthusiast.
|
||||||
|
Uses [nixos](https://nixos.org) and [helix](https://helix-editor.com).
|
||||||
|
|||||||
@@ -3,4 +3,23 @@ title = "Contact"
|
|||||||
slug = "contact"
|
slug = "contact"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Feel free to write me an email to `jonas@hahn1.one`.
|
Feel free to write me an email to jonas@hahn1.one.
|
||||||
|
|
||||||
|
## Keys
|
||||||
|
|
||||||
|
This is the main gpg key I use.
|
||||||
|
|
||||||
|
```text
|
||||||
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
mDMEaQh8pxYJKwYBBAHaRw8BAQdAr23M1wBzqp7Fe3mevOkXkNQlPo/KKWSt5VXh
|
||||||
|
TO/40RK0JEpvbmFzIEhhaG4gKEpvbmFzKSA8am9uYXNAaGFobjEub25lPoiQBBMW
|
||||||
|
CgA4FiEExnckUXA94YOkmDy6Bj3AVEhINaYFAmlpWHYCGwMFCwkIBwIGFQoJCAsC
|
||||||
|
BBYCAwECHgECF4AACgkQBj3AVEhINaacDQD/Xelsi4368hEaTqkWaNJS1a6DdMFy
|
||||||
|
9O4eq/7pHgMFXjgA/R7rUNJViMlSAB5esZ0x/J60iAUN+8MJti+BDjg9CywNuDgE
|
||||||
|
aQh8pxIKKwYBBAGXVQEFAQEHQOpx57F8CJUfawYzDXzHunfy+H9VZwPsQpJQA0R0
|
||||||
|
8IcYAwEIB4h4BBgWCgAgFiEExnckUXA94YOkmDy6Bj3AVEhINaYFAmkIfKcCGwwA
|
||||||
|
CgkQBj3AVEhINaZgoQD9F6w2qBu7/pnCM8WCBT8pzhF0EiBo4G5Qc8AZHn7jfDwA
|
||||||
|
/2DCI4QzeblmuBvpfC/HqQXjj0MSSfcwxrJRlLCjL9UK
|
||||||
|
=JJYr
|
||||||
|
-----END PGP PUBLIC KEY BLOCK-----
|
||||||
|
```
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ title = "Projects"
|
|||||||
slug = "projects"
|
slug = "projects"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Nothing to see here... Move along!
|
Nothing to see here currently. Move along!
|
||||||
|
|||||||
13
hugo.toml
13
hugo.toml
@@ -36,13 +36,20 @@ style = "github-dark"
|
|||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "github"
|
name = "github"
|
||||||
icon = "fa-brands fa-github fa-2x"
|
icon = "fa-brands fa-github fa-2x"
|
||||||
weight = 1
|
weight = 2
|
||||||
url = "https://github.com/ascyii/"
|
url = "https://github.com/ascyii/"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "gitlab"
|
name = "gitlab"
|
||||||
icon = "fa-brands fa-gitlab fa-2x"
|
icon = "fa-brands fa-gitlab fa-2x"
|
||||||
weight = 2
|
weight = 3
|
||||||
url = "https://gitlab.com/ascyii/"
|
url = "https://gitlab.gwdg.de/j.hahn02"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "gitea"
|
||||||
|
icon = "fa-brands fa-git-alt fa-2x"
|
||||||
|
weight = 1
|
||||||
|
url = "https://git.ascyii.de/jonas"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
|
|||||||
Reference in New Issue
Block a user