-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
76 lines (57 loc) · 1.25 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
# SEO
title: REFACTOR
description: REFACTOR fosters the local community as we learn from each other and embrace modern methods of building software, learn of emerging best practices, and address the pain points for startups and enterprise teams.
url: https://refactorconf.com
lang: en
# author:
# name: Ahmad Nassri
# email: email@ahmadnassri.com
# uri: https://ahmadnassri.com
twitter:
username: RefactorConf
card: summary
facebook:
admins: 227304446
social:
name: REFACTOR Conference
links:
- https://twitter.com/RefactorConf
- https://www.linkedin.com/company/tech-masters-community
- https://github.com/TechnologyMasters
logo: /assets/images/logo.png
# build config
timezone: America/Toronto
future: true
exclude:
- Gemfile
- Gemfile.lock
- vendor/bundle
- ssl
- Dockerfile
- docker-compose.yml
sass:
sass_dir: _sass
style: compressed
# feed:
# collections:
# - events
collections_dir: collections
collections:
events:
output: true
permalink: /:path
defaults:
- scope:
path: ""
values:
twitter:
card: summary_large_image
- scope:
type: events
values:
layout: event
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed