Simple and Elegant personal theme for Ghost.
Uno Urban is a Simple and Elegant personal theme for Ghost.
You can see a demo in my own blog. Also check how styleguide looks.
It's the commercial version of my popular free Ghost theme Uno Zen.
Things that already existed:
This theme needs a DOM selector library. The library is not provided by the theme. Instead, you need to paste one into the Blog Footer
in the Code injection
of your Ghost installation:
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
You can use jQuery, but we recommend use Zepto, a lightweight jQuery alternative compatible with jQuery Plugins:
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.1.6/zepto.min.js"></script>
<script>jQuery = Zepto</script>
It should look like this: