-
-
Notifications
You must be signed in to change notification settings - Fork 77
/
_config.yml
121 lines (107 loc) · 2 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
title: The Crystal Programming Language
tagline: A language for humans and computers
url: https://crystal-lang.org
logo: /assets/media/crystal_logo.svg
future: true
collections:
releases:
output: true
style_guide:
output: false
events:
output: true
pages:
output: true
permalink: /:path/
samples:
output: false
defaults:
-
scope:
path: ""
type: pages
values:
layout: page
section: unspecified
-
scope:
path: ""
type: posts
values:
layout: post
permalink: /:year/:month/:day/:title/
is_post: true
section: posts
-
scope:
path: "_pages/install"
type: pages
values:
layout: install
section: install
- scope:
path: ""
type: releases
values:
layout: release
permalink: /:year/:month/:day/:title/
section: releases
-
scope:
path: ""
type: events
values:
layout: event
permalink: /events/:title/
section: events
class: release
- scope:
path: ""
type: samples
values:
playground: true
# Used by https://github.com/jekyll/jekyll-seo-tag
twitter:
username: CrystalLanguage
# Used by https://github.com/jekyll/jekyll-seo-tag
social:
name: Crystal Language
links:
- https://fosstodon.org/@CrystalLanguage
- https://github.com/crystal-lang
exclude:
- "*.nix"
- "devenv*"
- ".devenv/"
- docker-compose.yml
- docker-compose.*.yml
- Gemfile
- Gemfile.lock
- Makefile
- Rakefile
- README.md
- /scripts/
- vendor
- netlify.toml
sass:
style: compressed
highlighter: rouge
markdown: kramdown
kramdown:
syntax_highlighter_opts:
default_lang: crystal
block:
css_class: code_section
repository: crystal-lang/crystal-website
callouts: ["INFO", "NOTE", "THANKS", "WARNING"]
relative_links:
enabled: true
collections: true
jekyll-archives:
enabled: [tags]
layouts:
tag: tag
permalinks:
tag: 'blog/tags/:name/'
default_image:
path: /assets/banner.webp