diff options
author | Alex Scerba <alex@scerba.org> | 2024-09-28 12:36:15 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-09-28 12:36:15 -0400 |
commit | 06b2cf0c35bdfabad22f9b8e86cf26cb6aebbf5e (patch) | |
tree | acbcc0c059d684ed52823654e96c702666a04dda | |
parent | fb2e206b7203f5edd9d3d97e4858d95962017e27 (diff) |
Make checklist a list
-rw-r--r-- | README.md | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -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
|