Table of Contents:
Gridsome starter based on the minimal styling. Content data is imported from Google Sheet using GraphQL. Vuetify CSS framework is used for styling
- Built with Vuetify CSS
- Responsive
- GraphQL
- Author pages
- Tags
- Categories
- Dynamic custom pages
- Pick a general purpose code editor -- VS Code from Microsoft
- Set up a workspace in your home path
- Learn some Markdown language to be used for content data page
- Use Gridsome as front end static site generator
- Use a Gridsome starter kit to set up your project
- Learn how Git work, and how it keep track of your change to the data
I recommend download VS Code from Microsoft
https://code.visualstudio.com/
Create workspace folder under your home path
mkdir workspace
cd workspace
You may be familiar with Markdown if you are familar with Python Jupyter notebooks
Learn Markdown in 30 minutes! Watch this https://www.youtube.com/watch?v=bTVIMt3XllM
Check out Gridsome awesome site feature: https://gridsome.org
Use YARN to install
yarn global add @gridsome/cli
cd workspace
gridsome create my-site https://github.com/hisgarden/gridsome-googlesheet
cd my-site
gridsome develop
Open your browser and type in:
This starter is based on:
Gridsome Headless CMS Tutorial With Google Sheets
Happy coding 🎉🙌