Skip to content

metahelicase/site-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site Builder Gradle Plugin

Build HTML documents with modular snippets and templates written in groovy.

Build Status

Quick setup

Copy the following gradle script to a file named build.gradle

plugins {
    id 'org.metahelicase.site-builder' version '1.1'
}

then initialize the directory layout of the project by running the task

gradle initSite

Now you can build the generated example page with

gradle site

More details can be found at site-builder.metahelicase.org.

About

Groovy DSL for building static HTML pages with composable modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published