1.0.9 • Published 8 years ago

viur-ignite-html v1.0.9

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

npm version Dependency Status Build Status GitHub license

VIUR Ignite HTML

The ViUR Ignite Framework is the first attempt in building a sturdy foundation for ViUR products and Mausbrand projects.

VIUR Ignite HTML is designed to build small websites with an simple template

For a detailed introduction and examples have a look at http://ignite.viur.is.

Install

$ npm install viur-ignite-html

Usage

const gulp = require('gulp');
const html = require('viur-ignite-html');

gulp.task('default', function() {
  return html.build();
});

Create your html template in _layout.html, add content files in your sources folder and add them to the _menu.json and build them with

$ gulp

Be individual

Call the function with an object of options

gulp.task('default', function() {
  return html.build({
	dest: './output/html/'
  });
});

The Default options are:

src: './sources/html/',
dest: './appengine/html/'

Contribution guidelines

  • Available for use under the GPL-3.0 license

Who do I talk to?

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago