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