Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loke-dev/gridsome-starter-resume
💾 Gridsome starter resume with bootstrap
https://github.com/loke-dev/gridsome-starter-resume
gridsome hacktoberfest portfolio resume starter template vue
Last synced: 1 day ago
JSON representation
💾 Gridsome starter resume with bootstrap
- Host: GitHub
- URL: https://github.com/loke-dev/gridsome-starter-resume
- Owner: loke-dev
- Created: 2019-05-12T12:49:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T20:33:05.000Z (about 3 years ago)
- Last Synced: 2024-10-31T08:37:23.717Z (9 days ago)
- Topics: gridsome, hacktoberfest, portfolio, resume, starter, template, vue
- Language: Vue
- Homepage: https://gridsome-starter-resume.loke.dev
- Size: 2.02 MB
- Stars: 15
- Watchers: 1
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gridsome - gridsome-starter-resume - Portfolio with bootstrap. (Uncategorized / Uncategorized)
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/c6a0b67d-7f94-4676-acd9-03ad7716ee98/deploy-status)](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
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](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 🎉🙌