File tree 1 file changed +19
-9
lines changed
1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change 1
- Install Libraries
2
- --------------------
1
+ Website for CSE230
2
+ ==================
3
3
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 )
5
6
6
7
7
8
Build the site
8
9
--------------
9
10
10
- make all
11
- rebuilds the site (locally)
11
+ To * build* the site locally into ` _site/ ` :
12
+
13
+ ```
14
+ make
15
+ ```
12
16
17
+ To * delete* all temporary files:
18
+
19
+ ```
13
20
make clean
14
- nukes all the temporary files
21
+ ```
22
+
23
+ To * update* the webpage remotely (FIXME):
15
24
25
+ ```
16
26
make update
17
- updates the webpage on csefast
27
+ ```
28
+
18
29
19
30
20
31
Add new lectures or homeworks
@@ -36,8 +47,7 @@ The analogous instructions apply to create a new homework.
36
47
37
48
Todo
38
49
----
50
+
39
51
Auto-generate Lectures and Homeworks (and the links)
40
52
from directories.
41
53
42
-
43
-
You can’t perform that action at this time.
0 commit comments