diff options
author | Stefan Kreutz <mail@skreutz.com> | 2021-01-10 01:29:27 +0100 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2021-01-10 01:34:13 +0100 |
commit | 52c8a0966bc32f6256f092a54a7e9965ea95f996 (patch) | |
tree | abec276f16a4f39279a3f09fa5f97a75bd6780be /README.md | |
parent | 2d9cbdd20fbf874f950dab167c18088f3fa638fb (diff) | |
download | blog-52c8a0966bc32f6256f092a54a7e9965ea95f996.tar |
Build with cabal
Change setup to build site with cabal version 2.4 and ghc version 8.6.4
on OpenBSD 6.8.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,16 +6,16 @@ This is the source code of my personal website: https://www.skreutz.com/. Print the help text of the custom static website generator: - $ stack run -- -h + $ cabal v2-run exe:site -- -h Serve a preview of the website at http://localhost:8080/: - $ stack run -- clean - $ stack run -- watch + $ cabal v2-run exe:site -- clean + $ cabal v2-run exe:site -- watch Deploy the website: - $ stack run -- deploy + $ cabal v2-run exe:site -- deploy ## Credits |