forked from sauleh/course_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (49 loc) · 1.7 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
# Site settings
title: Iran University of Science and Technology
course_name: Data Structures
course_description: The purpose of this course is to familiarize students with the types of data structures to manage data in memory and on the computer's peripheral disk. Rapid access and storage in low-space is one of the main criteria of the methods used. Different algorithms and their complexity analysis and preparation for the design course of the algorithm
course_semester: "Fall 2019"
description: |
Instructor: Dr.Hossein Rahmani
message: #Please register to our Google <a href="https://groups.google.com/forum/#!forum/gp-id">groups page</a> to get course notifications via email.
baseurl: "/Data_Structure" # the subpath of your site, e.g. /blog/
url: "http://babakbehkamkia.github.io/Data_Structure" # the base hostname & protocol for your site
syllabus: http://babakbehkamkia.github.io/Data_Structure/syllabus/
githubdir:
# Author/user information
email: h_rahmani_AT_iust.ac.ir
# twitter_username:
# github_username: broken_github
# authorurl: "http://borken-url.github.io"
address: |
School of Computer Engineering
Iran University of Science and Technology
Tehran, Iran
# Build settings
markdown: kramdown
# Other options
permalink: blog/:year/:month/:title
excerpt_separator: "<!--more-->"
include: ['_images', '_css']
exclude: ['develop']
future: true
collections:
events:
output: true
lectures:
output: true
assignments:
output: true
announcements:
output: false
sass:
style: :compressed
defaults:
- scope:
path: ""
type: "assignments"
values:
layout: "assignment"
comments: false
plugins:
- jekyll-jalali