diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a521ff --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Setup + +Make sure to install the `extended` version of `hugo` for this to make work. diff --git a/content/about.md b/content/about.md index 36ee45e..30eeffc 100644 --- a/content/about.md +++ b/content/about.md @@ -5,4 +5,5 @@ aliases = ["about-me", "about", "contact"] 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). diff --git a/content/contact.md b/content/contact.md index cb3ae98..c0d51b7 100644 --- a/content/contact.md +++ b/content/contact.md @@ -3,4 +3,23 @@ title = "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----- +``` diff --git a/content/projects.md b/content/projects.md index 6a7fd85..1f6ecd5 100644 --- a/content/projects.md +++ b/content/projects.md @@ -3,4 +3,4 @@ title = "Projects" slug = "projects" +++ -Nothing to see here... Move along! \ No newline at end of file +Nothing to see here currently. Move along! diff --git a/hugo.toml b/hugo.toml index ed0e8f5..58e62bc 100644 --- a/hugo.toml +++ b/hugo.toml @@ -36,13 +36,20 @@ style = "github-dark" [[params.social]] name = "github" icon = "fa-brands fa-github fa-2x" - weight = 1 + weight = 2 url = "https://github.com/ascyii/" + [[params.social]] name = "gitlab" icon = "fa-brands fa-gitlab fa-2x" - weight = 2 - url = "https://gitlab.com/ascyii/" + weight = 3 + 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]] name = "Blog"