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

Commit 89a2719

Browse files
Fall 2021 content updates (#355)
* Update readme with better install instructions * Update about page * Updated the calender * Removed old announcements and added week 0 * Update about for fa21 * Fixed calender dates * About page -enrollment Co-authored-by: laksith <[email protected]>
1 parent a075e39 commit 89a2719

18 files changed

+70
-202
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Gemfile.lock
77
_site/
88
node_modules/
99
vendor/
10+
vendor_old/

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@ The current iteration uses Jekyll to produce pages.
1010

1111
decal-web is built for [Jekyll](https://jekyllrb.com), a static site generator. View the [quick start guide](https://jekyllrb.com/docs/) for more information.
1212

13+
You will need Ruby 2 to build the site (it has been tested on Ruby2.7.4). If using Arch, [follow this guide](https://gist.github.com/jhass/8839655bb038e829fba1) to install it.
14+
15+
You may also need to install Bundler 1.16: `gem install bundler:1.16.0`
16+
1317
1. Install Jekyll
1418
```bash
1519
$ bundle install
1620
```
17-
1. Start your local Jekyll server.
21+
1. Start your local Jekyll server. You can also use `make dev`.
1822
```bash
1923
$ bundle exec jekyll serve
2024
```
21-
1. Point your web browser to [http://localhost:4000](http://localhost:4000)
25+
1. The console should output a server address (`localhost:8xxx`). Open that address in your browser.
2226
1. Reload your web browser after making a change to preview its effect.
2327

2428
For more information, refer to [Just the Docs](https://pmarsceill.github.io/just-the-docs/).

_announcements/week-0.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: Week 0 Announcement
33
week: 0
4-
date: 2021-1-26
4+
date: 2021-8-25
55
---
66

7-
1. **The Linux SysAdmin Decal is back for Spring 2021!**
8-
1. Registration is currently closed. If you completed Lab 0, we will send you an email to notify you of enrollment status by **Saturday, Feb. 6**.
9-
1. Course content will begin on the week of Feb. 9.
7+
1. **The Linux SysAdmin Decal is back for Fall 2021!**
8+
1. If you'd like to receive more info on how to enroll, [fill out the interest form](https://docs.google.com/forms/d/1uY6UcbH1s1Bb7AjQiO3wbvGliEMN-L0PJvlci7qNJfI/edit)!
9+
1. Learn more about the course at the [about page](/about).
10+
1. There will be two identical infosessions on **Tuesday, Aug. 31** and **Thursday, Sep. 2** at **8pm** on [ocf.io/decalzoom](https://ocf.io/decalzoom) (starts Berkeley time).
11+
1. Lab 0, which must be complete prior to enrolling, will be released after the infosessions.
1012
1. Any questions? Contact us at [[email protected]](mailto:[email protected])!
13+
1. Looking for a previous semester's materials? You can view it in the [archive](/archive).

_announcements/week-1.md

-11
This file was deleted.

_announcements/week-10.md

-11
This file was deleted.

_announcements/week-11.md

-12
This file was deleted.

_announcements/week-12.md

-12
This file was deleted.

_announcements/week-2.md

-10
This file was deleted.

_announcements/week-3.md

-11
This file was deleted.

_announcements/week-4.md

-11
This file was deleted.

_announcements/week-5.md

-11
This file was deleted.

_announcements/week-6.md

-11
This file was deleted.

_announcements/week-7.md

-12
This file was deleted.

_announcements/week-8.md

-11
This file was deleted.

_announcements/week-9.md

-12
This file was deleted.

0 commit comments

Comments
 (0)