Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
/ lamia-metalsmith Public archive

Opinionated static site generator template built on top of Metalsmith and Gulp.

Notifications You must be signed in to change notification settings

doup/lamia-metalsmith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lamia Metalsmith

Opinionated static site generator template built on top of Metalsmith and Gulp.

var gulp  = require('gulp');
var Lamia = require('lamia');
var path  = require('path');

gulp.registry(new Lamia(path.join(__dirname, '../'), require('./deploy.json')));

Project structure

/assets
    /images
        /pics
        /social
/content
/lamia
    config.yml
    /source
        metalsmith.js
        /i18n
        /js
        /public
        /scss
        /templates
$ gulp --env=prod

About

Opinionated static site generator template built on top of Metalsmith and Gulp.

Resources

Stars

Watchers

Forks

Packages

No packages published