-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
89 lines (74 loc) · 2.56 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
88
89
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
author: Ben Dai
name: CUHK-STAT3009
title: Recommender Systems
email: [email protected]
description: >
STAT3009 - Recommender Systems - CUHK
footer_text: >
This page was powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme, and adopted from the <a href="https://cmudeeprl.github.io/403_website/" target="_blank">CMU 10-403</a> course page.
url: https://www.bendai.org # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/
# -----------------------------------------------------------------------------
# Social integration
# -----------------------------------------------------------------------------
github_username: statmlben
google_analytics:
youtube_channel:
rss: # notes rss
# -----------------------------------------------------------------------------
# Blog
# -----------------------------------------------------------------------------
blog_name: Course Notes
blog_description: The course notes
# 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
# - jekyll-remote-theme
# -----------------------------------------------------------------------------
# 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
# remote_theme: pages-themes/[email protected]