Progress on thumbnailing, but not working yet.

This commit is contained in:
Simon Brooke 2020-02-10 17:39:24 +00:00
parent 719222195e
commit ad5e41c23a
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
3 changed files with 75 additions and 22 deletions

View file

@ -42,5 +42,10 @@
;; from: options are :local, :cloudflare
:passwd "resources/passwd"
;; where the password file is stored
:site-title "Smeagol"} ;; overall title of the site, used in
:site-title "Smeagol" ;; overall title of the site, used in
;; page headings
:thumbnails {:small 64 ;; maximum dimension of thumbnails
;; stored in the /small directory
:med 400 ;; maximum dimension of thumbnails
;; stored in the /med directory
}}