0.8.0 • Published 7 years ago
tepez-static-website v0.8.0
tepez-static-website
A static website generator for Tepez websites.
Install
npm install --save-dev tepez-static-website
Usage
Create configuration files for the Gulp and Metalsmith tasks.
Create a
gulpfile.js
in the using project:
const Gulp = require('gulp');
const TepezStaticWebsite = require('tepez-static-website');
const GulpConfig = require('./config/gulp');
const MetalsmithConfig = require('./config/metalsmith');
TepezStaticWebsite.setGulpConfig(GulpConfig);
TepezStaticWebsite.setMetalsmithConfig(MetalsmithConfig);
TepezStaticWebsite.loadTasks(Gulp);
0.8.0
7 years ago
0.7.4
8 years ago
0.7.3
8 years ago
0.7.2
8 years ago
0.7.1
8 years ago
0.7.0
8 years ago
0.6.4
8 years ago
0.6.3
8 years ago
0.6.2
8 years ago
0.6.1
8 years ago
0.6.0
8 years ago
0.5.2
9 years ago
0.5.1
9 years ago
0.5.0
9 years ago
0.4.2
9 years ago
0.4.1
9 years ago
0.4.0
9 years ago
0.3.3
9 years ago
0.3.2
9 years ago
0.3.1
9 years ago
0.3.0
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago