Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 390 Bytes

use.md

File metadata and controls

26 lines (15 loc) · 390 Bytes

nodejs

npm init 產生package.json

hexo 常用

'''js hexo init [folder] 建立資料夾 hexo new [layout] <title> -p, --path Post path. Customize the path of the post. -r, --replace Replace the current post if existed. -s, --slug Post slug. Customize the URL of the post. hexo new page --path about/me "About me" hexo generate

hexo server 啟動伺服器

'''