From 3add74091e690a1a44f66a0097ffd916346cb5fb Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 9 Sep 2022 18:49:13 -0800 Subject: [PATCH] add logo to docs --- .../assets/{imgs/lilbox.svg => img/favicon.svg} | 0 docs/docs/assets/img/lilbox.svg | 11 +++++++++++ docs/docs/index.md | 17 ++++++++++++++++- docs/mkdocs.yml | 7 +++---- 4 files changed, 30 insertions(+), 5 deletions(-) rename docs/docs/assets/{imgs/lilbox.svg => img/favicon.svg} (100%) create mode 100644 docs/docs/assets/img/lilbox.svg diff --git a/docs/docs/assets/imgs/lilbox.svg b/docs/docs/assets/img/favicon.svg similarity index 100% rename from docs/docs/assets/imgs/lilbox.svg rename to docs/docs/assets/img/favicon.svg diff --git a/docs/docs/assets/img/lilbox.svg b/docs/docs/assets/img/lilbox.svg new file mode 100644 index 0000000..08670bb --- /dev/null +++ b/docs/docs/assets/img/lilbox.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/docs/docs/index.md b/docs/docs/index.md index ac19e2f..d95772c 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -1,4 +1,19 @@ -# Welcome to Homebox! +

+
+ +
+ Homebox +
+

+

+ Docs + | + Demo + | + Discord +

+ + Homebox is the inventory and organization system built for the Home User! With a focus on simplicity and ease of use, Homebox is the perfect solution for your home inventory, organization, and management needs. While developing this project I've tried to keep the following principles in mind: diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0fc39ec..d26e480 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Homebox -site_url: https://hay-kot.github.io/homebox/ +# site_url: https://hay-kot.github.io/homebox/ use_directory_urls: true theme: name: material @@ -22,9 +22,8 @@ theme: - navigation.expand - navigation.sections - navigation.tabs.sticky - favicon: assets/img/favicon.png - icon: - logo: material/package-variant + favicon: assets/img/favicon.svg + logo: assets/img/favicon.svg extra_css: - assets/stylesheets/extras.css