34 lines
585 B
TOML
34 lines
585 B
TOML
baseURL = "https://ettore.dreucci.it/"
|
|
title = "Ettore Dreucci"
|
|
|
|
languageCode = "en"
|
|
|
|
theme = "coder"
|
|
|
|
paginate = 20
|
|
canonifyurls = true
|
|
|
|
pygmentsstyle = "b2"
|
|
pygmentscodefences = true
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
[params]
|
|
author = "Ettore Dreucci"
|
|
info = "GNU/Linux nerd. Computer Engineering student at UniPi."
|
|
description = "Ettore Dreucci's personal website"
|
|
|
|
[[params.social]]
|
|
name = "Github"
|
|
weight = 1
|
|
url = "https://github.com/Noettore"
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
weight = 1
|
|
url = "/posts/"
|
|
|
|
[[menu.main]]
|
|
name = "Contacts"
|
|
weight = 2
|
|
url = "/contacts/"
|