-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·83 lines (69 loc) · 2.5 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
# Site settings
title: Tech Talk by Maastricht University Library
description: > # this character allows multiline input
First-hand stories and experiences by developers from Maastricht University Library.
baseurl: "/" # the subpath of your site, e.g. /blog
permalink: ':title:output_ext'
url: "https://maastrichtu-library.github.io/tech-talk" # the base hostname & protocol for your site, e.g. http://example.com
logo: "/assets/img/branding/UB-logo-light.png"
logo-icon: "/assets/img/branding/UM-symbol-dark.png"
logo-icon-SEO: "/assets/img/branding/UM-symbol-light.png" # must be a non SVG file
# Night/Dark mode
# Default mode is "auto", "auto" is for auto nightshift
# (19:00 - 07:00), "manual" is for manual toggle, and
# "on/off" is for default on/off.
#
# Whatever the user's choice is, it will supersede the
# default setting of the site and be kept during the
# visit (session). Only the dark mode setting is "manual",
# it will be always kept on every visit (i.e. no matter
# the browser is closed or not)
night_mode: "auto"
logo-dark: "/assets/img/branding/UB-logo-dark.png"
highlight_theme: syntax-base16.solarized.dark # select a dark theme for the code highlighter if needed
# Author settings
author: Maastricht University Library # add your name
author-pic: ./branding/UM-library-profile-pic.jpg
about-author: Library Systems and Development
# Contact links
email: # Add your Email address
phone: # Add your Phone number
website: https://library.maastrichtuniversity.nl # Add your website
facebook: MaastrichtUniversityLibrary
instagram: maastrichtuniversitylibrary
linkedin: maastricht-university-library # Add your Linkedin handle
twitter: 'um_library' # Add your Twitter handle
youtube: UC4Wa2-Bx-TE3U3weAIAnfKw
github: maastrichtu-library # Add your Github handle
# Newsletter
mailchimp:
# Disqus
discus_identifier: # Add your discus identifier
comments_curtain: yes # leave empty to show the disqus embed directly
# Tracker
analytics: G-353C3SS5DN
fbadmin:
# Paginate
paginate: 6
paginate_path: 'page:num'
words_per_minute: 200
# Build settings
markdown: kramdown
mathjax: true
compress_html:
clippings: all
comments: all
startings: [html, head, body]
# Outputting
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
category_archive:
type: liquid
path: /categories/
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
include: [_pages]
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "package-lock.json", "assets/css/sass/"]