-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
166 lines (138 loc) · 4.04 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
baseURL = "https://nparisi.com/" # https://nparisi.netlify.app/ | https://localhost
languageCode = "it-it"
defaultContentLanguage = "it"
title = "nParisi.com // il blog"
theme = "tracks"
publishDir = ""
disqusShortname = "nparisi-com"
googleAnalytics = "G-1JLFJ4WDCC"
preserveTaxonomyNames = true
enableRobotsTXT = true
canonifyURLs = true
enableEmoji = true
disableKinds = ["taxonomyTerm"]
paginate = 7
timeout = 300000
[taxonomy]
category = "categories"
tag = "tags"
[permalinks]
categories = "/:slug"
tags = "/tags/:slug"
[privacy]
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
# Informazioni sui Cookie: https://www.giovannifracasso.it/accettazione-cookies-privacy-banner
# Test pagina per cookie: https://webcookies.org/
# Verifica i cookie creati: https://www.cookiemetrix.com/
[privacy.googleAnalytics]
disable = false # set to true to disable service
anonymizeIP = true # set to true to meet General Data Protection Regulation (GDPR)
respectDoNotTrack = true
useSessionStorage = true
[privacy.youtube]
disable = false
privacyEnhanced = true
[privacy.vimeo]
disable = false
simple = false
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[params]
author = "Nicola"
image = "/images/logo_1x1.png"
slogan = "tecnologia / libri / viaggi / fotografia"
copyright = [ # esiste un copyright anche in scripts.html nella gallery full screen
"© 2018-YEAR NICOLA PARISI" ,
"Tutte le foto - se non diversamente specificato - sono di mia proprietà. E' vietata la riproduzione anche parziale dei contenuti di questo blog." ,
"[Disclaimer](/disclaimer) | [Licenza](/licenza) | [Privacy](/privacy) | [Sorgenti](/sorgenti) | [Caffè?](/caffe)"
]
description = "Un blog, un diario, una raccolta di foto che parlano di viaggi, fotografia, avventure, tecnologia e libri."
instagramAppId = "5697953803609352"
instagramClientToken = "5a4d16aa5e39c88d96f2e44b5a8716a8"
RSSLink = true
[[menu.main]]
name = "Tutti i post"
url = "/"
weight = 1
[[menu.main]]
name = "Travel"
identifier = "travel"
url = "/tags/travel/"
weight = 2
[[menu.main]]
name = "Destinazioni e racconti"
parent = "travel"
url = "destinazioni/"
weight = 1
[[menu.main]]
name = "Compagnie aeree"
parent = "travel"
url = "compagnie-aeree/"
weight = 2
[[menu.main]]
name = "Travel tips"
parent = "travel"
url = "travel-tips/"
weight = 3
[[menu.main]]
name = "Accessori"
identifier = "accessori"
url = "accessori/"
weight = 3
# [[menu.main]]
# name = "Zaini e bags"
# parent = "accessori"
# url = "/tags/zaini-bags"
# weight = 1
[[menu.main]]
name = "Fotografia"
parent = "accessori"
url = "/accessori/attrezzatura-fotografica"
weight = 1
# [[menu.main]]
# name = "Workstation"
# parent = "accessori"
# url = "/accessori/workstation"
# weight = 3
[[menu.main]]
name = "Blog"
identifier = "blog"
url = "/tags/blog/"
weight = 4
[[menu.main]]
name = "Libreria"
parent = "blog"
url = "libreria/"
weight = 1
[[menu.main]]
name = "Lifestyle"
parent = "blog"
url = "lifestyle/"
weight = 2
[[menu.main]]
name = "#Liquori d'Europa"
parent = "blog"
url = "tags/liquorideuropa"
weight = 3
[[menu.main]]
name = "#worldseaschallange"
parent = "blog"
url = "lifestyle/worldseaschallange/"
weight = 4
[[menu.main]]
name = "Med & Tech"
url = "med-tech/"
weight = 5
[[menu.main]]
name = "Chi sono"
url = "about/"
weight = 6
[params.social]
twitter = "nparisicom"
instagram = "npmelano"
youtube = "UCz_ZsgGRbD4tC8_-4Ni78hQ"
rss = true
contatti = "email/"
telegram = "nparisi"