-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
64 lines (58 loc) · 1.53 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
title: Global Startup Weekend on Artificial Intelligence
description: "GSWAI is an international initiative to help communities educate on AI, democratize it and push them out of their comfort zone to build the better tomorrow in 54 hours"
baseurl: ""
url: "https://gswai.github.io"
download: ""
social:
name: Global SWAI
links:
- https://twitter.com/GlobalSWAI
- https://www.facebook.com/GlobalSWAI
- https://www.linkedin.com/company/globalswai
- https://github.com/gswai
- https://www.instagram.com/global_swai
author:
name: Global Startup Weekend AI
image: /assets/logo_small.png
github: https://github.com/gswai
facebook: https://www.facebook.com/GlobalSWAI
twitter: https://twitter.com/GlobalSWAI
instagram: https://www.instagram.com/global_swai
medium: https://medium.com/global-swai
email: [email protected]
show_on_post: true
twitter:
username: GlobalSWAI
card: summary
logo: /assets/logo_small.png
lang: en_US
google_analytics: UA-121112808-1
google_site_verification: xFU6i1f-baB0ZpkIiu_lAhaboVMaZ9nZoT-LFNoocU8
# Color the browser elements #
color-browser: "#13123d"
apple-status-bar-style: "black"
permalink: /:categories/:title/
sass:
style: compressed
markdown: kramdown
collections:
iframes:
output: true
permalink: /:collection/:name
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag
include:
- _pages
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
- CNAME
- vendor
- node_modules
- package-lock.json