forked from crystal-lang/crystal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
33 lines (31 loc) · 813 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
name: The Crystal Programming Language
description: A compiled language with Ruby like syntax and type inference
url: https://crystal-lang.org
logo: /images/crystal-h.png
defaults:
-
scope:
path: ""
type: pages
values:
image: /images/icon.png
layout: default
-
scope:
path: ""
type: posts
values:
image: /images/icon.png
layout: post
is_post: true
twitter:
username: CrystalLanguage
highlighter: rouge
markdown: kramdown
exclude: ["Gemfile", "Gemfile.lock", "Rakefile", "*.haml", "scripts/*.cr", "vendor", "docker-compose.yml"]
plugins:
- jekyll-seo-tag
- jekyll-assets
- jekyll-timeago
google_calendar_api_key: 'AIzaSyCv-2Npqm0mwmwVCKX8xDPhwtP_8HwCWCE'
google_calendar_id: '0s0pa4k3fov71e4itn79atlmeg@group.calendar.google.com'