X-Git-Url: https://git.korewanetadesu.com/?p=pelican-mode.git;a=blobdiff_plain;f=README.md;fp=README.md;h=8ab9c6a444e6b4f09edd5c64545a884eab197035;hp=36bddfc7beafba117e56506b64c5cc628f7fb489;hb=9bd1bc0c098b7f3e9d556e61a3d65e68e6ce48bd;hpb=4c3f5bb784e665dc66edf872086be3ff570e8f66 diff --git a/README.md b/README.md index 36bddfc..8ab9c6a 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,19 @@ something like it. In particular it assumes: ## Quick Guide +To enable by default on all text files in a Pelican site: + + (require 'pelican-mode) + (pelican-global-mode) + +Or, register `pelican-mode` or `pelican-mode-enable-if-site` +as hook functions for more direct control. + +* `C-c P f` - Set a metadata field (title, category, etc.) +* `C-c P h` - Generate HTML output for a site (equivalent to `make html`) * `C-c P n` - Insert a post or page header * `C-c P p` - Remove draft status from a post (i.e. publish it) * `C-c P t` - Update the date field in a post/page header -* `C-c P h` - Generate HTML output for a site (equivalent to `make html`) * `C-c P u` - Upload a site using rsync (equivalent to `make rsync_upload`)