Skip to content

Commit d2f8651

Browse files
committed
separate 230-web
2 parents a4b1ccf + b0e049e commit d2f8651

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

README.md

+19-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
1-
Install Libraries
2-
--------------------
1+
Website for CSE230
2+
==================
33

4-
cabal install hakyll -fhighlighting pandoc
4+
5+
To build, make sure you install [stack](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md)
56

67

78
Build the site
89
--------------
910

10-
make all
11-
rebuilds the site (locally)
11+
To *build* the site locally into `_site/`:
12+
13+
```
14+
make
15+
```
1216

17+
To *delete* all temporary files:
18+
19+
```
1320
make clean
14-
nukes all the temporary files
21+
```
22+
23+
To *update* the webpage remotely (FIXME):
1524

25+
```
1626
make update
17-
updates the webpage on csefast
27+
```
28+
1829

1930

2031
Add new lectures or homeworks
@@ -36,8 +47,7 @@ The analogous instructions apply to create a new homework.
3647

3748
Todo
3849
----
50+
3951
Auto-generate Lectures and Homeworks (and the links)
4052
from directories.
4153

42-
43-

0 commit comments

Comments
 (0)