問題
- 使用emacs中的package-list 安裝參考教學
- 使用這個方法安裝的如果沒有做額外處理會被當作orphan package 被殺掉QQ
解決辦法
- 要把新安裝的package放入 dotfile的addtion-package,或是新增layer
- 使用套件:hexo.el
看到rss這功能很炫很像要弄個出來xd,看了一下網路的教學
失敗幾次後終於弄出來了xd(大概?)
1 | hexo-generator-feed |
1 | 找到 |
1 | #Directory 中 |
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.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment