Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsnwa/gridsome-forestry-starter
Gridsome starter kit with Forestry (CMS)
https://github.com/itsnwa/gridsome-forestry-starter
blog forestry forestry-starter gridsome netlify portfolio starter template theme
Last synced: 2 days ago
JSON representation
Gridsome starter kit with Forestry (CMS)
- Host: GitHub
- URL: https://github.com/itsnwa/gridsome-forestry-starter
- Owner: itsnwa
- License: mit
- Created: 2019-01-03T21:54:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:28:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T21:34:58.472Z (7 days ago)
- Topics: blog, forestry, forestry-starter, gridsome, netlify, portfolio, starter, template, theme
- Language: Vue
- Homepage: https://gridsome-forestry.netlify.com
- Size: 14.4 MB
- Stars: 137
- Watchers: 3
- Forks: 84
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gridsome - gridsome-forestry-starter - Portfolio/blog with forestry. (Uncategorized / Uncategorized)
- awesome-starred - itsnwa/gridsome-forestry-starter - Gridsome starter kit with Forestry (CMS) (others)
README
Gridsome x Forestry
A starter-kit by Nichlas W. Andersen
## Development
```bash
# install Gridsome globally
npm install --global @gridsome/cli# cd into the project directory
cd gridsome-forestry-starter# install dependencies
npm install# Start local dev server
npm run develop
```## Forestry (Content Management)
This project has been pre-configured to work with Forestry, just import your repository ✨
Any changes you make will be commited back to the repo, and deployed if you're using Netlify.## Deploy with Netlify
Import your site in Netlify
1. Create a new site in Netlify and import your repository.
2. Set the build command to: `gridsome build`
3. Set the publish directory to: `dist`That's it, now your site gets deployed automatically on `git push` or when saving documents from Forestry.