diff --git a/README.md b/README.md index a696856..df704ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# _kewt_ +# ![kewt](/icon.svg) ### Pronounced "cute" *** diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..2a888dd Binary files /dev/null and b/icon.png differ diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..812b3fe --- /dev/null +++ b/icon.svg @@ -0,0 +1,21 @@ + + + + + + + + + kewt + diff --git a/site/favicon.ico b/site/favicon.ico new file mode 100644 index 0000000..04add60 Binary files /dev/null and b/site/favicon.ico differ diff --git a/site/site.conf b/site/site.conf index 4628f28..290040f 100644 --- a/site/site.conf +++ b/site/site.conf @@ -7,8 +7,8 @@ footer = "" logo = "" display_logo = false display_title = true -logo_as_favicon = true -favicon = "" +logo_as_favicon = false +favicon = "/favicon.ico" order = "" home_name = "Home" show_home_in_nav = true