Origami: A fancy ghost theme
- To apply this theme, you should turn on public api setting in labs.
$ git clone https://github.com/if-Team/origami.git
$ git submodule init
$ git submodule update --recursive
$ npm install
$ npm run build --production
- Download origami
- Upload to server.
- Unzip and restart ghost. (If you didn't upload via ghost settings.)
- Activate origami
<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>
<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!
<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.
Copyright (c) 2017 Ghost Foundation, if-Team - Released under the MIT license.