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-templateinstall dependencies
yarn installrun a development live server
yarn dev-
generate the static files using:
yarn build
-
deploy the content of
.vuepress/distto any hosting service, or you can use netlify for continues deployment.
- Ahmad Mostafa - Initial work - z3by
This project is licensed under the MIT License