Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanH06 committed Jan 17, 2024
1 parent ec21642 commit 7835eff
Show file tree
Hide file tree
Showing 6 changed files with 1,230 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration, override port with usage: make PORT=4300
PORT ?= 4200
REPO_NAME ?= student
REPO_NAME ?= EthanH3
LOG_FILE = /tmp/jekyll$(PORT).log
# Exceptions will stop make
SHELL = /bin/bash
Expand Down
5 changes: 5 additions & 0 deletions _data/compsci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ Unit2:
description: Learn (JavaScript|Python|Java). Start Agile development process.
start: 4
end: 7
Unit 3:
title: Lessons
description: Learn from Other Students
start: 8
end: 20
Loading

0 comments on commit 7835eff

Please sign in to comment.