https://github.com/toddbirchard/gatsby-ghost-tokyo
👻 🗼 ✨ Minimalist Ghost theme emphasizing readability, load times, and customization.
https://github.com/toddbirchard/gatsby-ghost-tokyo
gatsby gatsbyjs ghost graphql netlify nodejs react static-site static-site-generator
Last synced: 14 days ago
JSON representation
👻 🗼 ✨ Minimalist Ghost theme emphasizing readability, load times, and customization.
- Host: GitHub
- URL: https://github.com/toddbirchard/gatsby-ghost-tokyo
- Owner: toddbirchard
- License: mit
- Created: 2019-08-13T18:39:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T10:55:07.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T23:11:19.540Z (about 1 month ago)
- Topics: gatsby, gatsbyjs, ghost, graphql, netlify, nodejs, react, static-site, static-site-generator
- Language: JavaScript
- Homepage:
- Size: 5.9 MB
- Stars: 18
- Watchers: 0
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tokyo: GatsbyJS Ghost Theme
[](https://app.netlify.com/sites/sleepy-shirley-d61a1e/deploys)





[](https://github.com/toddbirchard/gatsby-ghost-tokyo/issues)
[](https://github.com/toddbirchard/gatsby-ghost-tokyo/stargazers)
[](https://github.com/toddbirchard/gatsby-ghost-tokyo/network)Ghost theme suitable for creators focused on quality content. Lightweight yet tasteful collection of features intended to elevate authors. Live preview can be seen here: https://toddbirchard.com

## About
**Tokyo** is a minimalist Ghost theme emphasizing readability, load times, and customization. Stays true to a philosophy of simplicity while expanding on Ghost features to elevate authors.
### Features
- Responsive layout
- Featured hero pages
- Related articles widget
- Twitter widget
- Tag cloud widget
- Author widget## Getting Started
### Installation
The easiest way to install is by using [gatsby-cli](https://www.npmjs.com/package/gatsby-cli):
```bash
$ gatsby new gatsby-starter-ghost https://github.com/toddbirchard/gatsby-ghost-tokyo.git
```Otherwise the repo can be initiated as any other Gatsby app:
```bash
$ git clone https://github.com/toddbirchard/gatsby-ghost-tokyo.git
$ cd gatsby-starter-ghost
$ npm install
$ gatsby develop
```This theme will source from toddbirchard.com by default; you'll need to edit the `.ghost.json` config file with your own credentials to source content. Create an "integration" in your Ghost CMS, and change the `apiUrl` and `contentApiKey` values of `.ghost.json` to match those generated by your integration.
**Templates:**
- `index.js` - Home page
- `post.js` - Individual posts
- `page.js` - Standalone pages
- `tag.js` - Tag archives
- `author.js` - Author archives**Widgets**
- Twitter timeline
- Tags
- Social
- Related posts## Roadmap
This theme is still in active development.
### Upcoming changes
- Github profile widget
- LESS refactor
- Additional widget options
- Speed optimizations
- Documentation-----
This theme and all publically-visible repositories are free of charge. If you find this project to be helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards improving these projects.