私は Ghorg というプロジェクトを作成しました。このプロジェクトは、組織モードのブログ投稿のコレクションを管理し、それらを hyde サイトに html として公開し、hyde 生成および公開機能を呼び出すためのコマンド ライン ユーティリティを提供します。これは、使用するためにサイト リポジトリに移動する必要がなくなるという点で、純粋に便利なユーティリティです。
たとえば、一部のvimユーザーまたは投稿管理を望んでいるが、組織モードの公開ではなく、おそらくマークダウンまたはその他の何かを望んでいる人々(現在、emacsを開くだけにハードコードされている)-それらの人々がこれをさらに支援したい場合ジェネリックなら、それは素晴らしいことです。
Ghorg: Org for Hyde
dlacewell@scarf$ 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.