blob: 291bf85e1248b1191be0780da11642323c672ad1 [file] [log] [blame]
Mark Szymanski56b83c72011-06-24 17:45:55 -05001# This is a space-delimited list of your Jekyll project paths
2
3SITES="$HOME/sites/project_1 $HOME/sites/project_2"
4
5# This is another space-delimited list.
6# This one is of the remote user@host:path location of your jekyll site
7# NOTE: The locations of these must correspond to the locations
8# of the sites in the first list
9# For instance, the host for the first Jekyll site
10# must be first in this list, the second second, etc.
11
12REMOTES="user@host_1:path user@host_2:path"
13
14# list of markup syntaxes to use for the sites,
15# Same rules as above. Can be HTML, textile, or markdown
16
17MARKUPS="markdown textile"
Mark Szymanski450a1d12011-07-02 21:44:47 -050018
19# If you want to use a different editor for Jekyll, change the value of this variable
20
21JEKYLL_EDITOR="$EDITOR"