https://github.com/lss233/ghost-futureimperfect
A free, open source theme for Ghost.
https://github.com/lss233/ghost-futureimperfect
Last synced: 7 months ago
JSON representation
A free, open source theme for Ghost.
- Host: GitHub
- URL: https://github.com/lss233/ghost-futureimperfect
- Owner: lss233
- License: other
- Created: 2019-02-08T15:24:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T01:31:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T07:57:01.923Z (9 months ago)
- Language: CSS
- Size: 2.38 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [WIP] Future Imperfect - Ghost theme
This theme is originally created by [@ajlkn](https://twitter.com/ajlkn) for [HTML5 UP](https://html5up.net/), and ported to [Ghost](https://ghost.org/).
Demo: [https://blog.lss233.com](https://blog.lss233.com)

# Settings
This theme contains some personal information.
## Disqus
Located in `post.hbs`, around line `67`, change the `s.src` value to your own value.## User feeds
Located in `partials/user-feeds.hbs`, around line `121` to `125`, you will see:
```
server: 'https://lss233.com/feeds.php',
twitter: 'lss233_',
instagram: 'lss233_',
github: 'lss233',
ncm: '317570664'
```
The `server` point to my service, which is a simple php file that fetchs the RSS infomation.
You can that address so far.
Change those values to your username. If you don't have one, just delete it.
The `ncm` is a `Netease Cloud Music` user id.# Known Issues
1. The theme is still working in progress, I haven't finish these pages:
* `author.hbs`
* `tags.hbs`
The pages above are using one of my another theme [Alpha](https://github.com/lss233/Ghost-Alpha) so far.
2. Site logo cannot show up as expect.# Copyright & License
Copyright (c) 2013-2019 [HTML5 UP](https://htmlup.net) & [Lss233](https://lss233.com) - This theme is licensed under both the [MIT and Creative Commons Attribution 3.0](LICENSE). Please note that the terms of the Creative Commons license require that you maintain the footer attribution to freely use this theme.