Commit Graph

343 Commits

Author SHA1 Message Date
me 4cca435148 Merge pull request 'Move books branch into dev.' (#8) from books into dev
Reviewed-on: #8
2025-09-19 13:25:12 -07:00
me e5542ed8bb Fix typo, --w was not getting recognized. 2025-09-19 13:21:36 -07:00
me 98e52e6833 Add SEO type tags. 2025-09-19 13:07:26 -07:00
me 7077426610 Change to just use one page after all. 2025-08-12 05:46:07 -07:00
me 68fb297cb0 Reference a new Book Recommendation page on the Lists page. 2025-08-03 14:41:52 -07:00
me efbc9fc6db Add a section on how to properly use Obtainium with my Gitea server. 2025-07-20 16:22:26 -07:00
me d809533280 Ensure row divs are not double-closed. 2025-06-16 16:36:20 -06:00
me ee367f9b3f Close the previous row before creating a new one! :) 2025-06-16 16:03:01 -06:00
me d673eb2f6a Fix unquoted values resulting in unclosed tag. 2025-06-16 16:00:46 -06:00
me afac80d543 Add single quotes around variable output for consistency. 2025-06-16 15:57:34 -06:00
me f090607f67 Add build time to end of the page comments. 2025-06-16 15:52:20 -06:00
me 1dccb10a45 Give a readout on how long the photos page took to get loaded. 2025-06-16 15:44:24 -06:00
me 6f7934f8ff Merge pull request 'Fix Curl Installation' (#7) from dev into main
Reviewed-on: #7
2025-06-16 13:32:22 -07:00
me 998f5ed338 Fix echo command. Handle LOGNAME being empty in situations like a Docker container. 2025-06-16 15:10:23 -06:00
me 71cdccbeae Merge pull request 'Diet Page & Curl Dependency' (#6) from dev into main
Reviewed-on: #6
2025-06-16 12:36:21 -07:00
me 2fb438b199 Add curl as a dependency. 2025-06-16 13:43:11 -06:00
me 7eda07995f Add a medium avoidance group and shift items which were debateable in the upper and lower groups. 2025-06-06 10:55:04 -07:00
me e7c4296724 Add and populate a Diet page. 2025-06-06 10:49:57 -07:00
me 369d8a736e Merge pull request 'Page Titles & All Photos Page' (#5) from dev into main
Reviewed-on: #5
2025-06-06 08:02:50 -07:00
me 073377532e Add headers to all pages! Also update the look and feel of the test page. 2025-05-27 12:41:17 -07:00
me 18cd38b194 Add default port in this script. 2025-05-27 11:27:18 -07:00
me aa20bd67ee Add TBD's of how to better output in the log. 2025-05-27 11:27:06 -07:00
me b4d9bae246 Add log function to ensure consistent output. Enhance regeneration of photo index files. 2025-05-27 11:20:20 -07:00
me fcb091a164 Change name of the page to Full Photo Feed from Full Image Feed. 2025-05-27 10:53:19 -07:00
me 55742e50db Remove the all folder in place of an all.html file. Create a main page which provides the output of it. 2025-05-27 10:51:41 -07:00
me e13a1633dd Remove unused variables. 2025-05-27 10:40:39 -07:00
me add3a2865c Automatically reload the /photos/ index files. 2025-05-26 18:53:19 -07:00
me 6fd8525dad Properly handle jpeg and md files. 2025-05-26 16:39:15 -07:00
me c7f4613d22 Delete the index files on each restart. 2025-05-26 16:38:54 -07:00
me c6fd3f4786 Finish the all page! Even easier than expected and works GREAT! 2025-05-26 16:38:34 -07:00
me 474c258a83 Fix syntax error preventing page from running. 2025-05-26 15:24:40 -07:00
me b35856fa88 Add the folder for all images. 2025-05-26 15:20:14 -07:00
me 290f1524a2 Refactor the photos page code and begin adding a feed page named all. 2025-05-26 13:54:46 -07:00
me fb0ff39013 Merge pull request 'Major Fix, Minor Fixes, and Style / Tag Refactoring' (#4) from dev into main
Reviewed-on: #4
2025-05-19 10:08:04 -07:00
me 79c6a34e38 Remove call to neofetch. Does not appear to be giving away info from Docker, but juuust in case! 2025-05-19 09:57:13 -07:00
me a26081d13f Fix HTML in sitemap. Add DOCTYPE, language, and a title. 2025-05-19 09:54:04 -07:00
me 7ccb7e2ac7 Alter the CSS for Trocador's widget based on W3 validator. Recommends using overflow CSS attribute rather than unsupported scrolling HTML attribute. 2025-05-19 09:45:13 -07:00
me dc7fd3f834 Remove trailing slashes from line breaks, not needed in HTML. 2025-05-19 09:41:15 -07:00
me a3b8025876 Fix comment to properly encapsulate p element. 2025-05-19 09:38:23 -07:00
me 6876cd34b7 Remove trailing slashes, not needed in HTML. 2025-05-19 09:37:36 -07:00
me 60f9241fbd Add alt tag to images. 2025-05-19 09:33:12 -07:00
me 698e2aa680 Remove redundant alt text, captions already have a description. 2025-05-19 09:31:31 -07:00
me ff10025e05 Declare the language of the website. 2025-05-19 09:23:10 -07:00
me 72b1afdedd Create a CSS class for the size of app images, rather than giving the img attributes a percentage. Move the figures to be completely inside the anchors. 2025-05-19 09:09:53 -07:00
me 00660cef98 Add an apps alias for the homepage. 2025-05-17 10:57:07 -07:00
me fc129124b8 Add explicit font sizes and boldness. 2025-05-17 10:39:31 -07:00
me 805b4ef8e0 Update elements and classes for better consistency in preparation for font size change. 2025-05-17 10:37:15 -07:00
me f7b60e0944 Fix initial comment spacing. 2025-05-17 09:47:43 -07:00
me f598d8f401 Express v5.0.0+ breaks the program, keep using 4 for now. 2025-05-17 09:42:16 -07:00
me 78ab7735d7 Simplify menu again for basic mobile web browsers (like Android's stock/default, not mobile Firefox). 2025-05-17 09:11:06 -07:00