- Changed references in markup.md to update "data.html" to "data/" for clarity. - Updated metadata.md to correct the link to the general documentation. - Modified navbar.md to ensure stub values match the new permalink structure. - Adjusted tables.md to reflect the new permalink for the table visualization page. - Updated about.md to change the permalink from "/about.html" to "/about/" and revised content for clarity and impact. - Changed browse.md permalink from "/browse.html" to "/browse/" for consistency. - Added copyright.md page with copyright information and terms of use. - Updated data.md to change permalink from "/data.html" to "/data/" and added introductory content. - Created donate.md page to facilitate donations and acknowledge supporters. - Updated locations.md permalink from "/locations.html" to "/locations/" for consistency. - Changed map.md permalink from "/map.html" to "/map/" for uniformity. - Added erasure.md page discussing the historical context of Black queer Kansas Citians. - Updated out-there.md to correct the link to Lea Hopkins' interview. - Changed subjects.md permalink from "/subjects.html" to "/subjects/" for consistency. - Updated timeline.md permalink from "/timeline.html" to "/timeline/" for uniformity.
80 lines
3.0 KiB
YAML
80 lines
3.0 KiB
YAML
##########
|
|
# collectionbuilder-csv
|
|
# Jekyll Digital Collection Generator
|
|
# https://github.com/CollectionBuilder/collectionbuilder-csv
|
|
##########
|
|
|
|
##########
|
|
# URL VARIABLES
|
|
#
|
|
# site domain, full URL to the production location of your collection
|
|
url:
|
|
# path to location on the domain if necessary e.g. /digital/hjccc
|
|
baseurl:
|
|
# location of code, the full url to your github repository
|
|
source-code: https://github.com/CollectionBuilder/collectionbuilder-csv
|
|
|
|
##########
|
|
# SITE SETTINGS
|
|
#
|
|
# title of site appears in banner
|
|
title: "{B/qKC}"
|
|
# tagline, a short phrase that will appear throughout the site in the top banner
|
|
tagline: a decentralized archive of Black queer Kansas City history
|
|
# description appears in meta tags and other locations
|
|
# this description might appear in search result lists, keep around 160 characters max
|
|
description: "{B/qKC} is a decentralized archival project challenging out-dated institutional practices within the frame and study of midwestern Black queer history."
|
|
# keywords, a short list of subjects describing the collection, separated by semicolon, to appear in rich markup
|
|
keywords: kansas city; history; queer; black
|
|
# creator of the digital collection, to appear in meta tags; we typically use our GitHub usernames but feel free to just use your name
|
|
author: Nasir Anthony Montalvo
|
|
|
|
##########
|
|
# 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: bqkc-repository
|
|
# 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'
|
|
|
|
##########
|
|
# ORGANIZATION SETTINGS
|
|
#
|
|
# Enter name and link for your organization (replacing the name and links below)
|
|
# These values will be used in attribution and data
|
|
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: false
|
|
organization-logo-nav: false
|
|
|
|
##########
|
|
# ROBOTS EXCLUDE
|
|
#
|
|
# set noindex to true if you do NOT want Google to index your site
|
|
# noindex: false
|
|
|
|
##########
|
|
# 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)
|
|
#
|
|
# Library directory location. This allows you to customize where the standard assets are found.
|
|
# provide a relative path in this repository or full url
|
|
lib-assets: /assets/lib
|
|
# 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
|