Compare commits

...

3 Commits

Author SHA1 Message Date
2a4aedce5e Add TBD. 2025-12-08 15:44:39 -07:00
0ba992352a Fix spacing in comment. 2025-12-08 15:44:35 -07:00
e79ab36292 Merge pull request 'Update Checker Refactor, New Menu Style, Lazy Load Photos Pages' (#17) from prod into main
Reviewed-on: #17
2025-12-01 10:02:03 -07:00
2 changed files with 5 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ cd $DIR/..
photos_all=./files/photos/all.html photos_all=./files/photos/all.html
photos=./pages/photos.sh photos=./pages/photos.sh
# If the all script does not exist,call the generator and ignore its output. # If the all script does not exist, call the generator and ignore its output.
if [[ ! -e $photos_all ]]; then if [[ ! -e $photos_all ]]; then
$photos > /dev/null $photos > /dev/null
fi fi

View File

@@ -2,6 +2,10 @@
# 2024-01-21 Hyperling # 2024-01-21 Hyperling
# Transition away from PhotoPrism. Helps to save system resources and downsize. # Transition away from PhotoPrism. Helps to save system resources and downsize.
## TBD ##
# - Have links at the top of the ALL page for jumping between years.
## End TBD
## Static Variables ## ## Static Variables ##
DIR=`dirname $0` DIR=`dirname $0`
a="a target='_blank' rel='noopener noreferrer'" a="a target='_blank' rel='noopener noreferrer'"