diff --git a/blog/tags.yml b/blog/tags.yml index bfaa778..e4007b8 100644 --- a/blog/tags.yml +++ b/blog/tags.yml @@ -1,19 +1,19 @@ facebook: label: Facebook permalink: /facebook - description: Facebook tag description + description: The Carleton Computer Science Society internal handbook for volunteers and developers hello: label: Hello permalink: /hello - description: Hello tag description + description: The Carleton Computer Science Society internal handbook for volunteers and developers docusaurus: label: Docusaurus permalink: /docusaurus - description: Docusaurus tag description + description: The Carleton Computer Science Society internal handbook for volunteers and developers hola: label: Hola permalink: /hola - description: Hola tag description + description: The Carleton Computer Science Society internal handbook for volunteers and developers diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 4fb3da4..65586cb 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -50,7 +50,7 @@ const config: Config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + 'https://github.com/CarletonComputerScienceSociety/handbook/tree/main/', // Useful options to enforce blogging best practices onInlineTags: 'warn', onInlineAuthors: 'warn', @@ -71,8 +71,13 @@ const config: Config = { searchParameters: {}, placeholder: 'Search the Handbook', }, - // Replace with your project's social card - image: 'img/docusaurus-social-card.jpg', + + metadata: [ + { name: 'og:image', content: '/images/orientation2018-min.jpeg' }, + { name: 'twitter:image', content: '/images/orientation2018-min.jpeg' }, + ], + + image: 'img/orientation2018-min.jpeg', announcementBar: { id: 'new-handbook-notice-may-2025', content: diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 95c748b..4323492 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -33,8 +33,8 @@ export default function Home(): ReactNode { const { siteConfig } = useDocusaurusContext(); return (
diff --git a/static/img/orientation2018-min.jpeg b/static/img/orientation2018-min.jpeg new file mode 100644 index 0000000..75e197f Binary files /dev/null and b/static/img/orientation2018-min.jpeg differ