diff --git a/assets/icons/brand-flickr.svg b/assets/icons/brand-flickr.svg new file mode 100644 index 0000000..4294a9b --- /dev/null +++ b/assets/icons/brand-flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/brand-git.svg b/assets/icons/brand-git.svg new file mode 100644 index 0000000..7035edb --- /dev/null +++ b/assets/icons/brand-git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/brand-github.svg b/assets/icons/brand-github.svg new file mode 100644 index 0000000..ad12afd --- /dev/null +++ b/assets/icons/brand-github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/brand-mastodon.svg b/assets/icons/brand-mastodon.svg new file mode 100644 index 0000000..972d80b --- /dev/null +++ b/assets/icons/brand-mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/index.md b/content/index.md index 29135a8..cc56b0b 100644 --- a/content/index.md +++ b/content/index.md @@ -1,6 +1,6 @@ --- -title: Hey there! -description: Welcome to my site! +title: Hi there! +// description: Welcome to my site! readingTime: false menu: main: @@ -9,4 +9,21 @@ menu: params: icon: home --- -foo +My name’s mart-w -- but you can also call me Martin if you want. I go by the +pronouns **he/him**. If you can read this, that means that it only took me +7 years to actually put something on that domain I’ve been owning for ages. + +Go ahead and make yourself comfortable if you’re interested in my ramblings +about random topics, probably mostly tech related. Sometimes I also pick up +a camera an haphazardly point it at things, so there might also be some of +that in the future. + +I host a couple of [services](https://status.brokentech.cloud/) that, +together, form the [Broken Tech Cloud](https://brokentech.cloud/). +Go ahead and reach out to me if you’d like an invitation. I spent way too much +money on hard disks and have plenty of storage space to spare. + +The best ways to reach me are [Mastodon](https://chaos.social/@mart_w) and +[Matrix](https://matrix.to/#/@mart-w:mart-w.de). I’m also a member of +[Chaos Computer Club Darmstadt](https://chaos-darmstadt.de/), so if you happen +to be in the area, that’d be a great place to meet. diff --git a/hugo.toml b/hugo.toml index 0fe72cf..b2b475f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,12 +1,66 @@ baseURL = 'https://mart-w.de/' languageCode = 'en-gb' defaultContentLanguage = "en" -title = 'mart-w.de' +title = "mart-w" [Params] +description = "mart-w, wannabe hacker and tryhard photographer" +mainSections = ["post", "gallery"] + + [Params.Sidebar] +subtitle = "{code|nix|photography} nerd" avatar.src = "img/avatar.jpg" + +[Params.Footer] +since = 2024 +customText = 'Legal Notice | Privacy Policy' + + +[Params.Article] +[Params.Article.license] +enabled = true +default = "This work by mart-w is licensed under [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)." + +[menu] +[[menu.social]] +identifier = "mastodon" +name = "Mastodon" +url = "https://chaos.social/@mart_w" +weight = 1 + +[menu.social.params] +icon = "brand-mastodon" + +[[menu.social]] +identifier = "forgejo" +name = "Forgejo" +url = "https://git.brokentech.cloud/mart-w" +weight = 2 + +[menu.social.params] +icon = "brand-git" + +[[menu.social]] +identifier = "github" +name = "GitHub" +url = "https://github.com/mart-w" +weight = 3 + +[menu.social.params] +icon = "brand-github" + +[[menu.social]] +identifier = "flickr" +name = "Flickr" +url = "https://www.flickr.com/photos/mart-w/" +weight = 4 + +[menu.social.params] +icon = "brand-flickr" + + [module] [[module.imports]] path = "github.com/CaiJimmy/hugo-theme-stack/v3"