You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puts'## Set the codepage to 65001 for Windows machines'
32
+
`chcp 65001`
33
+
end
30
34
31
35
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]"
32
36
task:install,:themedo |t,args|
@@ -183,8 +187,8 @@ task :update_style, :theme do |t, args|
0 commit comments