這網站是透過 hexo 開發的,Hexo 官網本身就有講解許多內容,不知道的也可以去那邊看看,另外套用的主題網頁最底下有寫,裡面教學很詳細,很感謝,還有一堆不知道的鬼東西,也算第一次那麼搞剛得弄,而且還是自學的,不過網路資源很多,hexo 的 blog 通常第一篇都是 Hello World,裡面寫了一些 hexo 指令,我就不刪除了,以後有機會再加內容,就繼續摸索,會持續更新 (如果有時間弄得話啦)。

然後這個網頁有弄成刀劍的效果,可以點滑鼠右鍵看看就知道了,自己去探索吧。

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