-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
75 lines (67 loc) · 2.22 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#########
#
# workshop-template-b, evanwill
# a Jekyll template for a simple workshop website
# https://github.com/evanwill/workshop-template-b
#
#########
#######
# SITE SETTINGS
#
# title appears in the header
title: Refine!
# title-icon appears in the header to give some pizazz (leave blank for none)
# choose from Bootstrap Icons in _includes/bootstrap-icons
# find names on https://icons.getbootstrap.com/
# some options: code-slash file-code gear tools lightblub book bookmark-star
title-icon: gem
# description, keywords, and image for meta tags
description: "Introducing OpenRefine, a power tool for the messy work of evaluating, cleaning, and transforming data."
keywords: "OpenRefine, academic workshop, data transformation"
featured-image: "/images/armand-khoury-mVfo_gTcwoM-unsplash.jpg"
# add search box to footer? true/false
search: true
# author settings for cc-by, appears in the footer and credits
author: evan will
# your github username for link [optional]
github_username: evanwill
# year or date published
pub_year: 2021
# location of code, the full url to your github repository
source-code: https://github.com/evanwill/openrefine-b
##########
# URL VARIABLES [optional!]
#
# Optional if using GitHub Pages! If building manually, these must be set correctly.
#
# use url for the domain, e.g. https://evanwill.github.io
# on gh-pages follow the pattern: https://username.github.io
url: https://evanwill.github.io
# use baseurl to add subsection of the domain, e.g. /workshop-template-b
# on gh-pages this is a / followed by the name of the repository
# baseurl is your github repository's name prefixed with a /
baseurl: /openrefine-b
##########
# GOOGLE ANALYTICS [optional!]
#
# leave this blank or comment out to NOT include google code
# Add your google-analytics-id to automatically add the embed code, e.g. "UA-76328753-1"
google-analytics-id:
##########
# ROBOTS EXCLUDE [optional!]
#
# set noindex to true if you do NOT want Google to index your site
# noindex: true
#######
# BUILD SETTINGS [usually leave as is]
#
# Defaults to simplify front matter
defaults:
- scope:
path: "content"
values:
layout: "section"
# ignore stuff
exclude: [README.md, LICENSE, assets/lib/README.md]
# Build settings
markdown: kramdown