Skip to content

SSARCandy/ssarcandy.github.io

Repository files navigation

my blog - ssarcandy.tw

Static Website

  • Powered by Hexo
  • Theme based on indigo and modifed by me

Development

# need two terminal
$ webpack --watch
$ npm run dev

# release mode
$ npm run build