aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/README.md b/README.md
index 099de26..63867e3 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,19 @@ This is my personal website that takes the place of [alexscerba.org](https://ale
## 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.
+* [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.
+
+## Aspiring Feature List
+* Previous and Next butons on each post
+* Recomended posts based on tags
+* Homepage features latest four posts and two curated posts
+* Gallery needs masonry layout
+* Back to blog button on blog posts
+* View posts by selecting one or more tags with check boxes
+* Image lightbox for every image
## Useful Commands
* magick image.jpg -resize 1000x1000 image_1000.jpg