https://github.com/helloworld017/narukami
Rain clouds coming from far away let Ghost hear thunder
https://github.com/helloworld017/narukami
Last synced: 11 months ago
JSON representation
Rain clouds coming from far away let Ghost hear thunder
- Host: GitHub
- URL: https://github.com/helloworld017/narukami
- Owner: HelloWorld017
- License: mit
- Created: 2018-01-31T08:07:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T08:09:02.000Z (over 8 years ago)
- Last Synced: 2025-03-12T12:13:50.858Z (over 1 year ago)
- Language: CSS
- Size: 548 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Narukami: _A charm [ghost](https://ghost.org) theme_
[](https://ghost.org/)
[](https://github.com/if-Team/origami/releases)
[](https://github.com/if-Team/origami/releases)
[](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 update --recursive
$ npm install
$ npm run build --production
```
### Use it by downloading from releases
1. [Download origami](https://github.com/if-Team/origami/releases)
2. Upload to server.
3. Unzip and restart ghost. (If you didn't upload via ghost settings.)
4. Activate origami
### Disqus Integration
```html
(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);
})();
```
#### Comment Count Integration
```html
```
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
```html
.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;
}
```
Add this code to code injection settings and change font-family into your desired font.
## [Preview](https://blog.khinenw.tk)
### Desktop

### Mobile

## Copyright & License
Copyright (c) 2017 Ghost Foundation, if-Team - Released under the [MIT license](LICENSE).