class Config::OptionsWrapper

Overview

Legacy: Config.options(lang) - map to Config[lang] wrapped

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lang_config : LangConfig, global : SiteConfig) #

[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 fonts : Fonts #

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

[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 locale : String #

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

[View source]
def output : String #

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

[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 theme : String #

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

[View source]