-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
47 lines (42 loc) · 1.56 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
baseURL = "https://stefanosabatini.com/"
# include content marked as draft
buildDrafts = false
# include content with publishdate in the future
buildFuture = false
# include content already expired
buildExpired = false
# enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
relativeURLs = true
disableRSS = true
enableRobotsTXT = true
editor = "nano"
languageCode = "en"
language = "en"
theme = "vncnt-hugo"
title = "Stefano Sabatini · Landing Page"
[permalinks]
fixed = ":title/"
posts = "posts/:slug/"
[params]
author = "Stefano Sabatini"
description = "Landing Page"
bio = ""
avatar = "img/avatar.jpg"
favicon = "img/favicon.ico"
error404 = "There is no such page."
[params.contact]
github = "https://github.com/sabas"
instagram = "https://instagram.com/sabas_ge"
twitter = "https://twitter.com/__sabas"
facebook = "https://www.facebook.com/ste.sabatini/"
# You may use (inline) tables for more versatility
# This allows sorting and even more icons.
# Just make sure not to mix key-value pairs, inline tables and tables,
# although keeping keeping this order is ok.
# See https://toml.io/en/v1.0.0 for details
# 0 = { name = "ello", icon = "ello", style = "fab", link = "" } # empty links are relative to site root
[params.contact.email]
name = "email" # may be omitted. defaults to key name
icon = "envelope" # may be omitted. defaults to key name
style = "fas" # may be omitted. default = "fas"
link = "mailto:[email protected]"