forked from kazemnejad/jekyll-course-website-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (41 loc) · 1.98 KB
/
_config.yml
File metadata and controls
54 lines (41 loc) · 1.98 KB
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
# Site settings
course_name: 24789 - Deep Learning for Engineers
course_description: "This course provides an introduction to deep learning. We will learn about the basics of deep neural networks, and their applications to different tasks in engineering. Students will be able to apply deep learning to a variety of artificial intelligence tasks pertinent to different engineering problems. Applications of deep learning in mechanical, chemical, biological, electrical, and material engineering will be discussed."
course_semester: "Spring 2021"
baseurl: "/24789spring21" # the subpath of your site, e.g. /blog/
url: "https://baratilab.github.io/" # the base hostname & protocol for your site
schoolname: "Carnegie Mellon University"
# schoolurl: "https://www.meche.engineering.cmu.edu"
# twitter_username: AmirBaratiF
address: |
Department of Mechanical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213, USA
<small>Website maintained by <a href="https://linkedin.com/in/yuyangwang-1995">Yuyang Wang</a> and <a href="https://www.linkedin.com/in/ruchit-doshi/">Ruchit Doshi</a>. <br />Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <a href="https://github.com/kazemnejad/jekyll-course-website-template">course-website</a> template. Hosted by <a href="https://pages.github.com/">GitHub Pages</a>.</small></p>
# Set your Google Analytics tracking ID (set up yours at http://www.google.com/analytics/)
# google_analytics: UA-XXXXXXXX-X
### Do not change the followings unless you know what you are doing ###
# Build settings
markdown: kramdown
# Other options
permalink: blog/:year/:month/:title
excerpt_separator: "<!--more-->"
include: ['_images', '_css']
exclude: ['develop']
dateformat: "%m/%d/%Y"
future: true
collections:
events:
output: true
lectures:
output: true
assignments:
output: true
announcements:
output: false
defaults:
- scope:
path: ""
type: "assignments"
values:
layout: "assignment"