New theme, improvements to come...
Signed-off-by: Ettore <noettore@gmail.com>
This commit is contained in:
64
config.toml
64
config.toml
@@ -1,37 +1,35 @@
|
||||
baseURL = "https://ettore.dreucci.it/"
|
||||
title = "Ettore Dreucci"
|
||||
|
||||
languageCode = "en"
|
||||
|
||||
theme = "coder"
|
||||
|
||||
paginate = 20
|
||||
baseurl = "https://ettore.dreucci.it/"
|
||||
theme = "cocoa-eh"
|
||||
builddrafts = true
|
||||
canonifyurls = true
|
||||
contentdir = "content"
|
||||
languageCode = "en-US"
|
||||
layoutdir = "layouts"
|
||||
publishdir = "public"
|
||||
author = "Ettore Dreucci"
|
||||
title = "Ettore Dreucci"
|
||||
disqusshortname = ""
|
||||
pluralizelisttitles = false
|
||||
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||
|
||||
pygmentsstyle = "b2"
|
||||
pygmentscodefences = true
|
||||
pygmentscodefencesguesssyntax = true
|
||||
[permalinks]
|
||||
blog = "blog/:slug/"
|
||||
|
||||
[params]
|
||||
author = "Ettore Dreucci"
|
||||
#info = "GNU/Linux nerd. Computer Engineering student at UniPi."
|
||||
description = "Ettore Dreucci's personal website"
|
||||
hideCredits = true
|
||||
hideCopyright = true
|
||||
|
||||
[[params.social]]
|
||||
name = "Contacts"
|
||||
weight = 1
|
||||
url = "./contacts"
|
||||
|
||||
|
||||
[[params.social]]
|
||||
name = "Github"
|
||||
weight = 2
|
||||
url = "https://github.com/Noettore"
|
||||
|
||||
|
||||
[[menu.main]]
|
||||
name = "Contacts"
|
||||
weight = 1
|
||||
url = "/contacts/"
|
||||
dateform = "2 Jan 2006"
|
||||
dateformfull = "Mon 2 Jan 2006 15:04:05 MST"
|
||||
description = "GNU/Linux Nerd"
|
||||
#copyright = "Copyright © 2019 Ettore Dreucci"
|
||||
logofile = "img/general/calvin.png"
|
||||
faviconfile = "img/general/favicon.ico"
|
||||
highlightjs = true
|
||||
progressively = true
|
||||
align_left = false
|
||||
lang = "en"
|
||||
github = "noettore"
|
||||
#email = "ettore.dreucci@gmail.com"
|
||||
linkedin = "ettore-dreucci-403110175"
|
||||
#twitter = "example"
|
||||
social_banner = "img/banner.png"
|
||||
posts_navigation = true
|
||||
small_banner_logo = true
|
||||
|
Reference in New Issue
Block a user