From bb5e1f688b0c422b7b2d8b7f6ba639e5310cfc6d Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 7 Jan 2024 11:21:42 -0500 Subject: [PATCH] Expand about section --- content/_index.md | 2 +- content/about.md | 6 ++++++ .../post/setting-up-gitea-actions-with-tailscale/index.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index ca9f5fa7..56e4a88e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,4 +2,4 @@ title: Welcome --- -This is a space where I share notes about problems and solutions I've been exploring. You can reach out by email, social media, or by commenting on the posts below. Continuous improvement is what motivates me to keep learning. +This is a space where I share notes about problems and solutions I've been exploring. Check out the links in the menu bar for more information on how to connect with me. diff --git a/content/about.md b/content/about.md index 22d9b4a5..f1a690ec 100644 --- a/content/about.md +++ b/content/about.md @@ -4,3 +4,9 @@ draft: false --- 👋 I'm a software tinkerer with a passion for infra, security and self-hosting. + +My primary motivation for hosting this website is to document my learnings and share them with others. I hope you find something useful here. Continuous improvement is what motivates me to keep learning. + +I choose to self-host my own website and other tools instead of relying exclusively on larger platforms because I believe in the open web. Interopability is often not a primary concern for popular platforms today and I find that concerning. I first got access to the internet in 1996 and have seen it evolve into what it is today. I want to do my part to keep it open and free. + +If you would like to reach out, find out how to contact me [here](/contact/). diff --git a/content/post/setting-up-gitea-actions-with-tailscale/index.md b/content/post/setting-up-gitea-actions-with-tailscale/index.md index ed4c3b66..da2498f9 100644 --- a/content/post/setting-up-gitea-actions-with-tailscale/index.md +++ b/content/post/setting-up-gitea-actions-with-tailscale/index.md @@ -118,7 +118,7 @@ After adding the above configuration, running `docker compose up -d` should be e ## Theming -I discovered some nice themes for gitea [here](https://git.sainnhe.dev/sainnhe/gitea-themes) and decided to try out gruvbox. +I discovered some themes for gitea [here](https://git.sainnhe.dev/sainnhe/gitea-themes) and decided to try out gruvbox. I added the theme by cloning [theme-gruvbox-auto.css](https://git.sainnhe.dev/sainnhe/gitea-themes/raw/branch/master/dist/theme-gruvbox-auto.css) into `./data/gitea/public/assets/css`. I then added the following to `environment` in `docker-compose.yml`: