Skip to content

Commit 4cccdee

Browse files
committed
chore: Clean up site metadata and update logo
* Changed logo color to be easy to view in both dark/light modes (better color in general, imo) * Changed and cleaned up head/meta/manifest info and logos for docs and frontend
1 parent 2295cf4 commit 4cccdee

23 files changed

+31
-19
lines changed

assets/apple-touch-icon.png

9.82 KB
Loading

assets/favicon-16x16.png

421 Bytes
Loading

assets/favicon-32x32.png

862 Bytes
Loading

assets/favicon.ico

15 KB
Binary file not shown.

assets/icon.png

9.24 KB
Loading

assets/icon.svg

Lines changed: 2 additions & 2 deletions
Loading

assets/icon128.png

3.34 KB
Loading

docsite/docusaurus.config.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
66

77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
9-
title: 'My Site',
10-
tagline: 'Dinosaurs are cool',
9+
title: 'Multi-Scrobbler',
10+
tagline: 'Scrobble all the things',
1111
favicon: 'img/favicon.ico',
1212

1313
// Set the production url of your site here
@@ -106,6 +106,10 @@ const config = {
106106
{
107107
title: 'Docs',
108108
items: [
109+
{
110+
label: 'Overview',
111+
to: '/',
112+
},
109113
{
110114
label: 'Installation',
111115
to: '/docs/installation',

docsite/src/pages/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Multi-Scrobbler
2+
title: Overview
33
---
44

5-
# multi-scrobbler
5+
# Overview
66

77
![Latest Release](https://img.shields.io/github/v/release/foxxmd/multi-scrobbler)
88
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)

docsite/static/img/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)