-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.yaml
63 lines (60 loc) · 1.48 KB
/
theme.yaml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# template_directory: twig
homepage: 'homepage'
# Global layout settings
layout:
is_navbar_full_width: false
use_paralax: true
use_searchbar_in_navigation: true
class:
# html: "has-navbar-fixed-top"
html: ""
navbar: is-primary is-fixed-top
header_index: is-section-primary is-bold is-large
header_record: is-section-primary is-bold is-medium
header_listing: is-section-primary is-bold is-medium
section: is-small # if using paralax, use rather is-medium
record: is-small
listing: is-small
footer: is-section-primary
copyright: is-section-dark has-text-centered
# Section content blocks specs.
section:
homepage_block: homepage
homepage_template: index.twig
# Section block name.
# Recommended value: sections
sectionblock_name: sections
# Section block taxonomy name.
# Recommended value: sectiongroups
taxonomy_name: sectiongroups
# Sections color iteration
# eg: ['light', 'primary', 'dark']
color_iteration: ['light']
# Thumbnails configuration
thumbnails:
# Aliases used by theme macro (see. _macros.twig -> thumbimage)
aliases:
square:
size: [512, 512]
fit: c
square-small:
size: [256, 256]
fit: c
gallery:
size: [350, 350]
fit: c
gallery-big:
size: [1000, 750]
fit: n
listing:
size: [480, 480]
fit: c
card:
size: [400, 225]
fit: c
record:
size: [752, 400]
fit: c
product:
size: [400, 400]
fit: c