forked from UCLALibrary/ideptoolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·123 lines (95 loc) · 3.72 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# -----------------------------------------------------------------------------
# User configuration
# -----------------------------------------------------------------------------
title: IDEP Partners Toolkit
# Set to `https://<username>.github.io` when hosting on GitHub Pages
# url: https://uclalibrary.github.io
# Set to '' when hosting a blog on GitHub Pages, ie on `//<username>.github.io`
# Set to '/<reponame>' when using the `gh-pages` branch of a repository
baseurl: /ideptoolkit
# A very short description of your page
tagline: A guide to standards and workflows for IDEP partner institutions.
# A short description of the page, used in the sidebar and as fallback for the meta description tag.
# Markdown enabled, but don't use more than one paragraph (enforced by `>`)
description: >
A guide to standards and workflows for IDEP partner institutions.
# This should be the same author as first entry in `_data/authors.yml`
author:
name: UCLA Digital Library
email: <[email protected]>
# Fallback image and color
image: ./assets/img/nav.jpg
color: '#4f86aa'
# The font used for headings. Expects a string that is a valid CSS font-family value.
font_heading: "'Roboto Slab', Helvetica, Arial, sans-serif"
# The text font. Expects a string that is a valid CSS font-family value.
font: "'Noto Serif', Georgia, serif"
# The string encoding what fonts to fetch from Google Fonts.
# See: https://qwtel.com/hydejack/docs/configuration/
google_fonts: Roboto+Slab:700|Noto+Serif:400,400i,700,700i
# If you do not use a Google Fonts, uncomment the line below
# no_google_fonts: true
# Set your Google Analytics id to receive `pageview` events.
# To remove Google Anaylics from your page, remove the line below.
google_analytics: <UA-XXXXXXXX-X>
# Setting a disqus shortname will enable the comment section on pages with `comments: true` in the front matter
disqus_shortname: <username>
# This text will appear in the footer of every page. Markdown enabled.
copyright: '© 2017. All rights reserved.'
# Format of the permalinks
permalink: pretty
# Pagination configuration (used by the `blog` layout)
paginate: 5
paginate_path: '/page-:num/'
# Set to true when building with the `--lsi` option
# See: https://jekyllrb.com/docs/variables/#site-variables
# use_lsi: true
# Set to `true` if you don't want to show an icon after each link that opens to an external site
# no_mark_external: true
# Uncomment this line if third party plugins fail to work with dynimically loaded pages
# disable_push_state: true
# Uncomment this line if want to disable the touch drawer on mobile
# disable_drawer: true
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections:
featured_categories:
permalink: /category/:name/
output: true
featured_tags:
permalink: /tag/:name/
output: true
projects:
permalink: /projects/:path/
output: true
# -----------------------------------------------------------------------------
# Advanced configuration
# -----------------------------------------------------------------------------
gems:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-redirect-from
exclude:
- README.md
- LICENSE.md
- node_modules
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
kramdown:
footnote_backlink: '↩︎'
math_engine: mathjax
math_engine_opts:
preview: true
preview_as_code: true
compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [development]
sass:
style: compressed