Source code of my website
1
fork

Configure Feed

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

๐Ÿ“ˆ : add plausible script

+3
+3
hugo.toml
··· 13 13 description = "freelance solution & software architect ๐Ÿ— - containers ๐Ÿ‹ & linux ๐Ÿง โค๏ธ - teacher & trainer ๐ŸŽ“ @ univ-lille.fr - speaker ๐ŸŽ™" 14 14 front_page_content = ["posts", "projects"] 15 15 16 + plausible = true 17 + plausible_domain = "codeka.io" 18 + plausible_script = "https://plausible.io/js/script.js" 16 19 17 20 menu = [ 18 21 {Name = "Latests Posts", URL = "/posts/", HasChildren = true, Limit = 5},