diff --git a/_config.yml b/_config.yml index 02a11f0..465bd07 100644 --- a/_config.yml +++ b/_config.yml @@ -53,8 +53,8 @@ metadata: bqkc-repository organization-name: "{B/qKC}: a Black queer archive" organization-link: https://1800nasi.net/bqkc/ # Add logo image links if you would like them to appear in banner and footer. Delete or leave blank to remove logos. -organization-logo-banner: https://www.lib.uidaho.edu/collectionbuilder/cdil-black.png -organization-logo-nav: https://www.lib.uidaho.edu/collectionbuilder/cdil-white.png +organization-logo-banner: false +organization-logo-nav: false ########## # ROBOTS EXCLUDE diff --git a/_data/config-nav.csv b/_data/config-nav.csv index c9c8da8..0a2e41c 100644 --- a/_data/config-nav.csv +++ b/_data/config-nav.csv @@ -2,8 +2,6 @@ display_name,stub,dropdown_parent Home,/, Browse,/browse.html, Subjects,/subjects.html, -Locations,/locations.html, Map,/map.html, -Timeline,/timeline.html, Data,/data.html, About,/about.html, diff --git a/_data/config-theme-colors.csv b/_data/config-theme-colors.csv index 3f0d715..f466022 100644 --- a/_data/config-theme-colors.csv +++ b/_data/config-theme-colors.csv @@ -1,9 +1,9 @@ color_class,color -primary, -secondary, -success, -info, -warning, -danger, -light, -dark, +primary,#a4c9e8 +secondary,black +success,black +info,#578bb5 +warning,#578bb5 +danger,#a83259 +light,white +dark,#080812 diff --git a/_data/theme.yml b/_data/theme.yml index e54638c..facde12 100644 --- a/_data/theme.yml +++ b/_data/theme.yml @@ -109,8 +109,8 @@ bootswatch: # leave blank or comment out for plain bootstrap base-font-size: 1.2em text-color: "#191919" link-color: "#0d6efd" -base-font-family: # comment out for bootstrap defaults. e.g. Roboto -font-cdn: # add font stylesheet, e.g. +base-font-family: "'Space Mono', monospace" +font-cdn: # THEME ICONS [optional!] # default icons can be overridden or new icons can be added using "icons" object diff --git a/assets/img/ANIMATION_LOGO__bqkc.mp4 b/assets/img/ANIMATION_LOGO__bqkc.mp4 new file mode 100644 index 0000000..bb38902 Binary files /dev/null and b/assets/img/ANIMATION_LOGO__bqkc.mp4 differ diff --git a/pages/about.md b/pages/about.md index be27f2d..4fc7d4b 100644 --- a/pages/about.md +++ b/pages/about.md @@ -5,11 +5,13 @@ permalink: /about.html # include CollectionBuilder info at bottom credits: true # featured-image value can be one objectid for a photo object in this collection, a relative path to an image in this project, or a full url to any image. If left blank, no featured image will appear at top of About page. -about-featured-image: demo_031 +about-featured-image: # set background-position for featured image, "center", "top", "bottom" -position: bottom +position: center # major heading to display over featured image -heading: About the Collection +heading: "About {B/qKC}" # paragraph text below heading in featured image sub-heading: # additional padding added to the feature to increase size. Give value in em or px, e.g. "5em". @@ -18,7 +20,7 @@ padding: 6em # Look in _includes/feature for options to easily add features to the page --- -## About CollectionBuilder CSV +## {B/qKC} is a decentralized, community archive of Black queer midwestern history. This demo collection features items from the University of Idaho Library's [Digital Collections](https://www.lib.uidaho.edu/digital/), and is build using [CollectionBuilder-CSV](https://github.com/CollectionBuilder/collectionbuilder-csv).