Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #40 from everettraven/docs/logo_update
Browse files Browse the repository at this point in the history
change logo in docs
  • Loading branch information
everettraven authored Oct 17, 2021
2 parents dfd1a70 + 2e5a74b commit 73d15c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
baseUrl: '/packageless/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
favicon: 'img/light_mode.png',
organizationName: 'everettraven', // Usually your GitHub org/user name.
projectName: 'packageless', // Usually your repo name.

Expand All @@ -35,11 +35,13 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({

navbar: {
title: 'Packageless',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
src: 'img/light_mode.png',
srcDark: 'img/dark_mode.png',
},
items: [
{
Expand Down
Binary file added docs/static/img/dark_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/light_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73d15c1

Please sign in to comment.