-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (30 loc) · 770 Bytes
/
_config.yml
File metadata and controls
35 lines (30 loc) · 770 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
# Site settings
title: rust-meetup-template
description: "A starter template for recurring meetups."
baseurl: ""
url: "http://CHANGEME.com"
author:
name: CHANGEME
twitter: CHANGEME
github: CHANGEME
meetup: CHANGEME
email: CHANGEME@test.com
feedback_url: https://github.com/CHANGEME/CHANGEME
source_url: https://github.com/CHANGEME/CHANGEME
google_maps_api_key: AIzaSyBkz492n9gf895Tfi12ikKVurgIHHOFmK4
# Build settings
permalink: "/:year/:month/:day/:title.html"
markdown: kramdown
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "event"
# 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