hexoBlog
MyHexoBlog
背景
目前想重新拾起自己寫作,所以這次希望面向幾個主題 :
@life, @coding, @family
所以最終選則 hexo + github 組合,這邊主要看了這篇學習筆記
【學習筆記】如何使用 Hexo + GitHub Pages 架設個人網誌
之前也試過幾個部落格,但總是持續不長。 :joy:
所以這是相對來說選擇方向,覺得能滿足我的需求,並且也能用 markdown 和 new skill
Hexo noted
Change Theme
- pull the themes library to the themes folder
- change
theme:XXXin the_config.yml
Deploy to gihub
- set github path to
deploy:in the_config.yml - run cli
hexo cleanhexo generatehexo deploy
hexoBlog
http://example.com/2023/08/19/myHexoBlog/