diff --git a/content/hugo.toml b/content/hugo.toml index c211184..dd4ca4e 100644 --- a/content/hugo.toml +++ b/content/hugo.toml @@ -2,3 +2,6 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' theme = "ananke" + +[params] +site_logo = "logo.png" diff --git a/content/static/logo.png b/content/static/logo.png new file mode 100644 index 0000000..c54fa8b Binary files /dev/null and b/content/static/logo.png differ