vuepress-blog-template
v1.0.0
Published
My Website & Blog
Downloads
3
Maintainers
Readme
Sid's Vuepress Blog
Getting Started
- 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
Deployment
generate the static files using:
yarn build
deploy the content of
.vuepress/dist
to any hosting service.