Mark Szymanski | 56b83c7 | 2011-06-24 17:45:55 -0500 | [diff] [blame] | 1 | # This is a space-delimited list of your Jekyll project paths |
| 2 | |
| 3 | SITES="$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 | |
| 12 | REMOTES="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 | |
| 17 | MARKUPS="markdown textile" |
Mark Szymanski | 450a1d1 | 2011-07-02 21:44:47 -0500 | [diff] [blame] | 18 | |
| 19 | # If you want to use a different editor for Jekyll, change the value of this variable |
| 20 | |
| 21 | JEKYLL_EDITOR="$EDITOR" |