-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
87 lines (72 loc) · 2.49 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
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
author: cmu-mlsp
name: 11-755 MLSP
title: Machine Learning for Signal Processing
email:
description: >
11-755 - Machine Learining for Signal Processing - Carnegie Mellon University - Fall 2024
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: https://cmu-mlsp.github.io/mlspcourse/ # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/
# -----------------------------------------------------------------------------
# Social integration
# -----------------------------------------------------------------------------
github_username: cmu-mlsp
google_analytics: # analytics id
youtube_channel: # channel id
rss: # notes rss
# -----------------------------------------------------------------------------
# Blog
# -----------------------------------------------------------------------------
blog_name: Course Notes
blog_description: The notes written by students and edited by instructors
# Pagination
paginate: 10
permalink: /notes/:title/
paginate_path: /notes/page:num/
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
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections:
announcements:
defaults:
layout: post
output: true
permalink: /announcements/:path/
announcements_limit: 5
# -----------------------------------------------------------------------------
# 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