|
|
7 years ago | |
|---|---|---|
| css | 9 years ago | |
| images | 9 years ago | |
| posts | 8 years ago | |
| stuff | 9 years ago | |
| talks | 9 years ago | |
| templates | 9 years ago | |
| .gitignore | 9 years ago | |
| README.md | 7 years ago | |
| about.md | 9 years ago | |
| my-site.cabal | 9 years ago | |
| resume_jmelesky.pdf | 9 years ago | |
| site.hs | 9 years ago | |
| stack.yaml | 9 years ago | |
| stuff.md | 9 years ago | |
| talks.md | 9 years ago | |
| work.md | 9 years ago |
Yeah, yeah, some documentation.
This is written in Hakyll.
From scratch:
apt install haskell-stack. It's an older version, but it worksstack build --install-ghc
apt install libz-devstack exec site build_siteIf you add a page (blog post or whatnot):
stack exec site build
If you make a change to site.hs:
stack build
stack exec site rebuild
Honestly, you can use rebuild all the time if you want to, but it will be a little longer -- it deletes _site and builds it from scratch.