forked from HackSocNotts/hacksocnotts.co.uk-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
66 lines (53 loc) · 1.98 KB
/
Copy path_config.yml
File metadata and controls
66 lines (53 loc) · 1.98 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
# SITE CONFIGURATION
baseurl: "/" # the subpath of your site, e.g. /blog/
url: "http://www.hacksocnotts.github.io" # the base hostname & protocol for your site
gems:
- jekyll-paginate
- rouge
# THEME-SPECIFIC CONFIGURATION
theme_specific:
# Meta
title: HackSoc
avatar: 'avatar.png'
gravatar: # Email MD5 hash
description: "University of Nottingham Hack Society, HackSoc" # used by search engines
# Header and footer text
header_text: >
<p>Hacking and Programming society at the University of Nottingham</p>
<p class="mobile-hidden">Calling all HackSoc <a href="//github.com/HackSocNotts" target=\"_blank\">github members</a>,
help us improve this website by <a target=\"_blank\" href="//github.com/HackSocNotts/HackSocNotts.github.io">submitting a change!</a></p>
<p> See our hackathon at <a href="http://hacknotts.com">hacknotts.com</a></p>
header_text_feature_image:
footer_text: >
Created by members of <a href="//github.com/orgs/HackSocNotts/people">HackSoc</a>, and available under the terms of the <a href="https://github.com/HackSocNotts/HackSocNotts.github.io/blob/master/LICENSE">GNU General Public License v3</a>.
# Icons
rss: false
email_address: # Full email address, e.g. "sam@example.com"
facebook: "groups/hacksocNotts"
github: "HackSocNotts"
twitter: "hacksocnotts"
slack: "hacksocnotts"
# Scripts
google_analytics: # Tracking ID, e.g. "UA-000000-01"
disqus_shortname:
katex: false # Enable if using math markup
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_email: "Email"
str_next: "Next"
str_prev: "Prev"
str_continue_reading: "Continue reading"
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
google_fonts: "Source+Sans+Pro:400,700,700italic,400italic"
# PAGINATION
paginate: 5
paginate_path: "page:num"
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
exclude: [vendor]