Skip to content

Commit 54470b6

Browse files
author
Brian Warsing
committed
add Rakefile
1 parent d126b98 commit 54470b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Rakefile

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
desc "Serve your Jekyll site locally for development"
2+
3+
task :run do
4+
puts "Open your browser to: http://127.0.0.1:4000"
5+
puts "Refresh the pages after you make an edit to view the changes."
6+
puts %x{jekyll serve --watch --baseurl ""}
7+
end

0 commit comments

Comments
 (0)