Liking cljdoc? Tell your friends :D

Shell Page (generator)

Clojars Project

Simple script for rendering index.html from configs.

Usage

[mvc-works/shell-page "0.1.9"]
(def app-html "<div>SSR rendered</div>")

(def configs {:title "A title"
              :icon "http://icon-url.png"
              :ssr "respo-ssr"
              :styles ["main.css"]
              :inline-styles [".app{color: #ddd;}"]
              :scripts ["main.js"]
              :inline-html ""
              :append-html ""
              :viewport "width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"})

(shell-page.core/make-page app-html configs) ; returns string of html

License

MIT

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close