baseURL = "https://rayelliott.dev/blog/" canonifyURLs = true languageCode = "en-us" title = "RayElliottDev" theme = "hugo-coder" publishDir = "dist/blog" [markup.goldmark.renderer] unsafe= true [taxonomies] category = "categories" series = "series" tag = "tags" # hugo-coder config [params] author = "Ray Elliott" info = "Hello World!" avatarurl = "/images/profile--bg-darker.jpg" favicon_32 = "/images/favicon-32x32.png" favicon_16 = "/images/favicon-16x16.png" hidecredits = true colorscheme = "auto" custom_scss = ["/css/main.scss"] [[params.social]] name = "Gitea" svg = "gitea.svg" weight = 10 url = "https://git.rayelliott.dev" [[params.social]] name = "LinkedIn" weight = 20 svg = "linkedin.svg" url = "https://www.linkedin.com/in/rayelliottdev" [[menu.main]] name = "Posts" weight = 5 url ="posts/" [[menu.main]] name = "About Me" weight = 8 url = "about/" [[menu.main]] name = "Portfolio" weight = 10 url = "categories/portfolio/" [[menu.main]] name = "Categories" weight = 20 url = "categories/" [[menu.main]] name = "Tags" weight = 30 url = "tags/"