diff --git a/hugo.toml b/hugo.toml index afd339e..adabb39 100644 --- a/hugo.toml +++ b/hugo.toml @@ -11,6 +11,7 @@ user = "cianh" hostname = "bulba.space" sitedescription = "The ramblings of a sole scientist, shared here for no good reason..." author = { name = "Cian Hughes", email = "hugo@example.com" } +favicon = "favicon.ico" social = [ { key = 0, name = "github", url = "https://github.com/Cian-H", icon = "fa-brands fa-github", target = "_blank", aria = "GitHub Profile" }, { key = 1, name = "gitlab", url = "https://https://gitlab.com/Cian-H", icon = "fa-brands fa-gitlab", target = "_blank", aria = "GitHub Profile" }, diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..30573cc Binary files /dev/null and b/static/favicon.ico differ