We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081ee38 commit dcabd22Copy full SHA for dcabd22
Guardfile
@@ -0,0 +1,5 @@
1
+guard 'livereload' do
2
+ watch(%r{_site/.+})
3
+end
4
+
5
_config.yml
@@ -49,6 +49,7 @@ defaults:
49
50
# stage manpage sources here for comparison
51
exclude: [Makefile,
52
+ Guardfile,
53
staging,
54
scripts,
55
src,
@@ -59,5 +60,5 @@ exclude: [Makefile,
59
60
'*/*.3rtapi',
61
'*/*.9' ]
62
-# for www.machinekit.io - activate on switch!
63
+# for www.machinekit.io
64
google_analytics: UA-48383649-1
0 commit comments