First commit of thumbsup

This commit is contained in:
2021-03-15 10:51:28 +01:00
commit 1f9c7bec9b
9 changed files with 93 additions and 0 deletions

18
config-npm.json Normal file
View File

@@ -0,0 +1,18 @@
{
"input": "../Sites/Gordes",
"output": "./website",
"exclude": ["_Archived Items/","thumbsup"],
"include-raw-photos": true,
"thumb-size": 250,
"large-size": 1600,
"photo-download": "symlink",
"cleanup": true,
"sort-albums-by": "title",
"sort-media-by": "date",
"sort-media-direction": "desc",
"home-album-name": "Accueil",
"theme-path": "theme-flow-bruno/theme",
"title": "Photos...",
"embed-exif": true,
"locale": "fr"
}