我已經寫了一個名爲Ghorg項目,該項目提供了一個命令行工具,用於管理組織模式的博客文章的集合,發佈爲html現身你的海德網站,並調用hyde世代和發佈功能。這純粹是一種便利的實用工具,因爲您不再需要訪問您的網站存儲庫來使用它。
我想如果有些vim用戶或者想要後期管理但不是org-mode發佈,但也許是降價或其他的東西(現在它的硬編碼只是打開emacs) - 如果那些人想要幫助使這個更通用,然後很好。
Ghorg: Org for Hyde
[email protected]$ ghorg -h
usage: ghorg [-h] [-b] [-p] [-s SITE] [--config CONFIG] [-l] [-n [N]] [-P]
[-U] [-e] [-t TEMPLATE] [-D]
[title [title ...]]
Manage your Ghorg blog.
positional arguments:
title all arguments will be joined with hyphen for filename
`ghorg post title' => `2012-01-12-post-title.org'
optional arguments:
h, --help show this help message and exit
b, --build Perform configured Hyde build step.
p, --publish Perform configured Hyde publishing step. (implies -b/-- build)
s SITE, --site SITE Path to the root of the Hyde site.
config CONFIG Filename of Hyde configuration for building.
l, --list List previous posts (-n to change count).
n [N] Change number of posts listed (default:5).
P Set post as published.
U Set post as unpublished.
e Mix with -P/-U to edit while changing publishing
status.
t TEMPLATE Location of template for new posts.
D Delete existing post.
非常感謝你的答案和你的海德所有的工作! – drbunsen 2012-01-08 22:26:06