1 rcirc設定 with emacs

(setq rcirc-server-alist
'(("irc.freenode.net"
:nick "nickname"
:port "6667"
:password "password"
:channels ("#django"))))

2 Register your nickname

/nick YourNewNickname
/msg nickserv register YourPassword you@example.com

3 指令

/join #channelname -- to join a channel
/part -- to leave one channel
/quit to leave IRC altogether. This disconnects mirc from the server.
Last Updated 2017-03-10 五 10:26.
Render by hexo-renderer-org with Emacs 25.2.1 (Org mode 8.2.10)

Comment and share

django學習筆記

in python

Table of Contents

django學習筆記
隨筆亂記,陸續增加中

Continue reading

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

Cwza

Hello everyone.
I’m cwza.
Welcome to my blog.


Software Engineer


Taiwan/Taipei