Built with basic components from Vuetify for a blog. Run as you would any gridsome project.
Customize to your liking. Started with one Article Markdown collection located at articles/**/*.md
Post an issue for any questions/comments/requests!
This starter is configured to use FontAwesome Icons, rather than the default Material Design Icons.
Preview this starter here:
https://festive-lalande-6eaf50.netlify.com/
This starter is driven by some data yaml files located in the data
folder. You can edit these files to add your own or change the template as needed to match your own data file.
This is the project you get when you run gridsome create new-project
.
npm install --global @gridsome/cli
gridsome create my-gridsome-site
to install default startercd my-gridsome-site
to open the foldergridsome develop
to start a local dev server athttp://localhost:8080
- Happy coding 🎉🙌