-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
102 lines (89 loc) · 2.64 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
# SITE CONFIGURATION
baseurl: ""
url: "https://wicsumass.github.io"
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: WiCS at UMass Amherst
avatar: assets/img/triangle.svg
favicon: assets/favicon.ico
gravatar: # Email MD5 hash
description: "Representing the undergraduate women in computer science community at UMass Amherst" # used by search engines
# Header and footer text
header_text: > #two or three lines to describe your site
<h2>Hi everyone!</h2>
<p> Welcome to the website of WiCS@UMass, a community for undergraduate women and non-binary students in computing. </p>
header_text_feature_image: assets/img/cover.jpg
footer_text: >
<link rel="stylesheet" type="text/css" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" />
Making the new normal // Made with <i class="icon ion-heart"></i> by the WiCS Co-Chairs
# Icons
rss: true # Make sure you created a feed.xml with feed.xml layout
email_address: wicsumass@gmail.com
behance:
bitbucket:
dribbble:
facebook: "WiCSUMass"
flickr:
gitlab:
github: "wicsumass"
google_plus:
instagram: "wicsumass"
keybase:
linkedin: # Full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # Full URL
steam:
tumblr:
twitter: # "twitter username"
vimeo:
wordpress:
youtube:
# Scripts / Features
google_analytics: # Tracking ID, e.g. "UA-000000-01"
disqus_shortname:
katex: true # Enable if using math markup
portfolio: false
search: true
tags: false
# 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: true
# PAGINATION
# paginate: 5
# paginate_path: "blog/page:num"
pagination:
enabled: true
per_page: 5
# PORTFOLIO
collections:
portfolio:
output: false
permalink: /:collection/:name
# GALLERY
thumbnail_gallery:
width: 600
height: 400
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-paginate-v2, jekyll-seo-tag, rmagick]
#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","vendor"]