vuepress-blog-template icon indicating copy to clipboard operation
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

  1. generate the static files using:

    yarn build
    
  2. 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