ContributorMural::Config
Inherits YAML::Serializable::Strict < YAML::Serializable < Reference < Object
Constants
DEFAULT_OUTPUT = "CONTRIBUTOR_MURAL.svg"
Constructors
empty
Sourceload(path : String) : Config
Sourcenew(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Sourceparse(yaml : String) : Config
SourceInstance methods
constellation
Sourceconstellation=(constellation : ConstellationConfig)
Sourcecontributors
Every source block is enabled by being written down; nil means the key was left out of the config entirely.
contributors=(contributors : ContributorsConfig | Nil)
Every source block is enabled by being written down; nil means the key was left out of the config entirely.
exclude
Sourceexclude=(exclude : Array(String))
Sourcefail_on_missing=(fail_on_missing : Bool)
Sourcefail_on_missing?
Sourcegrid
Sourcegrid=(grid : GridConfig)
Sourcegroups
Sourcegroups=(groups : Array(String) | Nil)
Sourcehoneycomb
Sourcehoneycomb=(honeycomb : HoneycombConfig)
Sourcelimit
Sourcelimit=(limit : Int32 | Nil)
Sourcemembers
Sourcemembers=(members : MembersConfig | Nil)
Sourcemetro
Sourcemetro=(metro : MetroConfig)
Sourcemosaic
Sourcemosaic=(mosaic : MosaicConfig)
Sourceorbit
Sourceorbit=(orbit : OrbitConfig)
Sourceoutput
Sourceoutput=(output : String)
Sourceoutputs
Sourceoutputs=(outputs : Array(OutputEntry) | Nil)
Sourcepebble
Sourcepebble=(pebble : PebbleConfig)
Sourcepng
Sourcepng=(png : PngConfig)
Sourcerender_targets
The (path, style, mode override) tuples to render: the outputs array
when present, otherwise the single output/style pair.
skyline
Sourceskyline=(skyline : SkylineConfig)
Sourcesort
Sourcesort=(sort : SortMode)
Sourcespiral
Sourcespiral=(spiral : SpiralConfig)
Sourcesponsors
Sourcesponsors=(sponsors : SponsorsConfig | Nil)
Sourcestargazers
Sourcestargazers=(stargazers : StargazersConfig | Nil)
Sourcestencil
Sourcestencil=(stencil : StencilConfig)
Sourcestyle
Sourcestyle=(style : Style)
Sourcetheme
Sourcetheme=(theme : ThemeConfig)
Sourceusers
Sourceusers=(users : Array(UserEntry))
Sourcevalidate!
Sourcevoronoi
Sourcevoronoi=(voronoi : VoronoiConfig)
Source