Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 718 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 718 Bytes

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

  1. generate the static files using:

    yarn build
  2. deploy the content of .vuepress/dist to any hosting service.

Built With