Some additions
This commit is contained in:
6
README.md
Normal file
6
README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Setup
|
||||
|
||||
Make sure to install the `extended` version of `hugo` for this to make work.
|
||||
Also install the theme with
|
||||
|
||||
`git submodule init`.
|
||||
@@ -5,4 +5,6 @@ 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).
|
||||
See the sourcecode of this site [here](https://git.ascyii.de/jonas/site).
|
||||
|
||||
@@ -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-----
|
||||
```
|
||||
|
||||
@@ -3,4 +3,4 @@ title = "Projects"
|
||||
slug = "projects"
|
||||
+++
|
||||
|
||||
Nothing to see here... Move along!
|
||||
Nothing to see here currently. Move along!
|
||||
|
||||
15
hugo.toml
15
hugo.toml
@@ -24,7 +24,7 @@ style = "github-dark"
|
||||
favicon_svg = "/favicon.svg"
|
||||
|
||||
since = 2025
|
||||
colorscheme = "auto"
|
||||
colorscheme = "dark"
|
||||
hidecolorschemetoggle = false
|
||||
|
||||
[taxonomies]
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user