comparison doc/piecrust.txt @ 0:d09875b9f100

Initial commit.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 31 Mar 2012 11:29:12 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d09875b9f100
1 *piecrust.txt* PieCrust wrapper for VIM
2
3
4 VIM-PIECRUST REFERENCE MANUAL
5 by Ludovic Chabant
6
7
8 *piecrust*
9
10 1. Introduction |piecrust-intro|
11 2. Commands |piecrust-commands|
12
13
14 =============================================================================
15 1. Introduction *piecrust-intro*
16
17 PieCrust is a static website generator and lightweight CMS. You can learn more
18 about it on the official website:
19
20 http://bolt80.com/piecrust
21
22 When a file from a PieCrust website is open in a buffer, that buffer gets new
23 commands defined.
24
25 Grab the latest version or report a bug on BitBucket:
26
27 http://bitbucket.org/ludovicchabant/vim-piecrust
28
29
30 =============================================================================
31 2. Introduction *piecrust-commands*
32
33 All commands defined by |piecrust| are local to each buffer.
34
35 *Pcedit*
36 :Pcedit {args} Opens a page, post or template file from the current
37 website given a website relative path.
38 The given {args} can be a part of the wanted file's
39 name, a glob pattern, or a regex pattern. In that case,
40 the auto-completion will provide the appropriate
41 matching files.
42