Skip to content

Commit b14b994

Browse files
committed
fix: path
1 parent fda915c commit b14b994

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

blog_hugo/hugo.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
baseURL = 'https://omarizquierdo.dev/blog/'
2+
canonifyURLs = true
23
languageCode = 'en-us'
34
title = 'Omar Izquierdo'
45
theme = 'poison'
56

67
[params]
78
brand = "Omar Izquierdo"
8-
brand_image = "/blog/logo.png"
9+
brand_image = "/logo.png"
910
description = "Software Developer"
1011
dark_mode = false
11-
favicon = "/blog/logo.png"
12+
favicon = "/logo.png"
1213

1314
menu = [
1415
{ Name = "About", URL = "/about/", HasChildren = false },
1516
{ Name = "Cibersecurity", URL = "/tags/cibersecurity/", Pre = "Recent", HasChildren = true, Limit = 5 },
1617
{ Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 5 },
17-
]
18-
19-
github_url = "https://github.com/OmarIzquierdo"
20-
linkedin_url = "https://www.linkedin.com/in/omar-izquierdo-97531b263"
21-
x_url = "https://twitter.com/0x1_dev"
18+
]

0 commit comments

Comments
 (0)