-
Notifications
You must be signed in to change notification settings - Fork 26
/
_config.yml
55 lines (48 loc) · 1.13 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
# Site settings
title: Extempore docs
email: [email protected]
description: >
Extempore programming language documentation
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://extemporelang.github.io
git_address: https://github.com/extemporelang/extemporelang.github.io
git_edit_address: https://github.com/extemporelang/extemporelang.github.io/blob/master
# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: paper
# Build settings
markdown: kramdown
highlighter: rouge
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
timezone: Canberra/Australia
defaults:
- scope:
path: _posts
type: posts
values:
layout: post
sectionid: blog
- scope:
path: _docs
type: docs
values:
layout: docs
sectionid: docs
seo:
type: "WebPage"
collections:
docs:
permalink: /:collection/:path/
output: true
posts:
permalink: /blog/:year/:month/:day/:title/
output: true
algolia:
application_id: "EF62TZY1XC"
index_name: "NotIncludeNewDocs"
search_only_api_key: "22d2e4ab5393c0512af49a01ab0797ea"