diff options
author | Alex <alex@scerba.org> | 2024-02-29 20:13:37 -0500 |
---|---|---|
committer | Alex <alex@scerba.org> | 2024-02-29 20:13:37 -0500 |
commit | c63aa3601539781e0b9abb8871d8ea487b9bab7e (patch) | |
tree | 899056b3f6356c551e82bfd425444f1439b2a379 /README.md | |
parent | 227ebef88fec5fb8d8d13efe5803f1ba5f0265d3 (diff) |
New blog posts and add site gallery.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -15,4 +15,7 @@ This is my personal website that takes the place of [alexscerba.org](https://ale [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 +[] Image scraping and gallery: Scrape and agregate all images from the site into a lazy-loading image gallery.
+
+## Useful Commands
+* convert image.jpg -resize 1000x1000 image_1000.jpg
\ No newline at end of file |