Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit b1e8b37

Browse files
committed
add week 3
directly to master woo
1 parent 0008481 commit b1e8b37

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

_announcements/week-3.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Week 3 Announcement
3+
week: 3
4+
date: 2023-09-17
5+
---
6+
7+
Hello all Linux fledgelings, it is now Week 3 of the DeCal! Hope you're ready for this week's topic, Packages & Packaging :)
8+
9+
- Normal schedule, Lecture + Lab at Tuesday 09/19 7-9PM PDT.
10+
- Slides link are released, but are not official/finalized until after lecture is given on Tuesday 7pm.
11+
- Lab 3 has been released and can be accessed from the course site decal.ocf.io.
12+
- Please use the corresponding [Ed thread for Lab 3](https://edstem.org/us/courses/42500/discussion/3458292) related questions
13+
- Use the [extension form](https://forms.gle/RUNh1XrPhfkNCKqC8) to request a lab drop or extension.
14+
- Vitamin 3 will be released on Tuesday on Gradescope and will be due Saturday 09/23 at 11:59PM PDT.
15+
- Any questions? Post on Ed or reach us at [email protected]!

_data/materials.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
- id: 3
2222
date: 9/19/2023
2323
name: Packages
24-
hidelink: true
24+
slides: https://docs.google.com/presentation/d/1SPb5rikbwzZVESFsTwfwnvl20TJGqlfyvmwHBmIOUr8/edit?usp=sharing
25+
labdue: Sat. 9/23
26+
hidelink: false
2527

2628
- id: 4
2729
date: 9/26/2023

labs/3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Lab 3 - Packages and Packaging
33
layout: lab
4-
facilitator: Ben Cuan
4+
facilitator: Ben Plate, Trinity Chung
55
nav_exclude: true
66
---
77

run.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
docker run --rm --volume=$PWD:/srv/jekyll:Z \
2+
--volume=$PWD/vendor/bundle:/usr/local/bundle:Z \
3+
jekyll/jekyll:latest jekyll build
4+
5+
docker run --rm --volume=$PWD:/srv/jekyll:Z \
6+
--volume=$PWD/vendor/bundle:/usr/local/bundle:Z \
7+
--publish 127.0.0.1:4000:4000 jekyll/jekyll:latest jekyll serve

0 commit comments

Comments
 (0)