cd hexo npm install hexo-cli -g hexo init blog cd blog npm install
hexo 指令
1 2 3 4 5 6
hexo g # 由source檔,即markdown檔案,產生html檔案 hexo s # 開啟hexo server http://localhost:4000/ hexo d # hexo把blog佈署到指定的地方(本例中昰github) hexo new 'new-article' #產生新文章 hexo new page 'new-page-name' #產生新頁面 hexo -v # 看環境配置