Hippie interweaves preeminent personal interface elements
Find a file
Stephan Hagedorn d812ed6208 maintenance
* added sprite file to gitignore
* removed linting from dev task
* testing new npm scripts
2020-05-24 17:33:54 +02:00
source maintenance 2020-05-24 17:33:54 +02:00
vendor NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
.gitignore switched to style submodule usage 2019-11-15 20:27:50 +01:00
.gitmodules submodule configuration 2019-11-12 20:27:27 +01:00
.jshintrc update and vaildation 2019-11-16 13:26:19 +01:00
.sasslintrc NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
gulpfile.js maintenance 2020-05-24 17:33:54 +02:00
LICENSE.md forgot new file, also in submodule 2020-02-01 14:57:07 +01:00
package-lock.json Requirements updated and new nunjucks variables 2020-04-04 23:56:49 +02:00
package.json maintenance 2020-05-24 17:33:54 +02:00
README.md update and vaildation 2019-11-16 13:26:19 +01:00
robots.txt NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
sitemap.xml NOTE test commit from wsl 2019-03-21 20:39:53 +01:00
TODO.md NOTE test commit from wsl 2019-03-21 20:39:53 +01:00

HIPPIE

WORK IN PROGRESS (it is not ready to be used)

This is a node.js based generator for static HTML based sites.

It uses the gulp module to fiddle everything together. Styling is powered by the CSS extension language SASS. The HTML pages itself are made with the templating engine Nunjucks.

USAGE

Clone the repo https://github.com/sthag/hippie.git to a folder to create your build environment.

Change to the newly created folder. By default this would be hippie.

Run the command npm install. This will install all node.js dependencies into the folder node_modules.

The command gulp --tasks will give you an overview of possible actions.

Run the command gulp for a live development environment. This will create a folder build with the resulting files to use. Also the source files will be watched for changes which are reflected live at localhost:3000

gulp build will create the resulting build directory ready for deployment.

LOGIC

Klassennamen enthalten Objektnamen und Funktionen Sie sind mit - und _ unterteilt. Der Bindestrich - trennt Objektnamen von Funktionen. Der Unterstrich _ wiederum unterteilt Funktionsbezeichnungen.