41 lines
978 B
TOML
41 lines
978 B
TOML
baseurl = "https://ettore.dreucci.it/"
|
|
theme = "cocoa-eh"
|
|
builddrafts = false
|
|
canonifyurls = true
|
|
contentdir = "content"
|
|
languageCode = "en-US"
|
|
layoutdir = "layouts"
|
|
publishdir = "public"
|
|
author = "Ettore Dreucci"
|
|
title = "Ettore Dreucci"
|
|
disqusshortname = ""
|
|
pluralizelisttitles = false
|
|
|
|
[permalinks]
|
|
blog = "blog/:filename/"
|
|
|
|
[params]
|
|
dateform = "2 Jan 2006"
|
|
dateformfull = "Mon 2 Jan 2006 15:04:05 MST"
|
|
description = "GNU/Linux Nerd - Cloud Engineer"
|
|
#copyright = "Copyright © 2025 Ettore Dreucci"
|
|
logofile = "img/general/calvin.png"
|
|
faviconfile = "img/general/favicon.ico"
|
|
highlightjs = true
|
|
progressively = false
|
|
align_left = false
|
|
lang = "en"
|
|
#latestpostcount = 5
|
|
github = "noettore"
|
|
#email = "ettore.dreucci@gmail.com"
|
|
linkedin = "ettore-dreucci-403110175"
|
|
keybase = "noettore"
|
|
#twitter = "example"
|
|
#social_banner = "img/banner.png"
|
|
posts_navigation = true
|
|
small_banner_logo = true
|
|
|
|
[outputFormats]
|
|
[outputFormats.RSS]
|
|
mediatype = "application/rss"
|
|
baseName = "feed" |