cryogen-theme-lotus
cryogen-theme-lotus copied to clipboard
An elegant and responsive theme for Cryogen
Lotus theme for Cryogen
An elegant and responsive theme bundled with the Cryogen static site generator. To see a demo, visit my site, modulolotus.net.

Dependencies
Requires cryogen-core >= 0.1.54.
Install
As of version 0.3.0, Lotus is bundled with Cryogen. All that you need to do is change the :theme key in config.edn to lotus.
For Older Cryogen Versions
Either download or git clone the repository, and copy the lotus directory to the resources/templates/themes/ directory.
Next, edit your config.edn file. You will have to make 3 changes from the default behavior.
- Change the
:themekey to"lotus". - Add
"themes/lotus/css"to the:sass-srckey. (Remember, all the Sass dirs should be in[], like["themes/lotus/css"].) - Add
"themes/lotus/img"to the :resources key. (E.g.,["themes/lotus/img" "img"].)
Notes
The sidebar is designed for a narrow width. You may want to insert <br> tags in your blog's name in base.html to make it look nicer.
Copyright © 2017 by Matthew Davidson