diff --git a/gulpfile.js b/gulpfile.js index ea69054..5b31e3e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -114,13 +114,16 @@ gulp.task('nunjucks', function() { // automagically reload browsers gulp.task('syncreload', function() { browsersync.init({ + // ------------------------------------------------------------------------------ + // comment out the line below to get rid of the demo index page. + // ------------------------------------------------------------------------------ + index: "demo.html", + open: false, + server: 'build' // online: false, // logLevel: "info", // proxy: "http://verser.vrt/virtual/", // watch: true, - index: "demo.html", - open: false, - server: 'build' }); }); diff --git a/source/pages/demo.njk b/source/pages/demo.njk index f6774d8..da591c5 100644 --- a/source/pages/demo.njk +++ b/source/pages/demo.njk @@ -16,9 +16,11 @@

This is HIPPIE

You can start using it by replacing this file with your own index page.

+

To do this you need to open the file /gulpfile.js and comment out the line index: "demo.html",. Then you need to place your index file (index.njk) into the folder /source/pages.

+

For a very basic start you can make a copy of the demo page blank.njk. You can find it at /source/pages/demo.

The folder demo contains examples and also an overview of definitions made.
Follow the white rabbit.

Overview about all the styles

-
-