-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
117 lines (101 loc) · 3.02 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# SITE CONFIGURATION
baseurl: "/2018/"
url: "https://sciencehackdayindia.github.io/2018/"
title: SHD India # site's title
description: "Science Hack Day India 2018" # used by search engines
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: SHD India # blog's title
avatar: assets/img/shdsmalllogo.png
favicon: assets/img/shdsmalllogo.png
gravatar: # Email MD5 hash
# Header and footer text
header_text: > #two or three lines to describe your site
<p><h1>Science Hack Day India - 2018</h1><strong> 2 - 4 November 2018</strong> <br> <h3>Let's collaborate, learn, hack, build cool stuff with science and have lots of fun... </h3></p>
header_text_feature_image: assets/img/pexels/triangular.jpeg
footer_text: >
Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <a href="https://github.com/sylhare/Type-on-Strap">Type on Strap</a>
# Icons
rss: # Make sure you created a feed.xml with feed.xml layout
email_address: # Full email address, e.g. "[email protected]"
behance:
bitbucket:
dribbble:
facebook: "https://www.facebook.com/sciencehackin/"
flickr: "https://www.flickr.com/groups/3087939@N23/pool/"
gitlab:
github: "ScienceHackDayIndia"
google_plus:
instagram:
keybase:
linkedin: # Full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # Full URL
steam:
tumblr:
twitter: "@SHD_India" # "twitter username"
vimeo:
wordpress:
youtube:
# Sharing options
share_buttons:
facebook: true
twitter: true
google_plus: true
tumblr:
pinterest:
pocket:
reddit:
linkedin:
wordpress:
email:
# Scripts / Features
google_analytics: # Tracking ID, e.g. "UA-000000-01"
disqus_shortname:
katex: true # Enable if using math markup
special_page:
search:
icon: #"search"
enabled: #true
tags:
icon: #"tags"
enabled: #true
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_share_on: "Share on"
str_add_to: "Add to"
str_email: "Email"
str_tweet: "Tweet"
str_pin_it: "Pin it"
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: true
# PAGINATION
paginate: 3
paginate_path: "blog/page:num"
# PORTFOLIO
collections:
portfolio:
output: true
permalink: /:collection/:name
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-paginate, jekyll-seo-tag]
#theme: type-on-strap # Uncomment if using the theme as a jekyll theme gem
exclude: ["Gemfile", "Gemfile.lock", "type-on-strap.gemspec", "*.gem", "LICENSE", "README.md", "screenshot.png", "package.json", "node_modules", "gulpfile.js", ".idea/*"]