Add Lotus theme to Cryogen (#153)
* Update for some CSS/Sass inconsistencies
Created “css” dir, with example CSS and Sass files inside, and added it to :resources list.
Removed :sass-dest key from config (should still work with old cryogen-core, since it’ll default to “css” if missing) - pucoming cryogen-core changes always compile Sass to same directory
Updated docs to remove :sass-dest
* Added Lotus theme
* Made img links relative
Fixed bug in title tag
* Made weird hack to split blog title with <br>'s, since Selmer has no way to split strings, and I don't have a good way to add a custom filter in a theme...
* Fixed missing menu opening behavior
Updated image URLs to handle blog prefix
Removed hacky way of tightening blog title text
* Added config.edn for Lotus theme
Added README with installation instructions on changing the logo and social media links
* Fixed minor typo in Lotus theme README