Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclectic-coding/gridsome-starter-ghost
https://github.com/eclectic-coding/gridsome-starter-ghost
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclectic-coding/gridsome-starter-ghost
- Owner: eclectic-coding
- License: mit
- Created: 2020-07-18T14:42:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T01:59:23.000Z (about 2 years ago)
- Last Synced: 2024-12-01T12:07:35.738Z (26 days ago)
- Language: Vue
- Size: 3.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gridsome Blog Starter
> A simple, hackable & minimalistic starter for Gridsome that uses Ghost as a remote Headless CMS for content.
## Features
- Beautiful and simple design.
- Ghost for content.
- Tags support.
- Pagination setup already.
- Author pages support.
- Dark / Light toggle.
- CSS variables, SCSS & BEM for styling.
- 100, 100, 100, 100 score on Google Lighthouse.## Install
### 1. Install Gridsome CLI tool if you don't have
`npm install --global @gridsome/cli`
### 2. Install this starter
1. `gridsome create my-gridsome-site https://github.com/gridsome/gridsome-starter-blog.git`
2. `cd my-gridsome-site` to open folder### 3. Setup Ghost
DescriptionLocal Ghost
**Setup Ghost for Starter**
### 4. Start Development Server
1. `gridsome develop` to start local dev server at `http://localhost:8080`
2. Happy coding 🎉🙌