annotate README.markdown @ 3:af8514b79c04 default tip

Fix for PieCrust 1.0-rc1. Added very simple `Pcprepare` command.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 14 Mar 2013 22:15:58 -0700
parents d09875b9f100
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 PieCrust for VIM
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 ================
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 [PieCrust][] is a static website generator and lightweight CMS. `vim-piecrust` adds
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 some features to [Vim][] that help manage your PieCrust website.
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 Installation
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
10 ------------
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
11
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
12 The recommended method to install `vim-piecrust` is to use [Pathogen][]:
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
13
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
14 cd ~/.vim/bundle
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
15 hg clone https://bitbucket.org/ludovicchabant/vim-piecrust
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
16
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
17 You can then update the help tags with `:call pathogen#helptags()` and browse
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
18 `vim-piecrust`'s help pages with `:help piecrust`.
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
19
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
20
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
21 [piecrust]: http://bolt80.com/piecrust
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
22 [vim]: http://www.vim.org
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
23 [pathogen]: https://github.com/tpope/vim-pathogen
d09875b9f100 Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
24