Table of Contents
1 rcirc設定 with emacs
(setq rcirc-server-alist |
2 Register your nickname
/nick YourNewNickname |
3 指令
/join #channelname -- to join a channel |
Render by hexo-renderer-org with Emacs 25.2.1 (Org mode 8.2.10)
(setq rcirc-server-alist |
/nick YourNewNickname |
/join #channelname -- to join a channel |
django學習筆記
隨筆亂記,陸續增加中
spacemacs筆記
This article provides steps to manually uninstall VMware Fusion
隨筆亂記
陸續增加中
javascript是近年來進步非常快的語言
Browser常常趕不上ECMA標準
導致ES6有非常多好用的新功能目前主流Browser都還沒完全支援
即使如此還是建議大家儘量使用ES6的新東西來寫
用以下提到的Polyfilling、Transpiling來做
markdown的code block語法中可指定highlight方式
目前一般都是用linquist,例如github
所以可以到以下去查highlight code
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
hexo是以node.js開發的輕量級架blog工具
more: hexo offial site
github pages是github提供的static網站空間
每個user都可以建立一個無限流量的static web site(這個適合拿來當blog)
每個repository底下也都可以建立一個static網站(這個適合拿來當各repository的說明文件)
more: github pages offial site
本文介紹以hexo + github pages快速架設個人blog
內容包含:hexo安裝,常用指令,初次建立blog設定,新增文章,deploy to github pages
Continue reading
Hello everyone. I’m cwza. Welcome to my blog.
Software Engineer