Hugo

My folder structure

.
├── blog
└── resources

how to create new page

$ ./blog hugo new [page_name].md 

start server

$ ./blog hugo server

push public files

$ ./blog/public git...

reference https://mogeko.me/2018/018/

  • draft 要改成false才會publish to public
  • 每次回到根目錄./bloghugo 來輸出新的靜態頁面到/public

字數統計 https://mogeko.me/2018/033/