We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d126b98 commit 54470b6Copy full SHA for 54470b6
Rakefile
@@ -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