forked from HoTT/HoTT-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (49 loc) · 935 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
43
44
45
46
47
48
49
50
51
52
53
54
55
# Site wide configuration
title: "Homotopy Type Theory 2023"
description: # you can place here a subtitle
logo: # 120x120 px default image used for Twitter summary card
teaser: # 400x250 px default teaser image used in image archive grid
locale: en
url: https://hott.github.io/HoTT-2023/
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: /:categories/:title/
kramdown:
toc_levels: 1..2
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
# Site owner
owner:
name: Andrew Swan
email: [email protected]
include:
- .htaccess
exclude:
- "*.less"
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- .git
- CHANGELOG
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README.md
- Rakefile
- config
- gulpfile.js
- lib
- log
- node_modules
- package.json
- spec
- tmp