aboutsummaryrefslogtreecommitdiff
path: root/design-notes.md
diff options
context:
space:
mode:
authorpacien2019-12-28 19:04:54 +0100
committerpacien2019-12-28 19:04:54 +0100
commit538996dc84b03eab1429ddd693334673b857c005 (patch)
tree65b8c0e31895b6a96d559e73a038ebcf6395dbf6 /design-notes.md
parentc002224309f0149e7ef03b3037d1549f770f2f09 (diff)
downloadldgallery-538996dc84b03eab1429ddd693334673b857c005.tar.gz
compiler: parameterise gallery name
Diffstat (limited to 'design-notes.md')
-rw-r--r--design-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/design-notes.md b/design-notes.md
index 14fef31..02bd253 100644
--- a/design-notes.md
+++ b/design-notes.md
@@ -68,6 +68,8 @@ Proposed configuration file, named `gallery.yaml` at the root of the source dire
68 68
69```yaml 69```yaml
70compiler: 70compiler:
71 galleryName: My Little Gallery
72
71 thumbnailResolution: 73 thumbnailResolution:
72 width: 400 # default 74 width: 400 # default
73 height: 400 # default 75 height: 400 # default