Git Product home page Git Product logo

uno-zen's Introduction

Uno Zen for Ghost

Last version Build Status Ghost version Node version Donate

Minimalist and Elegant theme for Ghost.


Introduction

Uno Zen is a fork of Uno for Ghost that provides some features missing in the original theme.

Whats is new in 2.x

  • Totally rewritten using HTML5 and CSS3.
  • Improved development workflow with gulp + browersync.
  • Improved responsive and mobile experience.
  • Improved SEO Content with meta tags.

Things that already existed:

  • A good 404 page error.
  • Search support.
  • Multiaccount support.
  • Loading progress state for each page.
  • Estimation about the time of reading.

You can see a demo in my own blog. Also you can check the styleguide to view how it looks.

Installation

Please ensure that git and curl is installed on your machine.

Enter the theme folder (content/themes) of your Ghost installation and paste the following command:

$ curl -sSL http://git.io/vcIHr | sh

Setup

This theme needs a DOM selector library. The library is not provided by the theme. Instead, you need to inject from 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:

Update

One objective of this project is to adopt an effective policy to have the latest version of the theme all the time. We have divided this process into two steps:

Update your current version

Make sure you're in the uno-zen directory. Then run:

$ sh scripts/update.sh

That's all!

Receive a mail notification when a new version is available

Stay tuned for new releases with this IFTTT recipe:



Development and Customization

See in Documentation.

Showcase



.. and many, many more. See all!.

Related

  • Bloggy โ€“ Branding theme for Ghost.

License

MIT ยฉ Kiko Beats

uno-zen's People

Contributors

kikobeats avatar foorb avatar rreverser avatar alexlovescoding avatar apolikamixitos avatar devillecodes avatar kutyel avatar waja avatar manrueda avatar jcdenton avatar

Watchers

Christopher Moura avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.