Silentink blog

默墨的小小筆記園地


  • 首頁

  • 關於

  • 標籤4

  • 分類6

  • 歸檔23

  • 網站地圖

  • 名博

  • 搜尋

開始使用emacs寫hexo

發表於 2017-05-26 | 更新於: 2018-03-03 | 分類於 blog建構誌 | | 閱讀次數:

問題

  • 使用emacs中的package-list 安裝參考教學
  • 使用這個方法安裝的如果沒有做額外處理會被當作orphan package 被殺掉QQ

解決辦法

  • 要把新安裝的package放入 dotfile的addtion-package,或是新增layer
  • 使用套件:hexo.el

Reference

  • emacs安裝套件入門
  • hexo.el

本文地址: https://david6686.github.io/blog/silentink/24326/

hexo next添加rss

發表於 2017-05-26 | 更新於: 2018-03-03 | 分類於 blog建構誌 | | 閱讀次數:

原因

看到rss這功能很炫很像要弄個出來xd,看了一下網路的教學
失敗幾次後終於弄出來了xd(大概?)

步驟

  1. 安裝hexo-generator-feed(在根目錄執行以下指令)
1
hexo-generator-feed
  1. 在主題配置文件中(主題的_config.yml)
1
2
3
4
5
6
7
找到 
#extention的部分
plugin:
- hexo-generator-feed

在這個文件中可以找到
rss:(這裏空下來就行,詳情可以看它原本的註解)
  1. 在hexo配置文件中(不一定需要)
1
2
3
4
5
6
#Directory 中
加入
feed:
type: atom
path: atom.xml
limit: 20

reference

  • 韩海龙blog Hexo—正确添加RSS订阅

本文地址: https://david6686.github.io/blog/silentink/63897/

Hello World

發表於 2017-03-05 | 更新於: 2018-03-03 | 分類於 blog建構誌 | | 閱讀次數:

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

本文地址: https://david6686.github.io/blog/silentink/16107/

123
Silentink

Silentink

隨筆隨寫

23 文章
6 分類
4 標籤
RSS
GitHub FB Page StackOverflow Linkedin Gitlab Telegram
友情連結
  • kaiyeee blog
  • sappy5678 blog
  • Henry Li's blog
0%
© 2017 — 2018 Silentink
由 Hexo 強力驅動
|
主題 — NexT.Pisces v6.0.5