-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
116 lines (105 loc) · 2.77 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
# SITE CONFIGURATION
baseurl: ""
url: "https://internetfreedomhack.org"
collections:
speakers:
output: false
judges:
output: false
partners:
output: false
sponsors:
output: false
ideas:
output: true
permalink: /:name
layout: page
events:
output: true
permalink: /:name
individual_pages:
output: true
permalink: /:name
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: "Aaron Swartz Day"
subtitle: "CryptoBar"
avatar: assets/img/ifh_logo_square.png
gravatar: # Email MD5 hash
description: "This year, the Internet Freedom Hack community will be participating in the Aaron Swartz Day CryptoBar events across Melbourne, Brisbane, and Sydney." # used by search engines
facebook_page_id: 1507988156173415
share_image: assets/img/share.jpg
locale: en_US
# Header and footer text
header_text: >
<p>This year, the Internet Freedom Hack community will bring technologists with a passion for digital rights together to participate in the Aaron Swartz Day CryptoBar events across Melbourne, Brisbane, and Sydney.</p>
header_text_feature_image: assets/img/home_page.jpg
footer_text: >
<a href="/code-of-conduct">Code of conduct</a> • <a href="/contact-us">Contact us</a> • <a href="https://twitter.com/inetfreedomhack">Twitter</a>
# Icons
rss: false
email_address: # Full email address, e.g. "sam@example.com"
behance:
bitbucket:
dribbble:
facebook:
flickr:
gitlab:
github:
google_plus:
instagram:
linkedin: # Full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # Full URL
steam:
tumblr:
twitter:
wordpress:
youtube:
# Scripts
google_analytics: # Tracking ID, e.g. "UA-000000-01"
disqus_shortname:
katex: false # Enable if using math markup
search: false # Enable the search feature
# 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."
str_search_no_results: "No results found."
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
google_fonts: "Open+Sans:300,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
- jekyll-maps
exclude:
- Gemfile
- Gemfile.lock
- vendor
- docker-compose.yml
- functions
- package.json
# PLUGIN SETTINGS
maps:
google:
api_key: AIzaSyD_W96n1fsjwSnQp8Sghfi1EEdfMqsaZdQ