blob: e470518180bb748dcc599f6d822ebaeaf5086eca [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"