-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (56 loc) · 1.58 KB
/
_config.yml
File metadata and controls
70 lines (56 loc) · 1.58 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
67
68
69
70
# Site settings
title: Applied Systems Lab @ UTD
name: Applied Systems Lab @ UTD
email: jrutsh@utdallas.edu
description: > # this means to ignore newlines until "baseurl:"
Add Description
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://Applied-Systems-Lab.github.io
last_updated: # leave blank if you don't want to display last updated
# -----------------------------------------------------------------------------
# News
# -----------------------------------------------------------------------------
# blog_name: Applied Systems Lab @ UTD
# blog_description:
# Pagination
# paginate: 4
permalink: /:path/
# text:
# pagination:
# newer: 'Newer'
# older: 'Older'
# # Optional features
# show_social_icons: false
# enable_anchorjs: false
# enable_katex: true
# # -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections:
members:
output: false
pages:
output: true
permalink: /:path/
posts:
output: true
permalink: /:path/
post_limit: 5
# Build settings
markdown: kramdown
highlighter: rouge
# Includes & excludes
# include: ['_pages']
exclude: [vendor]
# Plug-ins
plugins:
- jekyll-email-protect
- jekyll-paginate
- jemoji
- jekyll-sitemap
# -----------------------------------------------------------------------------
# Other settings
# -----------------------------------------------------------------------------
jquery_version: "1.12.4"
katex_version: "0.9.0"
anchorjs_version: "3.2.2"