15 lines
354 B
TOML
15 lines
354 B
TOML
|
baseURL = "https://www.olimpiadi-economiaefinanza.it/"
|
||
|
languageCode = "it-IT"
|
||
|
title = "Olimpiadi di Economia e Finanza"
|
||
|
theme = "ananke"
|
||
|
DefaultContentLanguage = "it"
|
||
|
|
||
|
[Params]
|
||
|
read_more_copy = "continua"
|
||
|
background_color_class = "bg-custom-green"
|
||
|
recent_posts_number = 3
|
||
|
custom_css = ["css/custom.css"]
|
||
|
|
||
|
[blackfriday]
|
||
|
hrefTargetBlank = true
|
||
|
|