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
Copy file name to clipboardExpand all lines: README.textile
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,19 @@ h2. Run
38
38
$ cd /path/to/proto/site
39
39
$ jekyll
40
40
41
-
This will generate the site and place it in /path/to/proto/site/_site. If
42
-
you'd like the generated site placed somewhere else:
41
+
This will generate the site and place it in /path/to/proto/site/_site. There is an autobuild feature that will regenerate your site if any of the files change:
42
+
43
+
$ jekyll --auto
44
+
45
+
If you'd like the generated site placed somewhere else:
43
46
44
47
$ jekyll /path/to/place/generated/site
45
48
46
49
And if you don't want to be in the proto site root to run Jekyll:
0 commit comments