https://github.com/millsoft/portfolio-vuepress
https://github.com/millsoft/portfolio-vuepress
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/millsoft/portfolio-vuepress
- Owner: millsoft
- Created: 2019-12-21T21:13:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-21T21:20:51.000Z (over 6 years ago)
- Last Synced: 2025-03-01T00:56:38.479Z (over 1 year ago)
- Language: Vue
- Size: 8.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
# Start local dev server
vuepress dev portfolio
```
## Build
```bash
# Build static files to .vuepress/dist
vuepress build portfolio
```
## 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)