-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_config.yml
More file actions
85 lines (76 loc) · 2.32 KB
/
_config.yml
File metadata and controls
85 lines (76 loc) · 2.32 KB
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
77
78
79
80
81
82
83
84
85
# SITE CONFIGURATION
baseurl: ""
url: ""
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: PyLadies Hyderabad
avatar: assets/img/avatar.png
favicon: assets/favicon.ico
gravatar: # Email MD5 hash
description: "PyLadies Hyderabad group website, python, pyladies, hyderabad" # used by search engines
# Header and footer text
header_text: >
<p>Pyladies Hyderabad is a local mentorship group of an International Pyladies group with a focus on helping more women become active participants and leaders in the Python open-source community!</p>
<a class="button-inverse" href="https://chat.whatsapp.com/H9q6kOfYQ0wHaQ7y6DZv6F"><i class="fa fa-whatsapp" aria-hidden="true"></i> Join Us</a>
<a class="button-inverse" href="https://forms.gle/FGMQ8mSXzgptvugp7">Become a Speaker</a>
header_text_feature_image:
footer_text: >
Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <a href="https://github.com/rohanchandra/type-theme">Type Theme</a>
# Icons
rss: false
email_address: "hyderabad@pyladies.com"
behance:
bitbucket:
dribbble:
facebook:
flickr:
gitlab:
github: "HydPy"
google_plus:
instagram:
linkedin: "https://www.linkedin.com/company/pyladieshyderabad"
pinterest:
reddit:
soundcloud:
stack_exchange: # Full URL
steam:
tumblr:
twitter: "pyladieshyd"
wordpress:
youtube:
meetup: "Hyderabad-Python-Meetup-Group"
# Scripts
google_analytics: # Tracking ID, e.g. "UA-000000-01"
disqus_shortname:
katex: true # Enable if using math markup
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_email: "Email"
str_next_post: "Next post"
str_previous_post: "Previous post"
str_next_page: "Next"
str_previous_page: "Prev"
str_continue_reading: "Continue reading"
str_javascript_required_disqus: "Please enable JavaScript to view comments."
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
google_fonts: "Source+Sans+Pro:400,700,700italic,400italic"
# Post navigation
post_navigation: false
# PAGINATION
paginate: 5
paginate_path: "blog/page:num"
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-paginate]
# theme: jekyll-theme-type
exclude:
- Gemfile
- Gemfile.lock
- CNAME