struct Config::ConfigFile

Overview

Global configuration from conf.yml (NOT translatable)

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def color_scheme : String #

[View source]
def color_scheme=(color_scheme : String) #

[View source]
def content : String #

[View source]
def content=(content : String) #

[View source]
def continuous_import_templates : String #

[View source]
def continuous_import_templates=(continuous_import_templates : String) #

[View source]
def date_output_format : String #

[View source]
def date_output_format=(date_output_format : String) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def features : Array(String) #

[View source]
def features=(features : Array(String)) #

[View source]
def fonts : Fonts #

[View source]
def fonts=(fonts : Fonts) #

[View source]
def footer : String #

[View source]
def footer=(footer : String) #

[View source]
def galleries : String #

[View source]
def galleries=(galleries : String) #

[View source]
def image_large : Int32 #

[View source]
def image_large=(image_large : Int32) #

[View source]
def image_thumb : Int32 #

[View source]
def image_thumb=(image_thumb : Int32) #

[View source]
def language : String #

[View source]
def language=(language : String) #

[View source]
def locale : String #

[View source]
def locale=(locale : String) #

[View source]
def nav_items : NavItems #

[View source]
def nav_items=(nav_items : NavItems) #

[View source]
def output : String #

NOT translatable


[View source]
def output=(output : String) #

NOT translatable


[View source]
def pandoc_formats : Hash(String, String) #

[View source]
def pandoc_formats=(pandoc_formats : Hash(String, String)) #

[View source]
def posts : String #

[View source]
def posts=(posts : String) #

[View source]
def taxonomies : Taxonomies #

Taxonomies and features


[View source]
def taxonomies=(taxonomies : Taxonomies) #

Taxonomies and features


[View source]
def theme : String #

[View source]
def theme=(theme : String) #

[View source]
def title : String #

Translatable properties (also in SiteConfig, but read into LangConfig)


[View source]
def title=(title : String) #

Translatable properties (also in SiteConfig, but read into LangConfig)


[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]
def verbosity : Int32 #

[View source]
def verbosity=(verbosity : Int32) #

[View source]