Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forestryio/portfolio-vuepress
Vuepress portfolio
https://github.com/forestryio/portfolio-vuepress
blog forestry netlify portfolio theme vuejs vuepress
Last synced: about 20 hours ago
JSON representation
Vuepress portfolio
- Host: GitHub
- URL: https://github.com/forestryio/portfolio-vuepress
- Owner: forestryio
- Created: 2018-08-07T13:06:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T07:25:17.000Z (over 1 year ago)
- Last Synced: 2024-08-02T12:52:15.572Z (3 months ago)
- Topics: blog, forestry, netlify, portfolio, theme, vuejs, vuepress
- Language: Vue
- Homepage: https://vuepress-portfolio.netlify.com/
- Size: 9.48 MB
- Stars: 193
- Watchers: 10
- Forks: 71
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - forestryio/portfolio-vuepress - Vuepress portfolio (vuejs)
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.[![Import this project into Forestry](https://assets.forestry.io/import-to-forestryK.svg)](https://app.forestry.io/quick-start?repo=forestryio/portfolio-vuepress&provider=github&engine=vuepress)