module Config
Defined in:
config.crClass Method Summary
-
.[](lang : String) : LangConfig
Load or get cached LangConfig for a specific language
- .color_scheme : String
-
.config(path = "conf.yml")
Load config from conf.yml
-
.config_path : String
Get the actual config file path being used
- .content : String
- .continuous_import_templates : String
- .date_output_format : String
- .description : String
- .features : Array(String)
- .features_set : Set(Totem::Any)
- .fonts : Fonts
- .footer : String
- .formats : Hash(String, String)
- .galleries : String
-
.get(key)
Get the raw config for legacy access (TODO: remove)
- .image_large : Int32
- .image_thumb : Int32
- .language : String
-
.languages
Get all available languages by scanning for conf.LANG.yml files
- .locale : String
- .options(lang = nil)
- .output : String
- .posts : String
-
.reload
Reload the config file from disk
- .taxonomies : Taxonomies
- .theme : String
- .title : String
- .url : String
- .verbosity : Int32