hugo.tml up
This commit is contained in:
38
hugo.toml
38
hugo.toml
@@ -68,31 +68,6 @@ customRemoteJS = []
|
|||||||
# outboundLinksTracking = true
|
# outboundLinksTracking = true
|
||||||
# fileDownloadsTracking = true
|
# fileDownloadsTracking = true
|
||||||
|
|
||||||
|
|
||||||
# If you want to implement a Content-Security-Policy, add this section
|
|
||||||
# [params.csp]
|
|
||||||
# childsrc = ["'self'"]
|
|
||||||
# fontsrc = ["'self'", "https://fonts.gstatic.com", "https://cdn.jsdelivr.net/"]
|
|
||||||
# formaction = ["'self'"]
|
|
||||||
# framesrc = ["'self'", "https://www.youtube.com"]
|
|
||||||
# imgsrc = ["'self'"]
|
|
||||||
# objectsrc = ["'none'"]
|
|
||||||
# stylesrc = [
|
|
||||||
# "'self'",
|
|
||||||
# "'unsafe-inline'",
|
|
||||||
# "https://fonts.googleapis.com/",
|
|
||||||
# "https://cdn.jsdelivr.net/",
|
|
||||||
# ]
|
|
||||||
# scriptsrc = [
|
|
||||||
# "'self'",
|
|
||||||
# "'unsafe-inline'",
|
|
||||||
# "https://www.google-analytics.com",
|
|
||||||
# "https://cdn.jsdelivr.net/",
|
|
||||||
# ]
|
|
||||||
# prefetchsrc = ["'self'"]
|
|
||||||
# # connect-src directive – defines valid targets for to XMLHttpRequest (AJAX), WebSockets or EventSource
|
|
||||||
# connectsrc = ["'self'", "https://www.google-analytics.com"]
|
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
series = "series"
|
series = "series"
|
||||||
@@ -123,30 +98,27 @@ icon = "fa-regular fa-envelope fa-2x"
|
|||||||
weight = 4
|
weight = 4
|
||||||
url = "mailto:nikola@petrovv.com"
|
url = "mailto:nikola@petrovv.com"
|
||||||
|
|
||||||
[languages.en]
|
[[menu.main]]
|
||||||
languageName = ":uk:"
|
|
||||||
|
|
||||||
[[languages.en.menu.main]]
|
|
||||||
name = "About Me"
|
name = "About Me"
|
||||||
weight = 1
|
weight = 1
|
||||||
url = "about_me/"
|
url = "about_me/"
|
||||||
|
|
||||||
#[[languages.en.menu.main]]
|
#[[menu.main]]
|
||||||
#name = "Posts"
|
#name = "Posts"
|
||||||
#weight = 2
|
#weight = 2
|
||||||
#url = "posts/"
|
#url = "posts/"
|
||||||
|
|
||||||
#[[languages.en.menu.main]]
|
#[[menu.main]]
|
||||||
#name = "List"
|
#name = "List"
|
||||||
#weight = 3
|
#weight = 3
|
||||||
#url = "list/"
|
#url = "list/"
|
||||||
|
|
||||||
[[languages.en.menu.main]]
|
[[menu.main]]
|
||||||
name = "CV"
|
name = "CV"
|
||||||
weight = 3
|
weight = 3
|
||||||
url = "cv/"
|
url = "cv/"
|
||||||
|
|
||||||
#[[languages.en.menu.main]]
|
#[[menu.main]]
|
||||||
#name = "Projects"
|
#name = "Projects"
|
||||||
#weight = 5
|
#weight = 5
|
||||||
#url = "projects/"
|
#url = "projects/"
|
||||||
|
|||||||
Reference in New Issue
Block a user