a vuepress blog example
to start create a vuepress blog using this template you need to :
- fork the repository
- clone your own fork
git clone https://github.com/<YOUR USERNAME>/vuepress-blog-template
- install it locally installing
- add some markdown posts to
_posts
, check the existing example - deploy your blog, check Deployment
navigate to the repository directory
cd vuepress-blog-template
install dependencies
yarn install
run a development live server
yarn dev
-
generate the static files using:
yarn build
-
deploy the content of
.vuepress/dist
to any hosting service, or you can use netlify for continues deployment.
- Ahmad Mostafa - Initial work - z3by
This project is licensed under the MIT License