Website/config.toml

25 lines
927 B
TOML

baseURL = 'http://obelisco.digital/'
languageCode = 'it-IT'
title = 'Obelisco Digitale'
theme = "memento"
DefaultContentLanguage = "it"
[params]
author = "Adriano Sepe"
menus = ["Post", "About", "Scrivimi"]
menusLinks = ["/posts", "/about", "mailto:webmaster@obeliscodigitale.online"]
description = "Un'eterno flusso di coscienza'" # this will be added as metadata
imageInArticlePreview = false # show images in article preview; default false
fitImageInArticlePreview = false # make article preview images fit the article preview instead of getting cropped
articleSummary = false # show a summary in article preview; default true
fontFamily = "Finlandica" # changes the font, default "JetBrains Mono"
titleFontFamily = "Labrada" # font used for titles and headings
monospaceFontFamily = "JetBrains Mono" # changes the monospace font for code, default "JetBrains Mono"