From 5c21c06fd08a2e59caa5de93dabef86ea91c7492 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Mon, 23 Sep 2024 14:28:02 -0400 Subject: Add / to the beginning of anchor links --- html/faq.tmpl.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/faq.tmpl.html b/html/faq.tmpl.html index 0730ea7..8acb590 100644 --- a/html/faq.tmpl.html +++ b/html/faq.tmpl.html @@ -8,10 +8,10 @@

General information about this website and other things to know.

Purpose

This site is my social media page. I post about projects, things I find interesting, and general things that I want to share.

-

It has gone through many revisions and was once hosted on the alexscerba.com domain. You can view the original as it was left at old.scerba.org. Posts from the intermediary and original site can be found in the Archive and Extended Archive sections of my blog.

+

It has gone through many revisions and was once hosted on the alexscerba.com domain. You can view the original as it was left at old.scerba.org. Posts from the intermediary and original site can be found in the Archive and Extended Archive sections of my blog.

Web-Hosting

-

I locally host this page and its cousin, alexscerba.com, on an old Dell Latitude E6500 in my basement. They run on go webservers for template functionality. Dynamic features like tags and masonry layout on the gallery page will be coming soon. Continuous integration is setup using Git and a fetch/merge script which runs in a cron job every minute. This lets me publish articles and site changes without much fuss.

+

I locally host this page and its cousin, alexscerba.com, on an old Dell Latitude E6500 in my basement. They run on go webservers for template functionality. Dynamic features like tags and masonry layout on the gallery page will be coming soon. Continuous integration is setup using Git and a fetch/merge script which runs in a cron job every minute. This lets me publish articles and site changes without much fuss.

File Server

-

I run my own Filebrowser instance across two servers in different locations. You can read more about the setup in my 3-2-1... Backup article.

+

I run my own Filebrowser instance across two servers in different locations. You can read more about the setup in my 3-2-1... Backup article.

{{ end }} -- cgit v1.2.3