summaryrefslogtreecommitdiff
path: root/README.md
blob: 2481d1acd3ef6296179b67e643de71669bd3dd4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# skreutz-dot-com

This is the source code of my personal website: https://www.skreutz.com/.

## Usage

Print the help text of the custom static website generator:

    $ stack run -- -h

Serve a preview of the website at http://localhost:8080/:

    $ stack run -- clean
    $ stack run -- watch

Deploy the website:

    $ stack run -- deploy

## Credits

Built with [Hakyll](https://jaspervdj.be/hakyll/) and [Pandoc](https://pandoc.org/).
Generated by cgit. See skreutz.com for my tech blog and contact information.