diff --git a/docusaurus.config.js b/docusaurus.config.js index 9bdd7d454..60f05c59d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -20,6 +20,9 @@ const config = { organizationName: 'usethesource', // Usually your GitHub org/user name. projectName: 'rascal-website', // Usually your repo name. deploymentBranch: 'gh-pages-v2', + customFields: { + description: 'The Rascal Meta Programming Language - The one-stop shop for metaprogramming', + }, presets: [ [ 'classic', @@ -32,6 +35,8 @@ const config = { // `https://github.com/usethesource/rascal/tree/main/src/org/rascalmpl/courses/${docPath.substring(4)}`, }, blog: { + blogTitle: 'Rascal MPL Blog', + blogDescription: 'Stories about using Rascal MPL in real life', showReadingTime: true, blogSidebarTitle: 'All posts', blogSidebarCount: 'ALL', diff --git a/release-notes/index.mdx b/release-notes/index.mdx index b8b669595..3dc622d53 100644 --- a/release-notes/index.mdx +++ b/release-notes/index.mdx @@ -1,6 +1,7 @@ --- -title: "Release Notes" +title: "Rascal MPL - Release Notes" +description: "Releases and changelogs for Rascal MPL" sidebar_position: 0 --- -On the left you can find all our (recent) release notes. \ No newline at end of file +On the left you can find all our (recent) release notes. diff --git a/src/pages/index.js b/src/pages/index.js index 9adeff5c9..61087716c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -25,7 +25,7 @@ export default function Home() { return ( + description={`${siteConfig.customFields.description}`}>