|
1 | 1 | ################################################## |
2 | 2 | ########## ORAL HISTORY as Data OPTIONS ########## |
| 3 | +######## (collecitonbuilder options below) ####### |
3 | 4 | ################################################## |
4 | 5 |
|
5 | 6 | ########## |
@@ -38,19 +39,21 @@ base-layout: OHD # OHD or CB |
38 | 39 | ########## |
39 | 40 | # HOME PAGE |
40 | 41 | # 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. |
42 | 43 | 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 | + |
45 | 46 | # featured image is used in home page banner and in meta markup to represent the collection |
46 | 47 | # 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. |
47 | 48 | # 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 |
48 | 49 | 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. |
50 | 51 | home-title-y-padding: 12em # the margin from the top your title portion will appear. |
51 | 52 | # optional: change position of background image, center, top, bottom |
52 | 53 | home-banner-image-position: center # Default is top |
53 | 54 |
|
| 55 | +########## Typical CollectionBuilder options ######## |
| 56 | + |
54 | 57 | ########## |
55 | 58 | # ITEM PAGE |
56 | 59 | # |
|
0 commit comments