Skip to content

easy-websites/ewg-theme-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWG-Theme: "ewg-theme-all"

This theme includes all generators, some are disabled but you have all dependencies and it costs a second to change enabled: false to enabled: true. It is a good point to start developing static and fast websites in a quick and modern way =)

Supports:
  • css styling with sass and pre build helpers
  • javascript development with coffee
  • html templating with a hacked haml-coffee
  • custom and predefined haml helpers via nodeJs modules
  • site map generation
  • google analytics
  • twitter and opengraph tags
  • ...
Uses:

Installation

First you need to install nodeJs


npm install -g easy-website-generator

mkdir my-workspace

cd my-workspace

ewg init --theme all

npm install -g coffee-script
npm install -g bower
npm install --cached

ewg serve

After running ewg serve the ewg will compile the html pages and opens a browser. On every source change the browser will reload.

Ressources

"Easy-Website-Generator"

"Creative-Workflow"