-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
72 lines (65 loc) · 2.14 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
#########
#
# 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: workshop-template-b
# 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: code-slash
# description, keywords, and image for meta tags
# these do not visibility appear on the pages, but used for SEO
description: "Create a workshop website quick and easy!"
keywords: "workshops, websites, gh-pages, jekyll"
# 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/uidaho-workshop.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/workshop-template-b
##########
# URL VARIABLES [optional!!]
#
# Optional if using GitHub Pages! If building manually, these must be set correctly.
# When using github pages just leave these blank!
#
# 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: "section"
# ignore stuff
exclude: [README.md, LICENSE, assets/lib/README.md]
# Build settings
markdown: kramdown