-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
50 lines (43 loc) · 1.58 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
# 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: UI Glacier Dynamics lab manual
# 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: fas fa-skiing-nordic
# description and keywords for meta tags
description: "Tips and best practices for group members"
keywords: "manual, lab group, science, collaboration"
#featured-image: "/images/bump-collaboration-colleagues-1068523-cr.jpg"
# author settings for cc-by, appears in the footer
author: Timothy Bartholomaus
pub_year: 2020
github_username: tbartholomaus
# add the full url for the github repository
repo: "https://github.com/tbartholomaus/uiglaciology"
# site urls
# add the url for the domain,
# on gh-pages follow the pattern: https://username.github.io
url: https://tbartholomaus.github.io
# add subsection of the domain,
# on gh-pages this is a / followed by the name of the repository
baseurl: /uiglaciology
# 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:
# defaults (to simplify front matter)
defaults:
- scope:
path: "content"
values:
layout: "default"
permalink: /:basename/
# Build settings
markdown: kramdown
#theme: jekyll-theme-slate