diff --git a/config.toml b/config.toml index 25b1f79..ae2d8d2 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,11 @@ theme = 'm10c' name = "Tags" url = "/tags/" +[params] + description = "This is my blog 😁" + author = "Isaac Shoebottom" + avatar = "avatar.png" + [[params.social]] icon = "github" name = "My Github" diff --git a/static/avatar.png b/static/avatar.png new file mode 100644 index 0000000..add567a Binary files /dev/null and b/static/avatar.png differ