stash_dir="_stash"# directory to stash posts for speedy generation
themes_dir=".themes"# directory for blog files
posts_dir="_posts"# directory for blog files
new_post_ext="markdown"# default new post file extension when using the new_post task
themes_dir=".themes"# directory for blog files
new_page_ext="markdown"# default new page file extension when using the new_page task
new_post_ext="markdown"# default new post file extension when using the new_post task
server_port="4000"# port for preview server eg. localhost:4000
new_page_ext="markdown"# default new page file extension when using the new_page task
server_port="4000"# port for preview server eg. localhost:4000
desc"Initial setup for Octopress: copies the default theme into the path of Jekyll's generator. Rake install defaults to rake install[classic] to install a different theme run rake install[some_theme_name]"
desc"Initial setup for Octopress: copies the default theme into the path of Jekyll's generator. Rake install defaults to rake install[classic] to install a different theme run rake install[some_theme_name]"
@ -126,7 +123,7 @@ end
desc"Clean out caches: _code_cache, _gist_cache, .sass-cache"
desc"Clean out caches: _code_cache, _gist_cache, .sass-cache"