I am making a project for static sites (blog-like for now) in pure Scala. No templates language etc. For rendering a Scala object to file I’m using sbt-hepek. Currently, I have a trait hierarchy with settings that I pass to children pages. Then they override them as needed: /// core project // settings, prefixed withRead more