Skip to content

Commit

Permalink
Merge pull request #16 from noteable-io/emeeks/tweak-social-cards
Browse files Browse the repository at this point in the history
Tweak Social Cards a Bit
  • Loading branch information
rgbkrk committed Jul 24, 2023
2 parents e678ac9 + 1087f66 commit ed60645
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,28 @@ const config = {
colorMode: {
respectPrefersColorScheme: true,
},
// Replace with your project's social card
image: "img/noteable-platform-social-card.png",
metadata: [
{
name: "keywords",
content: "jupyter, python, llm, chatgpt, developer, blog",
},
{ name: "twitter:site", content: "@noteable_io" },
{
name: "twitter:description",
content:
"Resources for developers working with Noteable notebook and LLM functionality",
},
{
name: "og:description",
content:
"Resources for developers working with Noteable notebook and LLM functionality",
},
{
name: "og:site_name",
content: "Noteable",
},
],
navbar: {
title: "Noteable Developer Platform",
logo: {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
title={`${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
>
<HomepageHeader />
Expand Down

0 comments on commit ed60645

Please sign in to comment.