baseURL = "https://robbyzambito.me/" languageCode = "en-us" title = "Robby Zambito" theme = "hugo-ink" paginate = 15 copyright = "CC BY-SA 4.0" pygmentsstyle = "vs" pygmentscodefences = true pygmentscodefencesguesssyntax = true [params] subtitle = "Software Engineer" avatar = "https://git.robbyzambito.me/avatars/1e72c5a6ad87cf7eb40306944cb9ed63" featherIconsCDN = true mode = "auto" customCSS = "css/custom.css" # Custom CSS applied to default styles. customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css. # customJS = ["js/custom.js", "js/custom1.js"] # Custom JS scripts. mainSections = ["post"] # Nav. [[menu.main]] name = "Home" url = "/" weight = 1 [[menu.main]] name = "About" url = "/about" weight = 2 [[menu.main]] name = "All posts" url = "/posts" weight = 3 [[menu.main]] name = "Photos" url = "/photos" weight = 4 [[menu.main]] name = "Other" url = "/other" weight = 5 [[menu.main]] name = "Tags" url = "/tags" weight = 6 [[params.social]] name = "Gitea" icon = "code" url = "https://git.robbyzambito.me/Zambyte" [[params.social]] name = "RSS" icon = "rss" url = "/posts/index.xml" [taxonomies] tag = "tags" [markup.goldmark.renderer] unsafe = true