unfuarked stuff for nix
This commit is contained in:
parent
bfa4e4fd6a
commit
dc854d564f
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ cabal.project.local~
|
|||||||
_site/
|
_site/
|
||||||
_cache/
|
_cache/
|
||||||
Makefile
|
Makefile
|
||||||
|
result
|
||||||
|
10
README.md
10
README.md
@ -26,20 +26,20 @@ nix-shell --attr env rf.nix
|
|||||||
Compile the generator
|
Compile the generator
|
||||||
|
|
||||||
```
|
```
|
||||||
cabal build
|
nix-build rf.nix
|
||||||
```
|
```
|
||||||
|
|
||||||
Generate the site
|
Generate the site
|
||||||
|
|
||||||
```
|
```
|
||||||
cabal run site clean
|
./result/site clean
|
||||||
cabal run site build
|
./result/site build
|
||||||
```
|
```
|
||||||
|
|
||||||
And test it out
|
And test it out
|
||||||
|
|
||||||
```
|
```
|
||||||
cabal run site watch
|
./result/site watch
|
||||||
```
|
```
|
||||||
|
|
||||||
The site will now be avaliable at `localhost:8000`
|
The site will now be avaliable at `localhost:8000`
|
||||||
|
Loading…
Reference in New Issue
Block a user