Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🔧 : configure menu

+2 -2
+2 -2
hugo.toml
··· 15 15 16 16 17 17 menu = [ 18 - {Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 5}, 19 - {Name = "Talks", URL = "/talks/"}, 18 + {Name = "Latests Posts", URL = "/posts/", HasChildren = true, Limit = 5}, 19 + {Name = "Talks", URL = "/talks/", HasChildren = true, Limit = 5 }, 20 20 {Name = "Projects", URL = "/projects/"} 21 21 ] 22 22