Skip to content

Commit 7c66d0d

Browse files
committed
Update theme.yml
more docs re: home page
1 parent fad71d7 commit 7c66d0d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

_data/theme.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
##################################################
22
########## ORAL HISTORY as Data OPTIONS ##########
3+
######## (collecitonbuilder options below) #######
34
##################################################
45

56
##########
@@ -38,19 +39,21 @@ base-layout: OHD # OHD or CB
3839
##########
3940
# HOME PAGE
4041
# The optional visualization on the home page is a composite of the transcripts color-coded representation
41-
# To turn it off, either don't include a filters.
42+
# To turn it off, either don't include a filters or change the value below to false.
4243
home-page-visualization: true # true / false, if true, the visualization will appear on the home page
43-
# This will determine the height of the visualization on the home page
44-
home-page-visualization-size: 30%
44+
# if false or there's no _data/filters.csv, the image defined by featured-image will be used as a featured image on the homepage
45+
4546
# featured image is used in home page banner and in meta markup to represent the collection
4647
# use either an objectid (from an item in this collect), a relative location of an image in this repo, or a full url to an image elsewhere.
4748
# Note: if you are using the CB base layout as determined above, the featured image defined here will show up as the large image at top of the home page
4849
featured-image: gluck
49-
# optional: add extra padding around collection title for a larger image feature.
50+
# optional for CB base layout: add extra padding around collection title for a larger image feature.
5051
home-title-y-padding: 12em # the margin from the top your title portion will appear.
5152
# optional: change position of background image, center, top, bottom
5253
home-banner-image-position: center # Default is top
5354

55+
########## Typical CollectionBuilder options ########
56+
5457
##########
5558
# ITEM PAGE
5659
#

0 commit comments

Comments
 (0)