description

@get:Input
@get:Optional
abstract val description: Property<String>(source)

The default description for the site.

This is a convenience property which, if set, causes a <meta name="description" content="$description"> element to be added to the site's <head> block.

Note that if you completely replace the head block (e.g. head.set(...) in your build script), any value set here will be ignored.