-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (36 loc) · 1.06 KB
/
_config.yml
File metadata and controls
45 lines (36 loc) · 1.06 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
# Site settings
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://cs291.com # the base hostname & protocol for your site
# User settings
course_number: CS291A
quarter: Fall 2025
title: Scalable Internet Services
class_location: Phelps 2510
github_username: scalableinternetservices
instructor: Zach Walker
instructor_email: zach_walker@ucsb.edu
instructor_url: https://www.linkedin.com/in/zachary-walker-6a219059/
drive_url:
piazza_url: https://piazza.com/ucsb/fall2025/cs291a
intro_survey: https://forms.gle/TyxFWZnkW9qaqBhE7
project1_submission: https://forms.gle/8Z3TVU6kKxmX5Nro7
project2_submission: https://forms.gle/LAfXThZgjZASmVby5
project3_submission: https://forms.gle/hicZ2SNaVhb3ApXQ7
project4_submission: https://forms.gle/BjvoAAsXDvaieWVT7
project5_team_message:
initial_peer_review:
peer_review:
# Page visibility settings
navigable_pages:
schedule: true
project1: true
project2: true
project3: true
project4: true
project5: true
kramdown:
parse_block_html: true
# Build settings
markdown: kramdown
plugins:
- jekyll-sitemap