diff --git a/.gitignore b/.gitignore index 7f6a553..8e46b0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ dist node_modules .awspublish-* -yarn.lock \ No newline at end of file +yarn.lock +package-lock.json \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 645d746..a5ae28d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -118,7 +118,6 @@ gulp.task('connect', function () { // Watch task // gulp.task('watch', function () { - gulp.watch([src + '**/*.{html,xml,json}'], ['html']); gulp.watch([src + 'less/**/*.less'], ['css']); }); diff --git a/src/index.html b/src/index.html index 59dd6fd..a22e91f 100644 --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,7 @@ - + + kretschmann.io @@ -13,45 +14,46 @@ - + - + -
-
-

kretschmann.io

-
+
+
+

Beep Boop.

+
- -
+ +
- + - - - - + + + + - - + \ No newline at end of file