-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
48 lines (35 loc) · 1.59 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
base_url = "https://gamingrobot.github.io/zallery-demo"
title = "Zallery"
description = "Zallery"
author = "John Doe"
#theme = "zallery"
compile_sass = true
generate_feeds = true
taxonomies = [
{name = "tags", rss = false},
]
[extra]
menu = [
{url = "atom.xml", name = "Feed"},
{url = "https://github.com/gamingrobot/zallery", name = "Github"},
]
theme_color = "#313131" # color for browser
author_url = "https://example.com"
cover_image = "img/cover.webp" # cover image on main gallery pages for opengraph and twitter embeds
hide_copyright = false # set to true to hide the copyright at the bottom of the page
hide_poweredby = false # set to true to hide the poweredby at the bottom of the page
# gallery settings
thumbnail_size = 400 # size in pixels, you may need to adjust the media queries in _gallery.scss
thumbnail_format = "webp" # auto, jpg, png, webp
thumbnail_quality = 90 # value in percentage, only for webp and jpg
# img shortcode settings
covert_images = false # set to true to convert images to to the format in the image_format setting
create_mobile_images = false # set to true to create mobile friendly versions of the image
image_format = "webp" # auto, jpg, png, webp
image_quality = 90 # value in percentage, only for webp and jpg
# https://modelviewer.dev/
modelviewer = true # set to false to disable loading modelviewer javascript
# https://github.com/francoischalifour/medium-zoom
jszoom = true # set to false to disable javascript based image zoom (will fallback to link to the full image with a button)
# https://www.goatcounter.com/
# goatcounter = "goatcounter-code-here"