Skip to content

Commit

Permalink
Refactor site configuration and branding
Browse files Browse the repository at this point in the history
  • Loading branch information
JamboChen committed Sep 16, 2024
1 parent 8fb050b commit d3fae79
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const config: Config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'My Site',
title: 'Jambo\'s Notes',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
Expand All @@ -110,46 +110,46 @@ const config: Config = {
docsPluginId: 'coding'
},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/JamboChen/blog',
label: 'GitHub',
position: 'right',
},
],
},
footer: {
style: 'dark',
links: [
{
title: 'Docs',
},
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
},
],
},
{
title: 'More',
items: [
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
// links: [
// {
// title: 'Docs',
// },
// {
// title: 'Community',
// items: [
// {
// label: 'Stack Overflow',
// href: 'https://stackoverflow.com/questions/tagged/docusaurus',
// },
// {
// label: 'Discord',
// href: 'https://discordapp.com/invite/docusaurus',
// },
// {
// label: 'Twitter',
// href: 'https://twitter.com/docusaurus',
// },
// ],
// },
// {
// title: 'More',
// items: [
// {
// label: 'GitHub',
// href: 'https://github.com/facebook/docusaurus',
// },
// ],
// },
// ],
copyright: `Copyright © ${new Date().getFullYear()} Jambo Chen. Built with Docusaurus.`,
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit d3fae79

Please sign in to comment.