mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
Expand about section
This commit is contained in:
@@ -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.
|
||||
|
@@ -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/).
|
||||
|
@@ -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`:
|
||||
|
||||
|
Reference in New Issue
Block a user