Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a85080c
)
Added JEKYLL_EDITOR variable
author
Mark Szymanski
<mrman208@me.com>
Sun, 3 Jul 2011 02:44:47 +0000
(21:44 -0500)
committer
Mark Szymanski
<mrman208@me.com>
Sun, 3 Jul 2011 02:44:47 +0000
(21:44 -0500)
This will replace the default $EDITOR used in the Jekyll plugin
template/jekyllconfig.template.bash
patch
|
blob
|
history
diff --git
a/template/jekyllconfig.template.bash
b/template/jekyllconfig.template.bash
index
e470518
..
291bf85
100644
(file)
--- a/
template/jekyllconfig.template.bash
+++ b/
template/jekyllconfig.template.bash
@@
-15,3
+15,7
@@
REMOTES="user@host_1:path user@host_2:path"
# Same rules as above. Can be HTML, textile, or markdown
MARKUPS="markdown textile"
+
+# If you want to use a different editor for Jekyll, change the value of this variable
+
+JEKYLL_EDITOR="$EDITOR"