33
config.toml
Normal file
33
config.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
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/"
|
Reference in New Issue
Block a user