personal-website

source for my personal website regexghost.com
git clone https://git.regexghost.com/personal-website.git
Log | Files | Refs | README

commit f61f2185bea1dbb476cfb27e825b362f5a161545
parent dc61e10627f456d60bc054df2ddb1f49d1012aa4
Author: regexghost <regexghost@protonmail.com>
Date:   Sat, 16 May 2026 22:21:29 +0100

fixed issues with templates and removed not yet published links

Diffstat:
Ablog/index.md | 6++++++
Mgozer-files/templates/blog.html | 2+-
Mgozer-files/templates/top.html | 2+-
Mlinux/index.md | 4+---
4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/blog/index.md b/blog/index.md @@ -0,0 +1,6 @@ ++++ +title = "Blog Homepage" +template = "blog.html" ++++ + +The root page for my blog diff --git a/gozer-files/templates/blog.html b/gozer-files/templates/blog.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <head> <title>{{ .Page.Title }}</title> - <link ref="stylesheet" href="/style.css"> + <link rel="stylesheet" href="/style.css"> </head> {{template "top.html"}} <h1>{{ .Title }}</h1> diff --git a/gozer-files/templates/top.html b/gozer-files/templates/top.html @@ -1,7 +1,7 @@ <body> <div class="header"> <div class="header-left"> - <a href="https://www.regexghost.com">regexghost.com</a> --- + <a href="https://www.regexghost.com">regexghost.com</a> </div> <div class="header-right"> <a href="https://github.com/regexghost"><img src="/images/github.svg" alt="GitHub logo" style="width:26px;height:26px;"></a> diff --git a/linux/index.md b/linux/index.md @@ -6,9 +6,7 @@ I've been an avid Linux user for a few years now. This section of my website is ## Dotfiles/Setups -* [i3 Setup](/linux/i3) -* [JWM Setup](/linux/jwm) -* [Keyboard Shortcuts](/linux/universal-keyboard-shortcuts) +* i3, JWM and KDE articles coming soon ## Under-Powered PC Project