diff --git a/_config.yml b/_config.yml index 1a7bf9ac..84e72915 100644 --- a/_config.yml +++ b/_config.yml @@ -21,6 +21,8 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com github_username: tidalmigrations +favicon_ico: "/assets/favicon.ico" + # Build settings markdown: kramdown theme: just-the-docs diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 00000000..dfe17318 Binary files /dev/null and b/assets/favicon.ico differ