-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
162 lines (144 loc) · 5.12 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Base Blog Settings
baseurl: "" # Subpath of the site, "" for Github Pages
url: "https://msoe-sse.github.io" # Base site hostname and protocol
blog:
title: SSE
description: >
The Destination for Professional Software Engineers
# Layout configuration
logo_path : "assets/img/dactl.svg" # path to logo file
search_path : # "yourgitusername.github.io"
# needed for searchbox in archive page
hero_layout : true # turn on hero layout for blog and posts
hero_placeholder : "assets/img/generic_hero.jpg" # placeholder for hero image
excerpts : true # show excerpts instead of full post content on blog page
inline_footnotes : true # enable/disable barefoot inline footnotes
titles_only : false # show post titles only on main blog page
# Fonts
font : '"Rubik", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif'
load_google_fonts : 'Rubik:400,400italic,700,700italic'
# Author info
author:
fullname : Society of Software Engineers
rss : true # Generate RSS feed and add logo to header
mail : admin@msoe-sse.com #SSE Email
twitter : #twitter-user-name # Add Twitter username to add header logo
github : msoe-sse # Add Github username to add header logo
youtube : #youtube-user-name # Add YouTube username to add header logo
stackoverflow : #stackoverflow-user-name # Add Stack Overflow username to add header logo
disqus : #disqus-site-name # Add Disqus site name to add comments
google_analytics : 'UA-127592939-1' # Add Google Analytics token to add GA support
photo : "uploads/SSE_LOGO.png"
photo2x : "uploads/SSE_LOGO.png"
eboard:
sabrina:
fullname: Sabrina Stangler™️
email: stanglersm@msoe.edu
linkedin: linkedin.com/in/sabrinastangler/
twitter: sabrinastangler
seth:
fullname: Seth Fenske
email: fenskesd@msoe.edu
phone: (262) 977 - 4026
linkedin: linkedin.com/in/seth-fenske-ab2704150/
github: github.com/CreeperElement
twitter: SethFenske
erin:
fullname: Errin Miller
email: millerec@msoe.edu
phone: (262) 402-3000
linkedin: linkedin.com/in/errin-miller-900179145/
nick:
fullname: Nick Scharrer
email: scharrernf@msoe.edu
phone: (262) 777-0993
linkedin: linkedin.com/in/nscharrer/
grace:
fullname: Grace Fleming
email: flemingg@msoe.edu
phone: (505) 278-9952
linkedin: linkedin.com/in/gracefleming/
kiel:
fullname: Kiel Dowdle
email: dowdlek@msoe.edu
phone: (414) 313-6727
linkedin: www.linkedin.com/in/kieldowdle/
noofmembers: 6
## !!
## Advanced blog settings
## You should not change anything here unless you know what you are doing
APIBaseUrl: "https://sse-web-api-prod.herokuapp.com"
# Gems
plugins:
- jekyll-paginate
- jekyll-sitemap
# Permalinks
permalink : posts/:slug
# Posts
excerpt_separator : <!–-break-–>
# Pagination
paginate : 5
paginate_path : '/page/:num/'
# Tags
collections:
my_tags:
output: true
permalink: /tag/:slug/
repositories:
output: true
events:
output: true
permalink: /events/:path
title: events
constitution:
output: true
defaults:
-
scope:
path: ""
type: my_tags
values:
layout: blog-by-tag
repo: false
# Handling Reading
exclude : ["README.md", "README.html"]
# https://github.com/jekyll/jekyll/issues/4619
# Markdown and highlighter settings
markdown: kramdown
# !github-pages! mandatory › https://help.github.com/articles/using-jekyll-with-pages/#configuration-settings-you-cannot-change
# Since Jekyll 3 the default highlighter is Rouge (replaced Pygments.rb in v44)
highlighter: rouge
# More › http://kramdown.gettalong.org/quickref.html
# Options › http://kramdown.gettalong.org/options.html
kramdown:
input: GFM
# https://github.com/jekyll/jekyll/pull/4090
syntax_highlighter: rouge
# Rouge Highlighter in Kramdown › http://kramdown.gettalong.org/syntax_highlighter/rouge.html
# span, block element options fall back to global
syntax_highlighter_opts:
# Rouge Options › https://github.com/jneen/rouge#full-options
# css_class: 'highlight'
#line_numbers: true # bad idea, spans don't need linenos and would inherit this option
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
# Sass settings
sass:
sass_dir : _sass
style : compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings : all
endings : all
comments : ["<!-- ", " -->"]
blanklines : true
profile : false
ignore:
envs : [local]
include:
- "msoe-sse-img1.jpg"
- "msoe-see-img2.jpg"