Skip to content

xuefei1313/portfolio-vuepress

This branch is 33 commits behind forestryio/portfolio-vuepress:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Nichlas Wærnes Andersen
Jul 11, 2019
b72820b · Jul 11, 2019
Mar 13, 2019
Sep 20, 2018
Sep 20, 2018
Oct 5, 2018
Mar 13, 2019

Repository files navigation

VuePress Portfolio

VuePress site with portfolio and blogging pages
ready to deploy, and configured for Forestry (Content Management)

Development

# install VuePress locally
npm i -g vuepress

# cd into the VuePress directory
cd portfolio

# Start local dev server
vuepress dev

Build

# 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.

Import this project into Forestry

Releases

No releases published

Packages

No packages published

Languages

  • Vue 97.3%
  • JavaScript 2.7%