{"id":13467450,"url":"https://github.com/Kikobeats/uno-zen","last_synced_at":"2025-03-26T02:31:26.480Z","repository":{"id":25381221,"uuid":"28809534","full_name":"Kikobeats/uno-zen","owner":"Kikobeats","description":"Minimalist and Elegant theme for Ghost. Demo @ https://kikobeats.com","archived":true,"fork":false,"pushed_at":"2019-05-12T10:56:08.000Z","size":4223,"stargazers_count":872,"open_issues_count":26,"forks_count":282,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-10-29T21:54:10.241Z","etag":null,"topics":["ghost","theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kikobeats.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-05T11:16:12.000Z","updated_at":"2024-09-14T13:39:35.000Z","dependencies_parsed_at":"2022-08-24T04:40:45.493Z","dependency_job_id":null,"html_url":"https://github.com/Kikobeats/uno-zen","commit_stats":null,"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kikobeats%2Funo-zen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kikobeats%2Funo-zen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kikobeats%2Funo-zen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kikobeats%2Funo-zen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kikobeats","download_url":"https://codeload.github.com/Kikobeats/uno-zen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245576529,"owners_count":20638125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ghost","theme"],"created_at":"2024-07-31T15:00:56.623Z","updated_at":"2025-03-26T02:31:26.024Z","avatar_url":"https://github.com/Kikobeats.png","language":"CSS","funding_links":["https://paypal.me/kikobeats"],"categories":["CSS","others"],"sub_categories":[],"readme":"# Uno Zen for Ghost\n\n![Last version](https://img.shields.io/github/tag/Kikobeats/uno-zen.svg?style=flat-square)\n[![Build Status](http://img.shields.io/travis/Kikobeats/uno-zen/master.svg?style=flat-square)](https://travis-ci.org/Kikobeats/uno-zen)\n![Ghost version](https://img.shields.io/badge/Ghost-1.x-brightgreen.svg?style=flat-square)\n![Node version](https://img.shields.io/node/v/uno-zen.svg?style=flat-square)\n[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](https://paypal.me/kikobeats)\n\n\u003e Minimalist and Elegant theme for Ghost.\n\n**NOTE**: Commercial version is available as [Uno Urban](https://sellfy.com/p/G5kK).\n\n[\u003cimg src=\"http://i.imgur.com/LCSB4Ca.jpg\"\u003e](http://kikobeats.com)\n\n- [Uno Zen for Ghost](#uno-zen-for-ghost)\n  * [Introduction](#introduction)\n    + [Whats is new in 2.x](#whats-is-new-in-2x)\n  * [Installation](#installation)\n  * [Update](#update)\n    + [Update your current version](#update-your-current-version)\n    + [Receive a mail notification when a new version is available](#receive-a-mail-notification-when-a-new-version-is-available)\n  * [Development and Customization](#development-and-customization)\n  * [Showcase](#showcase)\n  * [Related](#related)\n  * [License](#license)\n\n---\n\n## Introduction\n\n**Uno Zen** is a theme for Ghost inspired in [Uno](https://github.com/daleanthony/Uno) but providing a set of missing features in the original theme that are aligned with minimalist design style.\n\n### Whats is new in 2.x\n\n- Totally rewritten using HTML5 and CSS3.\n- Improved development workflow with gulp + browersync.\n- Improved responsive and mobile experience.\n- Improved SEO Content with meta tags.\n\nThings that already existed:\n\n- A good [404 page error](http://kikobeats.com/404).\n- Search support.\n- Multiaccount support.\n- Loading progress state for each page.\n- Estimation about the time of reading.\n\nYou can see a [demo](http://kikobeats.com) in my own blog. Also you can check the [styleguide](http://kikobeats.com/styleguide) to view how it looks.\n\n## Installation\n\nPlease ensure that `git` and `curl` is installed on your machine.\n\nEnter the theme folder (`content/themes`) of your Ghost installation and paste the following command:\n\n```bash\n$ curl -sSL http://git.io/vcIHr | sh\n```\n\n### Alternative installation (to enable deployment to remote server):\n\nRun the above command inside a temporary folder.\n\nDelete the `.git` folder inside the `uno-zen` folder.\n\nCopy and paste the `uno-zen` folder into the theme folder (`content/themes`).\n\nThis will add a static copy of the theme to your blog's git repository and allow changes to be tracked by git.\n\n## Setup\n\nThis 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:\n\n```html\n\u003cscript type=\"text/javascript\" src=\"https://code.jquery.com/jquery-1.11.3.min.js\"\u003e\u003c/script\u003e\n```\n\nYou can use jQuery, but we recommend use [Zepto](https://github.com/madrobby/zepto), a lightweight jQuery alternative compatible with jQuery Plugins:\n\n```html\n\u003cscript type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/zepto/1.1.6/zepto.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003ejQuery = Zepto\u003c/script\u003e\n```\n\nIt should look like this:\n\n![](http://i.imgur.com/xUXdFeH.png)\n\n## Update\n\nOne 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:\n\n\n### Update your current version\n\nMake sure you're in the uno-zen directory. Then run:\n\n```bash\n$ sh scripts/update.sh\n```\n\nThat's all!\n\n### Receive a mail notification when a new version is available\n\nStay tuned for new releases with this [IFTTT recipe](https://ifttt.com/recipes):\n\n\u003cdiv align=\"center\"\u003e\n\u003ca target=\"blank\" href=\"https://ifttt.com/recipes/330382-uno-zen-new-release-send-me-an-email\"\u003e\u003cimg src=\"http://i.imgur.com/sbl8YiZ.png\"\u003e\u003c/a\u003e\n\u003c/br\u003e\n\u003c/br\u003e\n\u003c/div\u003e\n\n## Development and Customization\n\nSee in [Documentation](https://github.com/Kikobeats/uno-zen/blob/master/DOCUMENTATION.md).\n\n## Showcase\n\n\u003cdiv align=\"center\"\u003e\n\u003ca target=\"blank\" href=\"http://kikobeats.com\"\u003e\u003cimg src=\"http://i.imgur.com/crE8jt2.png\"\u003e\u003c/a\u003e\n\u003ca target=\"blank\" href=\"http://www.evilsocket.net\"\u003e\u003cimg src=\"http://i.imgur.com/qanAbQf.png\"\u003e\u003c/a\u003e\n\u003ca target=\"blank\" href=\"http://pupboss.com\"\u003e\u003cimg src=\"http://i.imgur.com/0AeVKgB.png\"\u003e\u003c/a\u003e\n\u003ca target=\"blank\" href=\"http://robinz.in\"\u003e\u003cimg src=\"http://i.imgur.com/qDAbrch.jpg\" /\u003e\u003c/a\u003e\n\u003c/br\u003e\n\u003c/br\u003e\n.. and many, many more. \u003ca href=\"https://github.com/Kikobeats/uno-zen/blob/master/SHOWCASE.md\"\u003eSee all\u003c/a\u003e!.\n\u003c/div\u003e\n\n\n## Related\n\n* [Uno Urban](https://kikobeats.github.io/uno-urban) – Commercial version of Uno Zen.\n* [Bloggy](https://github.com/Kikobeats/bloggy#bloggy-for-ghost) – Brand theme for Ghost.\n\n## License\n\nMIT © [Kiko Beats](kikobeats.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKikobeats%2Funo-zen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKikobeats%2Funo-zen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKikobeats%2Funo-zen/lists"}