0.8.0 • Published 8 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-websiteUsage
Create configuration files for the Gulp and Metalsmith tasks.
Create a
gulpfile.jsin 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
8 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
9 years ago
0.6.3
9 years ago
0.6.2
9 years ago
0.6.1
9 years ago
0.6.0
9 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
10 years ago
0.3.2
10 years ago
0.3.1
10 years ago
0.3.0
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago