diff options
author | Alex Scerba <alex@scerba.org> | 2024-09-23 14:17:59 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-09-23 14:17:59 -0400 |
commit | fcb68fff91e7af72655087748f7f2f2dc8c995e6 (patch) | |
tree | 5805fa8f00d7cb0575e129e3612f56e6ea83fe18 | |
parent | 7ec5fe98429d746995665a22dd52b24b0f242721 (diff) |
Rework sections and add updated links
-rw-r--r-- | html/faq.tmpl.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/html/faq.tmpl.html b/html/faq.tmpl.html index 2c92050..0730ea7 100644 --- a/html/faq.tmpl.html +++ b/html/faq.tmpl.html @@ -7,9 +7,11 @@ <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>
+ <p>This site is my social media page. I post about projects, things I find interesting, and general things that I want to share.</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. 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>. Posts from the intermediary and original site can be found in the <a href="blog#archive">Archive</a> and <a href="blog#extended-archive">Extended Archive</a> sections of my blog.</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>
+ <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. They run on go webservers for template functionality. Dynamic features like tags and masonry layout on the <a href="gallery">gallery page</a> 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.</p>
+ <h2>File Server</h2>
+ <p>I run my own Filebrowser instance across two servers in different locations. You can read more about the setup in my <a href="blog#202408161">3-2-1... Backup article</a>.</p>
</section>
{{ end }}
|