-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (41 loc) · 1.59 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Oral History as Data (OHD) - a Lib-STATIC Tool
# https://github.com/uidaholib/oral-history-as-data
# Site settings
# title of site appears in banner
title: Oral History (as) Data - Phage Hearings
# tagline appears in banner
tagline: Jodie Nicotra Phage Hearings Coding Project
# description appears in meta tags and other locations
# this description might appear in search result lists, keep around 160 characters max
description: " Phage Hearings for Lib-Static Oral History / Qualitative Interview Analysis Tool, Analyze and publish transcriptions with tagged csvs"
# keywords appear in meta tags
keywords: "university of idaho, oral history, digital collections, digital humanities"
# creator of the digital collection, to appear in meta tags
author: dcnb
# creator contact email for meta tags
email: [email protected]
# collection project date, when did you publish this web site
collection-date: "2019"
# url is your gh-pages base, following the pattern: username.github.io
url: https://thecdil.github.io
# baseurl is your github repository's name prefixed with a /
baseurl: /nicotra-phagehearings
# repository is the github repository's full url
repository: https://github.com/thecdil/nicotra-phagehearings/
# google services [optional!]
# leave these blank or comment out to NOT include google code
# google-tracking-id:
# google-cse-id: "002151703305773322890:1pu3smhw1t8"
# Jekyll collections settings
collections:
transcripts:
output: true
permalink: /:collection/:name
# defaults
defaults:
- scope:
type: transcripts
values:
layout: transcript
# Build settings
markdown: kramdown