aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-01-09 15:26:06 -0500
committerAlex Scerba <alex@scerba.org>2024-01-09 15:26:06 -0500
commit9517ece52470b12b090ff98749b85eec275263a5 (patch)
tree0239e6aba9e11c833b9cf817e0740f0b69f9d840 /README.md
parentc5a7bce7093fc02456d228056d7fa6952a1e2503 (diff)
Initial static site.
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8ef68c..9114bfa 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,18 @@
# Scerba.org
-Personal website
+This is my personal website that takes the place of [alexscerba.org](https://alexscerba.org) (which is now my design portfolio) as my life update and social page.
+
+## Structure
+
+* Index: homepage with brief intro to the purpose, look, and feel of the site.
+* Blog: collection of personal stories, thoughts, and projects.
+* Gallery: curated collection of images on the site.
+* About: longer form intro story about myself
+* FAQ: specifics about the site
+
+## Dev Checklist
+
+[x] Initial stage: Static page set, no gallery page.
+[] Templates and dynamic site: Basic Go webserver akin to what's used on [alexscerba.com](https://alexscerba.com).
+[] Advanced tagging system: Integrate lessons learned from [acsq.me](https://acsq.me).
+[] Image scraping and gallery: Scrape and agregate all images from the site into a lazy-loading image gallery. \ No newline at end of file