diff --git a/docs/latest/getting-started.md b/docs/latest/getting-started.md index fa052048..deaf4632 100644 --- a/docs/latest/getting-started.md +++ b/docs/latest/getting-started.md @@ -7,6 +7,8 @@ slug: / import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +![](/img/logger-f-logo-200x200.png) + [![Build Status](https://github.com/Kevin-Lee/logger-f/workflows/Build-All/badge.svg)](https://github.com/Kevin-Lee/logger-f/actions?workflow=Build-All) [![Release Status](https://github.com/Kevin-Lee/logger-f/workflows/Release/badge.svg)](https://github.com/Kevin-Lee/logger-f/actions?workflow=Release) [![Latest version](https://index.scala-lang.org/kevin-lee/logger-f/latest.svg)](https://index.scala-lang.org/kevin-lee/logger-f) @@ -21,7 +23,7 @@ import TabItem from '@theme/TabItem'; * Supported Scala Versions: @SUPPORTED_SCALA_VERSIONS@ -## ![](/img/logger-f-logo-96x96.png) LoggerF - Logger for `F[_]` +## LoggerF - Logger for `F[_]` LoggerF is a tool for logging tagless final with an effect library. LoggerF requires [Effectie](https://kevin-lee.github.io/effectie) to construct `F[_]`. All the example code in this doc site uses Effectie so if you're not familiar with it, please check out [Effectie](https://kevin-lee.github.io/effectie) website. diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 710ba458..183b4831 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -60,7 +60,7 @@ function Home() { description="Logger for F[_]">
- Project Logo + Project Logo

{siteConfig.title}

diff --git a/website/static/img/favicon.png b/website/static/img/favicon.png index 332e1132..5e9b65ec 100644 Binary files a/website/static/img/favicon.png and b/website/static/img/favicon.png differ diff --git a/website/static/img/logger-f-logo-200x200.png b/website/static/img/logger-f-logo-200x200.png new file mode 100644 index 00000000..93ace16d Binary files /dev/null and b/website/static/img/logger-f-logo-200x200.png differ diff --git a/website/static/img/logger-f-logo-32x32.png b/website/static/img/logger-f-logo-32x32.png index 332e1132..8d02fa35 100644 Binary files a/website/static/img/logger-f-logo-32x32.png and b/website/static/img/logger-f-logo-32x32.png differ diff --git a/website/static/img/logger-f-logo-400x400.png b/website/static/img/logger-f-logo-400x400.png new file mode 100644 index 00000000..78faceb2 Binary files /dev/null and b/website/static/img/logger-f-logo-400x400.png differ diff --git a/website/static/img/logger-f-logo-64x64.png b/website/static/img/logger-f-logo-64x64.png index ec2b66dd..5e9b65ec 100644 Binary files a/website/static/img/logger-f-logo-64x64.png and b/website/static/img/logger-f-logo-64x64.png differ diff --git a/website/static/img/logger-f-logo-96x96.png b/website/static/img/logger-f-logo-96x96.png index 2565f748..5a39bed8 100644 Binary files a/website/static/img/logger-f-logo-96x96.png and b/website/static/img/logger-f-logo-96x96.png differ diff --git a/website/static/img/logger-f-social-card.jpg b/website/static/img/logger-f-social-card.jpg new file mode 100644 index 00000000..56d5e669 Binary files /dev/null and b/website/static/img/logger-f-social-card.jpg differ diff --git a/website/static/img/poster.png b/website/static/img/poster.png index 3c966125..2054c7b8 100644 Binary files a/website/static/img/poster.png and b/website/static/img/poster.png differ