forked from kracekumar/bangalore.python.org.in
-
Notifications
You must be signed in to change notification settings - Fork 12
/
_config.yml
57 lines (49 loc) · 1.15 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
# Site
name: "BangPypers"
description: "The Bangalore Python User Group"
meta_description: "BangPypers – The Bangalore Python User Group"
logo: '/assets/images/logo.jpg'
favicon: '/assets/images/logo.jpg'
og_img: '/assets/images/logo_og.jpg'
footer_img: '/assets/images/logo_footer.jpg'
post_default_img: '/assets/images/posts/bangpyperscover.jpg'
baseurl: ""
url: "https://bangalore.pythonindia.org"
google_analytics: 'G-2KWW473BLG'
# disqus: ''
# mailchimp-list: ''
# Plugins
plugins:
- jekyll-paginate
- jekyll-archives
# Archives
jekyll-archives:
enabled: all
layout: archive
permalinks:
category: '/archives/:name/'
year: '/blog/:year/'
month: '/blog/:year/:month/'
day: '/blog/:year/:month/:day/'
# tag: '/authors/:name/'
collections:
authors:
output: true
permalink: /authors/:path/
defaults:
- scope:
path: ""
type: "authors"
values:
layout: "archive"
type: "authors"
# Pagination
paginate: 6
paginate_path: /page:num/
# Other
markdown: kramdown
permalink: /blog/:year/:month/:day/:title/
highlighter: rouge
# Lazy Images ("enabled" or "disabled")
lazyimages: "enabled"
exclude: [vendor]