Skip to content

Commit 61d0884

Browse files
committed
2 parents 974ac6b + 5696d7f commit 61d0884

32 files changed

Lines changed: 1216 additions & 612 deletions

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# URL VARIABLES
99
#
1010
# site domain, full URL to the production location of your collection
11-
url:
11+
url: https://cdil.lib.uidaho.edu
1212
# path to location on the domain if necessary e.g. /digital/hjccc
13-
baseurl:
13+
baseurl: /sedimentation
1414
# location of code, the full url to your github repository
1515
source-code: https://github.com/CollectionBuilder/collectionbuilder-csv
1616

_data/sedi.csv

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

_data/theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ year-nav-increment: 5 # set increments to auto gen nav years
7171
#
7272
# add metadata fields for export in data downloads (tip: paste in first row of csv)
7373
# comma delimited list, reference url is automatic
74-
metadata-export-fields: "title,creator,date,description,subject,location,latitude,longitude,source,identifier,type,format,language,rights,rightsstatement"
74+
metadata-export-fields: "title,creator,date,description,subject,location,latitude,longitude,source,identifier,type,format,language,rights,rightsstatement,callnumber,repository"
7575
# generate a facets list for given fields, comma delimited
7676
metadata-facets-fields: "subject,creator,format"
7777

_includes/feature/citation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{%- if citation -%}
33
<div class="row citation-item align-items-start g-4">
44
<!-- Image Column -->
5-
<div class="col-md-3">
5+
<div class="col-md-5">
66
{%- if citation.image_small -%}
77
<a href="{{ citation.link }}" target="_blank">
88
<img src="{{ site.baseurl }}{{ citation.image_small }}" alt="{{ citation.title | replace: '"', '' | replace: '"', '' }}" class="img-fluid rounded">
@@ -11,7 +11,7 @@
1111
</div>
1212

1313
<!-- Content Column -->
14-
<div class="col-md-9">
14+
<div class="col-md-7">
1515
<!-- Title as Link -->
1616
<h4 class="mb-2 citation-title">
1717
<a href="{{ citation.link }}" target="_blank" class="citation-title-link">{{ citation.title | markdownify | replace: '<p>', '' | replace: '</p>', '' }}</a>

0 commit comments

Comments
 (0)