diff --git a/README.md b/README.md new file mode 100644 index 0000000..910f44f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# CS184/284A Homework Webpage Repo + +The goal of this repo is to provide a template from which students can host CS184/284A homework writeups. + +## Enabling Github Pages + +To enable Github pages, go to the 'Settings' tab then click on 'Pages'. Under 'Build and Deployment' -> 'Branch', make sure that the branch is set to 'master' and the folder is set to 'root'. If these settings are correct, you should see a message saying "Your site is live at [website url]" at the top of the 'Pages' page, and navigating to the github page link should render index.html. + +## Adding Homework Webpages + +There are 4 folders, one for each homework. Each contains an index.html file. When the links from the mainpage are clicked, these files will be loaded, so edit these to add your homework webpages. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/hw1/index.html b/hw1/index.html new file mode 100644 index 0000000..a7458a3 --- /dev/null +++ b/hw1/index.html @@ -0,0 +1,7 @@ + + + + + Homework 1 index.html here + + \ No newline at end of file diff --git a/hw2/index.html b/hw2/index.html new file mode 100644 index 0000000..13b7846 --- /dev/null +++ b/hw2/index.html @@ -0,0 +1,7 @@ + + + + + Homework 2 index.html here + + \ No newline at end of file diff --git a/hw3/index.html b/hw3/index.html new file mode 100644 index 0000000..c30176b --- /dev/null +++ b/hw3/index.html @@ -0,0 +1,7 @@ + + + + + Homework 3 index.html here + + \ No newline at end of file diff --git a/hw4/index.html b/hw4/index.html new file mode 100644 index 0000000..c1ca00c --- /dev/null +++ b/hw4/index.html @@ -0,0 +1,7 @@ + + + + + Homework 4 index.html here + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..3ca4f0d --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + +

CS184/284A Homework Webpages

+

+ Homework 1 +

+ Homework 2 +

+ Homework 3 +

+ Homework 4 + + + \ No newline at end of file