- install it locally [installing]
- add some markdown posts to
_posts
, check the existing example - deploy your blog, check Deployment
install dependencies
yarn
run a development live server
yarn dev
-
generate the static files using:
yarn build
-
deploy the content of
.vuepress/dist
to any hosting service.