add icons, custom css
This commit is contained in:
parent
4fa33c3c7f
commit
24c3673b80
18
config.toml
18
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"
|
||||
|
|
Reference in New Issue