struct

Config::SiteConfig

Inherits YAML::Serializable / Struct / Value / Object

Site configuration section from conf.yml (NOT translatable)

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new

Default constructor for class variable initialization

new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)

Instance methods

color_scheme
color_scheme=(color_scheme : String)
content
content=(content : String)
date_output_format
date_output_format=(date_output_format : String)
description
description=(description : String)
fonts
fonts=(fonts : Fonts)
galleries
galleries=(galleries : String)
image_large

NOT translatable

image_large=(image_large : Int32)

NOT translatable

image_thumb
image_thumb=(image_thumb : Int32)
import

Import configuration (hash of feed name to config)

import=(import : Hash(String, YAML::Any))

Import configuration (hash of feed name to config)

import_templates
import_templates=(import_templates : String)
language

Locale/Language settings

language=(language : String)

Locale/Language settings

listings
listings=(listings : String)
locale
locale=(locale : String)
output

NOT translatable

output=(output : String)

NOT translatable

pandoc_formats
pandoc_formats=(pandoc_formats : Hash(String, String))
posts
posts=(posts : String)
theme

NOT translatable

theme=(theme : String)

NOT translatable

title

Translatable - will be in LangConfig

title=(title : String)

Translatable - will be in LangConfig

url
url=(url : String)
verbosity

NOT translatable

verbosity=(verbosity : Int32)

NOT translatable