Package com.io7m.minisite.core
Interface MinConfigurationType
- All Known Implementing Classes:
MinConfiguration
@Immutable
public interface MinConfigurationType
Configurations for sites.
-
Method Details
-
projectName
- Returns:
- The name of the project
-
projectGroupName
- Returns:
- The group name of the project
-
projectModules
-
release
- Returns:
- The version number of the current release
-
centralReposPath
- Returns:
- The path to the project within the Central Repository
-
header
-
overview
-
features
-
documentation
-
changelog
- Returns:
- The changelog configuration, if any
-
license
-
bugTracker
- Returns:
- The bug tracker configuration, if any
-
sources
- Returns:
- The project source configuration, if any
-
cssIncludes
-
cssGenerateStyle
@Default @Parameter default boolean cssGenerateStyle()- Returns:
trueif the default style should be copied to the generated site directory
-