generated from learn-static/lesson-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
87 lines (79 loc) · 2.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
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
76
77
78
79
80
81
82
83
84
85
86
87
#########
#
# Learn-Static Lesson Template
# a Jekyll template for a simple lesson or workshop website
# with a sidebar content nav layout
# https://github.com/learn-static/lesson-template
#
#########
#######
# SITE SETTINGS
#
# title appears in the header
title: Writing with Visualizations
# 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/ (or look in "_includes/bootstrap-icons")
# some options: code-slash file-code gear tools lightblub book bookmark-star
title-icon: bar-chart-line-fill
# description appears in sidebar footer
description: "Create a multimedia essay that incorporates images, documents, and graph visualizations"
# keywords for meta tags used by search engines
keywords: "essays, websites, gh-pages, jekyll, text analysis"
# image for meta tags, will appear when sharing link on social media
featured-image: "/images/line-chart.png"
# author name, displayed in credits
author: owikle
# year or date published, displayed in sidebar
publication_year: 2022
# location of code, the full url to your github repository
source-code: https://github.com/learn-static/writing-with-visualizations
# content license (typically "cc by-sa"), displayed in sidebar
content_license: "CC BY-SA"
# URL to the content license
content_license_link: https://creativecommons.org/licenses/by-sa/4.0/
##########
# THEME CUSTOMIZATION [optional!]
#
# leave these commented out or blank for defaults.
# these options tweak CSS, so should be valid CSS values.
#
# header-background:
# header-text-color:
# breadcrumbs-background:
# breadcrumbs-text-color:
# active-nav-color:
# link-color:
# next-button-color:
# text-color:
# base-font-size:
##########
# 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:
# 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:
##########
# 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: "lesson-content"
# ignore stuff
exclude: [README.md, LICENSE, assets/lib/README.md]
# Build settings
markdown: kramdown