Closed lakhman closed 8 years ago
Closes #98.
Simple 1 liner change, if the environment variable TINKERER_BLOG_PATH is set, use it, else default to blog.
TINKERER_BLOG_PATH
blog
Useful for me as I can't use the command line without overwriting older posts already in the blog directory (from another blog).
No breaking changes, causes no issues for all existing users.
Coverage remained the same at 96.094% when pulling 5db3458eecb46091046d1600e375ebd7eebbf08b on lakhman:98 into 4c1298c175c2908a8445970d8f00b8c5abd12317 on vladris:master.
Closes #98.
Simple 1 liner change, if the environment variable
TINKERER_BLOG_PATH
is set, use it, else default toblog
.Useful for me as I can't use the command line without overwriting older posts already in the
blog
directory (from another blog).No breaking changes, causes no issues for all existing users.