-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
78 lines (70 loc) · 2.46 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
#########
#
# 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: Introducing Computational Thinking
# 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:
# description, keywords, and image for meta tags
# these do not visibility appear on the pages, but used for SEO
description: "A workshop developed by staff at Griffith University Library"
keywords: "computational thinking, Griffith, algorithms, problem solving"
# featured-image is added to metadata tags for social media sharing
# use a relative path to image in this repository or full URL
featured-image: "/images/stickies.jpg"
# add search box to footer? true/false
search: true
# author settings for cc-by, appears in the footer and credits
author: Griffith University Library
# your github username for link [optional]
github_username: weaverbel
# year or date published
pub_year: 2022
# location of code, the full url to your github repository
source-code: https://github.com/GriffithUniLibrary/intro-computational-thinking/
##########
# 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://gulibrarysandbox.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: /intro-computational-thinking
##########
# 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: G-NC3PPY2JZB
##########
# 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