jekyll layer
Table of Contents
Description
This adds support for Hyde, which adds a frontend for Jekyll blog management.
Install
You will need to install this manually:
git clone https://github.com/0x414A/spacemacs-jekyll ~/.emacs.d/private/jekyll
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(jekyll))
Key bindings
To invoke the Hyde view:
Key Binding | Description |
---|---|
<SPC> aj | Invoke the Hyde window |
While in the Hyde view:
Key Binding | Description |
---|---|
RET | Open a post |
g | Reload posts |
d | Delete post |
c | Commit the post |
p | Promote draft to post |
n | Create a new post |