-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy paththeme.yml
More file actions
115 lines (101 loc) · 3.75 KB
/
theme.yml
File metadata and controls
115 lines (101 loc) · 3.75 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Optional config file for flexcards
#####################
# Flexcards section #
#####################
# Content for frontpage
# ---------------------
# Defines the content lookup for the cards on frontpage.
# By default flexcards takes 10 latest records of contenttype 'entries'
contenttypes: entries
orderby: -datepublish
limit: 10
# Logo
# ----
# default is 'brand/flexcard.svg'
# set to 'false' to skip logo at all
logo: 'brand/flexcard.svg'
# Footer
# ------
# You can bring up your own html here, but
# in case you want to extend your footer with additional content like
# menus or widgets you better have a look to partials/_footer.twig
footerhtml: "<p>This website is <a href='http://bolt.cm' target='_blank' title='Sophisticated, lightweight & simple CMS'>Built with <strong>Bolt</strong></a>.Theme <a href='https://github.com/sablonier/flexcards' target='_blank' title='fork on github'>flexcards</a> built with Bootstrap 4. (c) 2019 Yves Sablonier, Zurich (MIT License)</p>"
# Pager
# -----
# These are experimental responsive pagers (pagination) for Bolt CMS.
# You can activate this stuff separately, or disable it at all
# with setting it to 'false' and implementing your custom paging system.
pagerdesktop: true
pagermobile: true
# Listing pages
# -------------
# Define which contenttypes should show up with date and authors
# on listing pages
showmeta: [ Entries, Showcases ]
# Define count of cards on listing pages separately, affects paging
listing_records: 10
# Listing pages
# -------------
# Define which contenttypes should show up with date and authors
# on listing pages
showmeta: [ Entries, Showcases ]
# Define count of cards on listing pages separately, affects paging
listing_records: 10
# Block column in record.twig
# ---------------------------
# Define the blocks that appears in the right column at fixed position.
# Default is appearance in the right column in all contenttypes using
# record.twig as template. Create blocks with unique aliases like shown
# below and edit this lines:
blockcolumn:
block1: block/about
block2: block/services
#block3: block/custom3
#block4: block/custom4
#block5: block/custom5
# ...
########################
# Bolt default section #
########################
# Template filenames. If you 're creating a theme for distribution, you can specify
# the filenames of the templates here. The templates you will set in this config
# file will override the ones in the global app/config/config.yml, so beware!
# maintenance_template: maintenance_default.twig
homepage_template: index.twig
record_template: record.twig
listing_template: listing.twig
search_results_template: search.twig
notfound: notfound.twig
# Optional overrides. These override the ones in config.yml, but can be set in
# either place.
# taxonomy_sort: DESC
# homepage: page/1
# listing_sort: datepublish DESC
# listing_records: 6
# search_results_records: 10
# Extra 'templatefields' can be specified for use in the records / contenttypes
# that make use of a specific template. This allows editors to add additional
# fields to a certain page, but not to others.
#templatefields:
# extrafields.twig:
# section_1:
# type: text
# label: Section 1
# section_2:
# type: html
# label: Section 2
# image:
# type: image
# Templates can be named for display in the template selector, to allow editors
# to pick from easier to understand names.
#templateselect:
# templates:
# - name: 'Template with extra fields'
# filename: 'extrafields.twig'
# Aliases can be set to restrict images to a specific set of available
# resolutions or to decouple image sizes from template files.
#thumbnails:
# aliases:
# myimageformat:
# size: [400,300]
# cropping: crop