From 8b81ed92e1e7973673fc309cc99accd54548d730 Mon Sep 17 00:00:00 2001 From: Stephan Date: Mon, 1 Oct 2018 21:10:58 +0200 Subject: [PATCH] demo.5 * removed double underscore (__) separators in class names * more LF CR to LF * new scss config variables * some little style changes --- gulpfile.js | 9 +- source/pages/demo.njk | 6 +- source/pages/demo/elements.njk | 348 ++++- source/pages/demo/error/404.njk | 50 +- source/pages/demo/error/500.njk | 50 +- source/pages/demo/intro.njk | 1196 +++++++---------- source/pages/demo/os.njk | 50 +- source/style/hippie/elements/_grouping.scss | 55 +- .../style/hippie/elements/_interactive.scss | 8 +- source/style/hippie/elements/_sections.scss | 15 +- source/style/hippie/elements/_tables.scss | 10 +- source/style/hippie/elements/_textlevel.scss | 30 +- source/style/hippie/global/_common.scss | 16 +- source/style/hippie/global/_config.scss | 17 +- source/style/hippie/global/_typography.scss | 124 +- source/style/hippie/mixins/_media_query.scss | 5 +- .../breakpoint/_breakpoint_module.scss | 23 +- .../explanation/_explanation_module.scss | 230 ++-- .../maintenance/_maintenance_module.scss | 38 +- .../hippie/modules/media/_media_module.scss | 6 + .../style/hippie/modules/media/_sprites.scss | 13 +- .../modules/navigation/_nav_module.scss | 28 +- .../hippie/modules/tables/_tables_module.scss | 136 +- source/style/modules/demo/_demo_module.scss | 38 +- source/templates/hippie/demo-default.njk | 8 +- source/templates/hippie/demo-extended.njk | 10 +- source/templates/hippie/demo-maintenance.njk | 8 +- .../templates/hippie/partials/head-meta.njk | 8 + .../hippie/partials/nav-page-meta.njk | 13 +- .../templates/hippie/partials/page-hover.njk | 2 +- 30 files changed, 1288 insertions(+), 1262 deletions(-) create mode 100644 source/templates/hippie/partials/head-meta.njk 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

-
-