https://github.com/danielcornock/vuepress-portfolio
https://github.com/danielcornock/vuepress-portfolio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielcornock/vuepress-portfolio
- Owner: danielcornock
- Created: 2020-05-19T17:38:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T03:04:05.000Z (about 2 years ago)
- Last Synced: 2025-04-21T08:13:52.384Z (about 1 year ago)
- Language: Vue
- Size: 8.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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)