Hello World

非常推薦使用 hexo + github pages 來架設個人靜態網站,步驟相當簡單,本機安裝 hexo,使用 hexo cli 指令產生一個工作目錄,接著在 github 上建立一個 repository,然後本機再多裝一個 hexo-deployer-git 的套件,設定好 config 檔的 depo 設定,最後在本機的工作目錄中執行 hexo deploy 指令,就可以將網站部署到 github 上了。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment