gradle plugin for Stampo, static website generator
build the website and publish it to the output directory
check that there are no errors in the source files
build the website and make it available on a given local address
generate a basic template of the chosen archetype in srcDir
location of the source stampo project
location where to publish the generated stampo project
define which template to use when generating a basic stampo project.
Allowed values:
- basic: a simple index page
- site: a multilanguage site with paginated news
- blog: a multilanguage blog with pagination and tags support
- doc: a documentation website with table of contents and a choice of both multipage and single page layout.
hostname for the serve goal
port for the serve goal
disable auto reload of the source project
disable rebuild the source project when there are changes
hide or show content marked with "draft: true" metadata
stampoServe {
port = 8843
}