https://github.com/kingmob/cryogen-theme-lotus
An elegant and responsive theme for Cryogen
https://github.com/kingmob/cryogen-theme-lotus
cryogen theme
Last synced: about 1 year ago
JSON representation
An elegant and responsive theme for Cryogen
- Host: GitHub
- URL: https://github.com/kingmob/cryogen-theme-lotus
- Owner: KingMob
- License: gpl-3.0
- Created: 2017-03-28T02:34:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T20:46:52.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T20:43:47.103Z (about 1 year ago)
- Topics: cryogen, theme
- Language: CSS
- Size: 443 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lotus theme for Cryogen
An elegant and responsive theme bundled with the [Cryogen](http://cryogenweb.org/) static site generator. To see a demo, visit my site, [modulolotus.net](https://modulolotus.net).

## Dependencies
Requires `cryogen-core` >= 0.1.54.
## Install
As of version 0.3.0, Lotus is bundled with [Cryogen](http://cryogenweb.org). 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.
1. Change the `:theme` key to `"lotus"`.
2. Add `"themes/lotus/css"` to the `:sass-src` key. (Remember, all the Sass dirs should be in `[]`, like `["themes/lotus/css"]`.)
3. 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 `
` tags in your blog's name in `base.html` to make it look nicer.
---------------------------------------
Copyright © 2017 by Matthew Davidson