1.3.1 • Published 6 years ago

event-page v1.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Events Page

Static event page generator using handlebar.js

Installation

yarn add event-page

Usage

To build your page, from Command line run:

event-gen

or from node

const event = require('event-page');

event({
  title: "Amazing event",
  source: "source",
  output: {
    dir: "public",
    css: "main.css",
  }
  schema: "./schema.json",
  menu: [{
    title: "Home",
    url: ""
  }, {
    "title": "Speaker List",
    "url": "Speakers"
  }, {
    "title": "Call For Talks",
    "url": "CFT"
  }],
  theme: 'theme',
  helper: 'helpers',
  templates: 'templates',
  css: 'main.scss',
  static: [ 'js', 'fonts', 'images'],
});
1.3.1

6 years ago

1.3.0

6 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago