-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
66 lines (52 loc) · 1.78 KB
/
_config.yml
File metadata and controls
66 lines (52 loc) · 1.78 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
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
author: UCSD ACES Lab
name: ECE 111 Advanced Digital Design Project
title: Advanced Digital Design Project
email: farinaz@ucsd.edu
description: >
UCSD ECE 111 – Advanced Digital Design Project (Fall 2021)
footer_text: >
Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
url: # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/
# -----------------------------------------------------------------------------
# Social integration
# -----------------------------------------------------------------------------
github_username: ACESLabUCSD
youtube_username: ECE111
rss: # notes rss
text:
pagination:
newer: 'Newer'
older: 'Older'
# Comments
disqus_shortname: # put your disqus shortname
# Optional features
show_social_icons: true
enable_anchorjs: true
enable_latexjs: true
enable_katex: true
# -----------------------------------------------------------------------------
# Jekyll settings
# -----------------------------------------------------------------------------
# Build settings
markdown: kramdown
highlighter: rouge
# Includes & excludes
include: ['_pages']
exclude: [vendor]
# Plug-ins
plugins:
- jekyll-email-protect
- jekyll-paginate
- jemoji
# -----------------------------------------------------------------------------
# Other settings
# -----------------------------------------------------------------------------
jquery_version: "1.12.4"
katex_version: "0.10.1"
anchorjs_version: "3.2.2"
latexjs_version: "0.11.1"
theme: jekyll-theme-slate