From a70bda379ed3fdd1fe421cfc2606d052f7577dfd Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 4 May 2024 17:27:43 -0400 Subject: Move to template system and adopt the .tmpl.html extension. --- html/faq.tmpl.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 html/faq.tmpl.html (limited to 'html/faq.tmpl.html') diff --git a/html/faq.tmpl.html b/html/faq.tmpl.html new file mode 100644 index 0000000..b37937d --- /dev/null +++ b/html/faq.tmpl.html @@ -0,0 +1,15 @@ +{{ define "title" }}FAQ{{end}} +{{ define "description" }}Frequently asked questions.{{end}} +{{ define "keywords" }}info{{end}} + +{{ define "main" }} +
+

FAQ

+

General information about this website and other things to know.

+

Purpose

+

This site serves as my place to share my thoughts and experiences, akin to a social media page but a bit more personal.

+

It has gone through many revisions and was once hosted on the alexscerba.com domain. I still need to make an archive of the intermediate sites, but you can view the original as it was left at old.scerba.org.

+

Web-Hosting

+

I locally host this page and its cousin, alexscerba.com, on an old Dell Latitude E6500 in my basement. The site runs on a go webserver for template functionality. Dynamic features like tags and masonry layout on the gallery will be coming soon.

+
+{{ end }} -- cgit v1.2.3