Skip to content

blog built with vitepress and utteranc.es (GitHub issues for blog comments)

License

Notifications You must be signed in to change notification settings

nodoubt0322/blog

Repository files navigation

Blog built with vitepress

Preview

develop

npm run dev     // run dev server
npm run deploy  // deploy to github page,
  • write markdown file in posts folder (md format check the sample.md)

deploy

  • edit /deploy.sh
  • replace https://github.com/nodoubt0322/blog to your github page repository url
  • change the repository settings to serve github page (see picture below)
  • npm run deploy
vitepress build
cd .vitepress/dist
git init
git add -A
git commit -m 'deploy'
git push -f https://github.com/nodoubt0322/blog master:gh-pages
cd -

github page

About

blog built with vitepress and utteranc.es (GitHub issues for blog comments)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published