vuepress-blog-template
vuepress-blog-template copied to clipboard
Vuepress blog template
Vuepress Blog Template
a vuepress blog example
Live Demo
Tutorial
Getting Started
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
Installing
navigate to the repository directory
cd vuepress-blog-template
install dependencies
yarn install
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, or you can use netlify for continues deployment.
Built With
Authors
- Ahmad Mostafa - Initial work - z3by
License
This project is licensed under the MIT License