Tools for pyim developers
1 说明文档
这个文件包含了与 pyim 开发相关的配置或者工具,比如:
- org-webpage config for pyim
2 代码
(require 'org2web)
(defvar pyim-website-repository-directory "~/project/emacs-packages/pyim/")
(org2web-add-project '("pyim" :repository-directory (:eval pyim-website-repository-directory) :remote (git "https://github.com/tumashu/pyim.git" "gh-pages") :site-domain "https://tumashu.github.io/pyim" :site-main-title "pyim" :site-sub-title "(一个 emacs 环境下的中文拼音输入法)" :default-category "documents" :theme (worg killjs) :force-absolute-url t :source-browse-url ("GitHub" "https://github.com/tumashu/pyim") :personal-avatar "/media/img/horse.jpg" :personal-duoshuo-shortname "tumashu-website" :preparation-function org2web-el2org-preparation-function :org-export-function org2web-el2org-org-export-function :el2org-doc-sources ("pyim.*\\.el$") :el2org-readme-sources ("pyim.el") :el2org-index-sources ("pyim.el") :web-server-port 9876))