-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (34 loc) · 1000 Bytes
/
_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
# Setup
title: Proof
tagline: a Jekyll Theme for Mathematical Writings
description: >- # this means to ignore newlines until "url:"
Proof is a minimal Jekyll theme for collaborating and documenting mathematics.
url: https://mahrud.github.io
baseurl: '/proof' # the subpath of your site, e.g. /blog
gtag: UA-131373039-2 # Google Analytics Tag
# Color scheme. Options: red, orange, magenta, cyan, blue, brown
color-scheme:
# Permalinks
permalink: pretty
permalink: /:title/
# Set encoding to UTF-8
encoding: utf-8
# Collections for entries
collections:
posts:
output: true
# Markdown specs
markdown: kramdown
kramdown:
footnote_backlink: "↩︎"
enable_coderay: false
# math_engine: null # pending https://github.com/github/pages-gem/pull/545
# Exclusions from the final site
exclude:
- vendor
- README.md
- LICENSE.md
- Gemfile*
- proof.gemspec
# Theme
remote_theme: "mahrud/proof"