All Projects → if-Team → origami

if-Team / origami

Licence: MIT license
Origami: a fancy ghost theme

Programming Languages

CSS
56736 projects
HTML
75241 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to origami

Editorial
A free, open source theme for Ghost
Stars: ✭ 164 (+645.45%)
Mutual labels:  ghost
Starter
A development starter theme for Ghost
Stars: ✭ 195 (+786.36%)
Mutual labels:  ghost
filisantillan.com
My official site
Stars: ✭ 16 (-27.27%)
Mutual labels:  ghost
Steam
A clean and minimal theme for Ghost.
Stars: ✭ 170 (+672.73%)
Mutual labels:  ghost
Eleventy Starter Ghost
A starter template to build websites with Ghost & Eleventy
Stars: ✭ 187 (+750%)
Mutual labels:  ghost
London
A free, open source theme for Ghost
Stars: ✭ 212 (+863.64%)
Mutual labels:  ghost
Massively
A free, open source theme for Ghost
Stars: ✭ 160 (+627.27%)
Mutual labels:  ghost
ghostfire
We use this docker image to host Ghost websites at FirePress 🔥📰. See live demos at play-with-ghost.com
Stars: ✭ 20 (-9.09%)
Mutual labels:  ghost
Fizzy Theme
🥤A tasty blogging theme for Ghost.
Stars: ✭ 194 (+781.82%)
Mutual labels:  ghost
Easter Egg Collection
🐰 A funny library for tricking your colleagues.
Stars: ✭ 249 (+1031.82%)
Mutual labels:  ghost
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (+700%)
Mutual labels:  ghost
X Ray
Visual debugger for your HTML, executable via a bookmark
Stars: ✭ 188 (+754.55%)
Mutual labels:  ghost
Ghost Android
🤖 Ghost for Android
Stars: ✭ 215 (+877.27%)
Mutual labels:  ghost
Awesome Static Hosting And Cms
A collection of awesome static hosting & CMS providers
Stars: ✭ 163 (+640.91%)
Mutual labels:  ghost
ghost-wbkd
A ghost/journey theme.
Stars: ✭ 101 (+359.09%)
Mutual labels:  ghost
Abc
Free theme for your Ghost blog
Stars: ✭ 162 (+636.36%)
Mutual labels:  ghost
Action Deploy Theme
Deploy your Ghost theme with Github Actions
Stars: ✭ 197 (+795.45%)
Mutual labels:  ghost
ghost-theme-casperion
Casperion is a free Ghost theme. Casperion is based upon original Ghost theme Casper with some minor modifications and extensions.
Stars: ✭ 27 (+22.73%)
Mutual labels:  ghost
Asgar
A two-column, clean and minimalist theme for @TryGhost
Stars: ✭ 22 (+0%)
Mutual labels:  ghost
Mnml Ghost Theme
A minimal, responsive, fast ghost blog theme with great typography. Comes with paid membership support, Disqus comments, syntax highlighting, and KaTeX for mathematics, and more.
Stars: ✭ 235 (+968.18%)
Mutual labels:  ghost

Origami: A fancy ghost theme

Ghost version Ghost version Github All Releases Release Version License

Warning

  • To apply this theme, you should turn on public api setting in labs.

Usage

Use it by cloning

$ git clone https://github.com/if-Team/origami.git
$ git submodule init
$ git submodule update --recursive
$ npm install
$ npm run build --production

Use it by downloading from releases

  1. Download origami
  2. Upload to server.
  3. Unzip and restart ghost. (If you didn't upload via ghost settings.)
  4. Activate origami

Disqus Integration

<script>
    (function() { // DON'T EDIT BELOW THIS LINE
        var d = document, s = d.createElement('script');
        s.src = '//EXAMPLE.disqus.com/embed.js';
        s.setAttribute('data-timestamp', +new Date());
        (d.head || d.body).appendChild(s);
    })();
</script>

Comment Count Integration

<script id="dsq-count-scr" src="//EXAMPLE.disqus.com/count.js" async></script>

In code injection settings, please add these things and change EXAMPLE to your disqus site name. You can get this code on admin tab of disqus, too!

Changing font

<style>
.site-footer, .pagination, .page-number,
h1, h2, h3, h4, h5, h6, button,
.main-nav a, .nav-title, .nav-link span,
.subscribe-button, .page-title {
    font-family: 'Title font here', sans-serif;
}

.gh-subscribe-rss,
body, textarea, select, input,
.nav-desc, .page-description,
.post-meta,
.author-profile .author-meta,
.read-next-story .post:before {
    font-family: 'Content font here', sans-serif;
}

code, tt, pre, kbd, samp {
    font-family: 'Code font here', monospace;
}
</style>

Add this code to code injection settings and change font-family into your desired font.

Preview

Desktop

Desktop Preview

Mobile

Mobile Preview

Copyright & License

Copyright (c) 2017 Ghost Foundation, if-Team - Released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].