-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
59 lines (54 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
54
55
56
57
58
59
remote_theme: eecs485staff/primer-spec
plugins:
- jekyll-remote-theme
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-relative-links
- jekyll-default-layout
- jemoji
kramdown:
input: GFM
readme_index:
remove_originals: true
with_frontmatter: true
title: Jekyll Theme Primer Spec
description: Primer Spec is a Jekyll theme for GitHub Pages
primerSpec:
sitemap:
label: Docs & Demos
# Setting the label to an empty string removes the label from the sitemap.
# label: ''
externalLinks:
- title: Wikipedia
url: https://www.wikipedia.org/
- title: 'Google'
url: https://google.com/
- title: 'EECS 485'
url: https://eecs485.org
# defaultCodeblockVariant: no-line-numbers
sass:
style: :compressed
exclude:
- .bundle
- .githooks
- .github
- .vscode
- node_modules
- script
- src_js
- .eslintrc
- .prettierignore
- .prettierrc
- '*.yml'
- '*.lock'
- '*.config.js'
- '*.code-workspace'
- '*.ts'
- '*.gem'
- '*.gemspec'
- Gemfile
- package.json
- package-lock.json
- tsconfig.json
- VERSION
- vendor