Skip to content

Commit dea31e7

Browse files
committed
Merge pull request #179 from kvannotten/patch-1
Updated Rakefile :preview command to new Jekyll standards
2 parents 010d99f + dbdf47a commit dea31e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ end # task :page
9898

9999
desc "Launch preview environment"
100100
task :preview do
101-
system "jekyll --auto --server"
101+
system "jekyll serve -w"
102102
end # task :preview
103103

104104
# Public: Alias - Maintains backwards compatability for theme switching.

_config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
permalink: /:categories/:year/:month/:day/:title
44

55
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
6-
auto: true
76
pygments: true
87

98
# Themes are encouraged to use these universal variables

0 commit comments

Comments
 (0)