mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Progress on thumbnailing, but not working yet.
This commit is contained in:
parent
719222195e
commit
ad5e41c23a
3 changed files with 75 additions and 22 deletions
|
|
@ -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
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue