diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -4,9 +4,17 @@ This is the source code of my personal website: https://www.skreutz.com/. ## Usage +Build the static website generator. Note that ghc needs more than 4GB of memory +to build pandoc: + + $ cabal v2-clean + $ cabal v2-update + $ ulimit -d $((8*1024*1024)) + $ cabal v2-build + Print the help text of the custom static website generator: - $ cabal v2-run exe:site -- -h + $ cabal v2-run exe:site -- --help Serve a preview of the website at http://localhost:8080/: |