-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy path_config.yml
76 lines (62 loc) · 1.65 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
# Ttitle, description...
# ---------------------------------------------------------------
name: Typelevel
title: Typelevel
description: Typelevel is an ecosystem of projects and a community of people united to foster an inclusive, welcoming, and safe environment around functional programming in Scala.
author: Israel Pérez
keywords: theme, jekyll, unstyle
# Where things are (styles, site...)
# ---------------------------------------------------------------
sass:
sass_dir: _sass
sourcemap: never
permalink: pretty
highlighter: none
# Serving, url
# ---------------------------------------------------------------
baseurl: "/typelevel.github.com"
url: ""
# Conversion
# ---------------------------------------------------------------
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
# Handling Reading
# ---------------------------------------------------------------
include:
- .well-known
exclude:
[
"config.ru",
"Gemfile",
"Gemfile.lock",
"vendor",
"Procfile",
"Rakefile",
".bundle",
"extra",
]
# Collections
# ---------------------------------------------------------------
collections:
events:
output: true
permalink: /event/:year-:month-:title/
layout: event
projects:
output: true
staff_members:
output: true
abouts:
output: true
posts:
output: true
permalink: /blog/:year/:month/:day/:title.html
collections_dir: collections
# paginate: 5
# paginate_path: "/blog/:num/"
# PLUGIN
# ---------------------------------------------------------------
plugins:
- jekyll-paginate