From 06b2cf0c35bdfabad22f9b8e86cf26cb6aebbf5e Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Sat, 28 Sep 2024 12:36:15 -0400 Subject: Make checklist a list --- README.md | 17 +++++++++++++---- 1 file 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 -- cgit v1.2.3