diff options
Diffstat (limited to 'html/faq.tmpl.html')
-rw-r--r-- | html/faq.tmpl.html | 15 |
1 files changed, 15 insertions, 0 deletions
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" }}
+ <section>
+ <h1>FAQ</h1>
+ <p>General information about this website and other things to know.</p>
+ <h2>Purpose</h2>
+ <p>This site serves as my place to share my thoughts and experiences, akin to a social media page but a bit more personal.</p>
+ <p>It has gone through many revisions and was once hosted on the <a href="https://alexscerba.com" target="_blank" rel="noopener noreferrer">alexscerba.com</a> domain. I still need to make an archive of the intermediate sites, but you can view the original as it was left at <a href="https://old.scerba.org" target="_blank" rel="noopener noreferrer">old.scerba.org</a>.</p>
+ <h2>Web-Hosting</h2>
+ <p>I locally host this page and its cousin, <a href="https://alexscerba.com" target="_blank" rel="noopener noreferrer">alexscerba.com</a>, 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.</p>
+ </section>
+{{ end }}
|