comparison README.markdown @ 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
2 PieCrust for VIM
3 ================
4
5 [PieCrust][] is a static website generator and lightweight CMS. `vim-piecrust` adds
6 some features to [Vim][] that help manage your PieCrust website.
7
8
9 Installation
10 ------------
11
12 The recommended method to install `vim-piecrust` is to use [Pathogen][]:
13
14 cd ~/.vim/bundle
15 hg clone https://bitbucket.org/ludovicchabant/vim-piecrust
16
17 You can then update the help tags with `:call pathogen#helptags()` and browse
18 `vim-piecrust`'s help pages with `:help piecrust`.
19
20
21 [piecrust]: http://bolt80.com/piecrust
22 [vim]: http://www.vim.org
23 [pathogen]: https://github.com/tpope/vim-pathogen
24