diff --git a/config.toml b/config.toml index 1e4c1d5..d7825d5 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "https://rayelliott.dev/blog/" languageCode = "en-us" -title = "Blog" +title = "RayElliottDev" theme = "hugo-coder" publishDir = "blog" @@ -16,12 +16,14 @@ publishDir = "blog" info = "Hello World!" avatarurl = "/images/avatar.jpg" - favicon_32 = "/img/favicon-32x32.png" - favicon_16 = "/img/favicon-16x16.png" + favicon_32 = "/images/favicon-32x32.png" + favicon_16 = "/images/favicon-16x16.png" # footercontent = "Yo mah footah" hidecredits = true + custom_css = ["/css/custom.css"] + [[menu.main]] name = "About" weight = 3 @@ -43,3 +45,13 @@ publishDir = "blog" weight = 30 url = "/tags/" +[[params.social]] +name = "Gitea" +icon = "fab fa-git-alt fa-2x" +weight = 1 +url = "https://git.rayelliott.dev" +[[params.social]] +name = "LinkedIn" +icon = "fab fa-linkedin fa-2x" +weight = 1 +url = "https://www.linkedin.com/in/rayelliottdev"