Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions blog/tags.yml
Original file line number Diff line number Diff line change
@@ -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
11 changes: 8 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default function Home(): ReactNode {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
title={`${siteConfig.title}`}
description="The Carleton Computer Science Society internal handbook for volunteers and developers"
>
<HomepageHeader />
<div style={{ textAlign: "center", marginTop: "5rem" }}>
Expand Down
Binary file added static/img/orientation2018-min.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading