(require 'emacs-helper)
(require 'org2web)
(defvar eh-website-repository
"~/project/emacs-packages/emacs-helper/")
(org2web-add-project
'("emacs-helper"
:repository-directory (:eval eh-website-repository)
:remote (git-simple "git@github.com:tumashu/emacs-helper.git" "gh-pages")
:site-domain "https://tumashu.github.io/emacs-helper"
:site-main-title "Emacs-helper"
:site-sub-title "(Tumashu 的 emacs 配置)"
:default-category "documents"
:theme (worg killjs)
:force-absolute-url t
:source-browse-url ("GitHub" "https://github.com/tumashu/emacs-helper")
:category-ignore-list ("themes" "assets" "uploaders" "elpa")
:personal-avatar nil
:preparation-function org2web-el2org-preparation-function
:org-export-function org2web-el2org-org-export-function
:el2org-doc-sources ("eh-.*\\.el$")
:el2org-readme-sources ("emacs-helper.el")
:el2org-index-sources ("emacs-helper.el")
:web-server-port 8765))