https://github.com/obaaa8/portfolio
https://github.com/obaaa8/portfolio
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/obaaa8/portfolio
- Owner: obaaa8
- Created: 2019-09-19T15:19:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T03:04:03.000Z (about 1 year ago)
- Last Synced: 2025-01-20T12:08:39.377Z (4 months ago)
- Language: Vue
- Size: 9.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
VuePress Portfolio
VuePress site with portfolio and blogging pages
ready to deploy, and configured for Forestry (Content Management)
## Development
```bash
# install VuePress locally
npm i -g vuepress# cd into the VuePress directory
cd portfolio# Start local dev server
vuepress dev
```## Build
```bash
# Build static files to .vuepress/dist
vuepress build
```## 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: `npm run site:build`
3. Set the publish directory to `portfolio/.vuepress/dist`That's it, now your site gets deployed automatically on `git push`
## 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.[](https://app.forestry.io/quick-start?repo=forestryio/portfolio-vuepress&provider=github&engine=vuepress)