瀏覽代碼

unfuarked stuff for nix

master
Shaun Kerr 5 年之前
父節點
當前提交
dc854d564f
共有 2 個文件被更改,包括 6 次插入5 次删除
  1. +1
    -0
      .gitignore
  2. +5
    -5
      README.md

+ 1
- 0
.gitignore 查看文件

@@ -23,3 +23,4 @@ cabal.project.local~
_site/
_cache/
Makefile
result

+ 5
- 5
README.md 查看文件

@@ -26,20 +26,20 @@ nix-shell --attr env rf.nix
Compile the generator

```
cabal build
```
nix-build rf.nix
```

Generate the site

```
cabal run site clean
cabal run site build
./result/site clean
./result/site build
```

And test it out

```
cabal run site watch
./result/site watch
```

The site will now be avaliable at `localhost:8000`


Loading…
取消
儲存