forked from Purdue-CSUSB/purdueusb.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (46 loc) · 1.11 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
title: Purdue USB
author:
name: Purdue USB
email: "usb@cs.purdue.edu"
description: The Computer Science Undergraduate Student Board (USB) at Purdue University is the liaison between undergraduate CS/DS students and the CS department.
show_excerpts: false # set to true to show excerpts on the homepage
include: ["_pages", "_assets/searchData.js"]
url: https://purdueusb.com/
collections:
pages:
output: true
permalink: /:name/
wiki:
output: true
permalink: /wiki/:title
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "default"
-
scope:
path: ""
type: "wiki"
values:
layout: "wiki"
# Date Format
# refer to https://shopify.github.io/liquid/filters/date/ to customize this
date_format: "%B %-d, %Y"
highlighter: none
markdown: kramdown
kramdown:
html_to_native: true
css_dir: "assets"
#ES6 in minifier
jekyll-minifier:
uglifier_args:
harmony: true
plugins:
- jekyll-seo-tag
- jemoji
- jekyll-purgecss
- jekyll-minifier
- jekyll-redirect-from