-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_config.yml
More file actions
42 lines (35 loc) · 815 Bytes
/
_config.yml
File metadata and controls
42 lines (35 loc) · 815 Bytes
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
# Site settings
title: Berline.rs
description: "A Berlin-local Rust community"
url: "http://berline.rs"
author:
name: Berline.rs
github: berlinrs
meetup: Rust-Berlin
email: undefined
feedback_url: https://github.com/berlinrs/berline.rs
source_url: https://github.com/berlinrs/berline.rs
google_maps_api_key: AIzaSyBkz492n9gf895Tfi12ikKVurgIHHOFmK4
# Build settings
permalink: "/:year/:month/:day/:title.html"
markdown: kramdown
kramdown:
parse_block_html: true
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "event"
plugins:
- jekyll-feed
# Content settings
future: true # we use dates for the actual meetup time, not the post publication time
timezone: "Europe/Berlin"
exclude:
- .vscode
- .gitignore
- meetup-orga
- scripts
- vendor
- legacy-data