-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
57 lines (45 loc) · 1.3 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
# Site settings
title: Iran University of Science and Technology (IUST)
course_name: Advanced Programming
course_description: "Advanced Programming in C#: This class focuses on Object Oriented programming in C#"
course_semester: "Spring 2020"
description: |
Instructor: Sauleh Eetemadi
message: #Register to our Google <a href="https://groups.google.com/forum/#!forum/gp-id">groups page</a> to get course notifications via email.
baseurl: "/ap98" # the subpath of your site, e.g. /blog/
url: "http://sauleh.github.io/ap98" # the base hostname & protocol for your site
githubdir:
# Author/user information
email: [email protected]
twitter_username: sauleh_e
github_username: saulehe
authorurl: "http://sauleh.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
defaults:
- scope:
path: ""
type: "assignments"
values:
layout: "assignment"
plugins:
- jekyll-jalali