forked from sauleh/course_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (48 loc) · 1.59 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
# Site settings
title: Iran University of Science and Technology
course_name: Principles of Database Design
course_description: The purpose of this course is to teach relational database systems.In this lesson, students learn how to design and build a relational database and how to use it.In addition, students will become familiar with how to store data, optimize and execute queries, and process transactions in database databases.
course_semester: "Fall 2019"
description: |
Instructor: Amirhossein samavat
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: "/Database" # the subpath of your site, e.g. /blog/
url: "https://amirsmvt.github.io/Database" # the base hostname & protocol for your site
syllabus: https://amirsmvt.github.io/Database/syllabus
githubdir:
# Author/user information
email: [email protected]
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
projects:
output: true
sass:
style: :compressed
defaults:
- scope:
path: ""
type: "assignments"
values:
layout: "assignment"
comments: false
plugins:
- jekyll-jalali