https://github.com/devboyarif/gridsome-starter-resume
https://github.com/devboyarif/gridsome-starter-resume
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devboyarif/gridsome-starter-resume
- Owner: devboyarif
- Created: 2021-03-25T17:40:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T17:40:38.000Z (about 5 years ago)
- Last Synced: 2025-01-13T23:29:12.885Z (over 1 year ago)
- Language: Vue
- Size: 489 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/gridsome-starter-resume/deploys)
# Gridsome starter resume
This is a starter project for Gridsome that helps you set up a resume quick and easy. It utilizes Bootstrap that is well known for powerful styling and layout.
### Demo
[https://gridsome-starter-resume.loke.dev](https://gridsome-starter-resume.loke.dev)
### Features
This starter project includes some of the latest powerful technologies.
- **Gridsome -** Vue.js & GraphQL powered framework genrating static files.
- **Bootstrap & Bootstrap Vue -** Powerful styling and layout with styled Vue components.
- **SASS -** Professional grade CSS extension with many features.
- **Google Analytics -** Just add your tracking ID in the config.
- **Sitemap generator -** Automatically generates a sitemap.xml file.
### Getting started
[](https://app.netlify.com/start/deploy?repository=https://github.com/LokeCarlsson/gridsome-starter-resume)
**or manually follow the guide below**
If you haven't already installed Gridsome CLI: `npm install --global @gridsome/cli`
1. `gridsome create my-gridsome-site https://github.com/LokeCarlsson/gridsome-starter-resume.git`
2. `cd my-gridsome-site` to open folder
3. `yarn dev` to start local dev server at `http://localhost:8080`
4. Happy hacking 🎉🙌