-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
66 lines (56 loc) · 1.52 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
## Basic Configuration
baseurl = "https://andr3a88.github.io"
builddrafts = false
canonifyurls = false
languageCode = "en-US"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
author = "Andrea Stevanato"
title = "Andrea Stevanato - iOS Developer - andr3a88"
theme = "hugo-goa"
## Hugo Built-in Features
disqusShortname = "andr3a88" # Comment out to disable Disqus.
#googleAnalytics = "UA-15186983-3"
enableRobotsTXT = true
## Site Settings
[params]
author = "Andrea Stevanato"
intro = "Tech Lead and iOS Developer. Swift and clean code enthusiast. Also working on backend development with NodeJS, Typescript."
description = "Now @ ShopFully"
authorimage = "andrea.jpg"
dateformat = "Jan 2, 2006"
## Site Meta Settings
[params.meta]
description = "Andrea Stevanato Personal web site"
keywords = "blog,developer,swift,swiftlang,ios,developer,ios-dev,ios developer"
## Social Accounts
[params.social]
github = "andr3a88"
linkedin = "andrea-stevanato-27826187"
twitter = "andrea_steva"
stackoverflow = "andr3a88"
medium = "andr3a88"
## Extras
[params.extra]
copyright = "© 2023. Andrea Stevanato. [Some Rights Reserved](http://creativecommons.org/licenses/by/3.0/)."
poweredby = false
hightlightjs = true
rss = false
socialmarkup = true
## Main Menu
[[menu.main]]
name = "about"
identifier = "about"
weight = 100
url = "/about/"
[[menu.main]]
name = "blog"
weight = 200
identifier = "blog"
url = "/blog/"
[[menu.main]]
name = "code"
weight = 300
identifier = "code"
url = "/code/"