-
Notifications
You must be signed in to change notification settings - Fork 0
Scala Static Site Generators
raisercostin edited this page Aug 4, 2017
·
1 revision
- articles in markdown
Aspects that should be investigated
- scala
- template engine
- twril?
- scala functions?
- how you generate
- compilation? might need sbt or maven
Best is lagom.
- twril
- needs compile of templates (needed if you want type safety)
- scalatex
- identation matter
Top: https://www.staticgen.com/
- https://github.com/denisftw/s2gen
- scalatext
- twirl (now relased in playframework)
- punch - site publishing
- http://laktek.github.io/punch/ - nodejs
- Soapbox - via sbt plugin started from SPublisher
- https://github.com/arnolddevos/Soapbox
- https://github.com/arnolddevos/SPublisher (old continued by Soapbox)
- Monkeyman - similar to Middleman
- Lagom sample
- http://scalate.github.io/scalate/documentation/mustache.html#features
- http://laktek.github.io/punch/
- scala code generation http://yefremov.net/blog/scala-code-generation/