########## # COLLECTION SETTINGS # # Set the metadata for your collection (the name of the CSV file in your _data directory that describes the objects in your collection) # Use the filename of your CSV **without** the ".csv" extension! E.g. _data/demo-metadata.csv --> "demo-metadata" metadata: demo-compoundobjects-metadata # page generation settings [optional!] # [optional: only used if you need to tweak CB defaults or generate from more than one data file] # page_gen: # - data: 'demo-metadata' # template: 'item' # name: 'objectid' # dir: 'items' # extension: 'html' # filter: 'objectid' ########## # Site/Organization Branding # Enter information for your organization (replacing the CDIL links and name below) if you'd like to brand your site with a logo # To remove the branding, comment out these values, or delete them. # organization-name: The Threads of Crafting Corperation organization-link: organization-logo-banner: https://cdil.lib.uidaho.edu/storying-extinction/assets/img/cdil.png organization-logo-nav: https://cdil.lib.uidaho.edu/assets/img/logo.png ########## # ROBOTS EXCLUDE # # set noindex to true if you do NOT want Google to index your site # noindex: true ########## # BUILD SETTINGS # # Note: use environment variable on build command to include analytics # JEKYLL_ENV=production jekyll build # (this is done automatically by gh-pages build) # # ignore stuff exclude: [docs/, Rakefile, rakelib/, README.md, LICENSE, CITATION.cff, CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md] # compress CSS output sass: style: compressed