|
|
há 7 anos atrás | |
|---|---|---|
| css | há 9 anos atrás | |
| images | há 9 anos atrás | |
| posts | há 8 anos atrás | |
| stuff | há 9 anos atrás | |
| talks | há 9 anos atrás | |
| templates | há 7 anos atrás | |
| .gitignore | há 9 anos atrás | |
| README.md | há 7 anos atrás | |
| about.md | há 9 anos atrás | |
| my-site.cabal | há 9 anos atrás | |
| resume_jmelesky.pdf | há 7 anos atrás | |
| site.hs | há 9 anos atrás | |
| stack.yaml | há 9 anos atrás | |
| stuff.md | há 9 anos atrás | |
| talks.md | há 9 anos atrás | |
| work.md | há 9 anos atrás |
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.
All you need is stack exec site watch.
On the current Rimu VM (as of mid-2018):
cd code/pdorg_site
git pull; stack exec site rebuild
As above, if you make a change to the site.hs, you'll instead want:
cd code/pdorg_site
git pull
stack build
stack exec site rebuild