generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
59 lines (56 loc) · 1.45 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
# Setup
title: Machine Learning
tagline: CS SBU
description: Machine Learning Course of Computer Science Faculty of Shahid Beheshti University. Winter 2023
baseurl: '/CS-SBU-MachineLearning-2023' # the subpath of your site, e.g. /blog
url: 'https://scheshmi.github.io' # the base hostname & protocol for your site, e.g. http://example.com
exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "README.md",vendor]
favicon_ico: "favicon.ico"
# Theme settings
remote_theme: pmarsceill/[email protected]
color_scheme: custom
search_enabled: true
heading_anchors: true
permalink: pretty
aux_links:
Repo on GitHub:
- 'https://github.com/scheshmi/CS-SBU-MachineLearning-2023'
footer_content: Machine Learning - Computer Science Faculty of Shahid Beheshti University. Winter 2023 - Contact us at [email protected]
# Collections for website data
collections:
staffers:
modules:
schedules:
announcements:
# Default layouts for each collection type
defaults:
- scope:
path: ''
type: staffers
values:
layout: staffer
subpath: '/assets/images/'
- scope:
path: ''
type: modules
values:
layout: module
- scope:
path: ''
type: schedules
values:
layout: schedule
- scope:
path: ''
type: announcements
values:
layout: announcement
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false
plugins:
- jekyll-seo-tag