generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
60 lines (56 loc) · 1.42 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
# Setup
title: Neural Networks
tagline: CS SBU
description: Neural Network Course of Computer Science Faculty of Shahid Beheshti University. Winter 2023
baseurl: '/CS-SBU-NeuralNetwork' # the subpath of your site, e.g. /blog
url: 'https://abtinmy.github.io' # the base hostname & protocol for your site, e.g. http://example.com
favicon_ico: "favicon.ico"
exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "README.md", vendor]
# Theme settings
remote_theme: pmarsceill/just-the-docs@v0.3.3
color_scheme: custom
search_enabled: true
heading_anchors: true
permalink: pretty
aux_links:
Repo on GitHub:
- 'https://github.com/Abtinmy/CS-SBU-NeuralNetwork'
footer_content: Neural Network - Computer Science Faculty of Shahid Beheshti University. Winter 2023 - Contact us at abtinmahyar@gmail.com
# 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