This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
_config.yml
72 lines (67 loc) · 1.59 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
title: HasGeek Events
subtitle: "We creates discussion spaces for geeks. Come to our events to meet like-minded people, learn new things and discover new opportunities."
description: "HasGeek creates discussion spaces for geeks. Come to our events to meet like-minded people, learn new things and discover new opportunities."
baseurl: "/events" # the subpath of your site, e.g. /blog
url: "https://hasgeek.github.io" # the base hostname & protocol for your site, e.g. http://example.com
id: hasgeek
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- .git
- .sass_cache
- node_modules
- _site
- tests
- vendor
- .DS_Store
- configs
- deploy
- requirements.txt
- README.md
timezone: Asia/Calcutta
webrick:
headers:
Access-Control-Allow-Origin: '*'
destination: _site/_site
sass_dir: _sass
liquid:
error_mode: strict
collections:
fragments_events:
type: event
output: true
permalink: /fragments/:path/
anthillinside_events:
type: event
output: true
permalink: /anthillinside/:path/
reactfoo_events:
type: event
output: true
permalink: /reactfoo/:path/
fifthelephant_events:
type: event
output: true
permalink: /fifthelephant/:path/
metarefresh_events:
type: event
output: true
permalink: /metarefresh/:path/
jsfoo_events:
type: event
output: true
permalink: /jsfoo/:path/
rootconf_events:
type: event
output: true
permalink: /rootconf/:path/
50p_events:
type: event
output: true
permalink: /50p/:path/