generated from GULibrarySandbox/intro-data-wrangle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (43 loc) · 1.66 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
48
49
# adapted from workshop-template-b, evanwill
# https://github.com/evanwill/workshop-template-b
# A Jekyll template for a simple workshop website
# Site settings
# title appears in the header
title: Data wrangling extras using OpenRefine
# title-icon appears in the header to give some pizazz (leave blank for none)
# choose from Font Awesome 5 free, https://fontawesome.com/icons?d=gallery&m=free
# some options: fas fa-wrench; fas fa-cogs; fas fa-code; fas fa-chalkboard-teacher; fas fa-book-open
title-icon:
# description and keywords for meta tags
description: "extra lessons for wrangling data"
keywords: "OpenRefine, data, data wrangling, data cleaning, lessons"
featured-image: "/images/2021OpenRefineScreenShot.png"
# author settings for cc-by-nc, appears in the footer
author: Sharron Stapleton
pub_year: 2021
github_username: stapletonsl
# Need to add acknowledgement to Evan Wills
# add the full url for the github repository
souce.code: "https://github.com/GriffithUniLibrary/open-refine-extras/"
repo: "https://github.com/GriffithUniLibrary/open-refine-extras/"
# site urls
# add the url for the domain,
# on gh-pages follow the pattern: https://username.github.io
url: https://GriffithUniLibrary.github.io
# add subsection of the domain,
# on gh-pages this is a / followed by the name of the repository
baseurl: /open-refine-extras
# add search box to footer?
search: true
# add google analytics if desired (optional)
# if blank, it will be ignored
# use JEKYLL_ENV=production on build command
google_analytics: G-NC3PPY2JZB
# defaults (to simplify front matter)
defaults:
- scope:
path: "content"
values:
layout: "default"
# Build settings
markdown: kramdown