Ver código fonte

unfuarked stuff for nix

master
Shaun Kerr 5 anos atrás
pai
commit
dc854d564f
2 arquivos alterados com 6 adições e 5 exclusões
  1. +1
    -0
      .gitignore
  2. +5
    -5
      README.md

+ 1
- 0
.gitignore Ver arquivo

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

+ 5
- 5
README.md Ver arquivo

@@ -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`


Carregando…
Cancelar
Salvar