First try

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2018-05-10 15:54:19 +02:00
commit 993ed4e557
8 changed files with 64 additions and 0 deletions

33
config.toml Normal file
View 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/"