diff --git a/docusaurus.config.js b/docusaurus.config.js index 333ad4f3..d0a4df5c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -287,6 +287,27 @@ const config = { darkTheme: darkTheme, }, }), + + plugins: [ + [ + "@docusaurus/plugin-content-blog", + { + /** + * Required for any multi-instance plugin + */ + id: "newsletter", + /** + * URL route for the blog section of your site. + * *DO NOT* include a trailing slash. + */ + routeBasePath: "newsletter", + /** + * Path to data on filesystem relative to site dir. + */ + path: "./newsletter", + }, + ], + ], }; module.exports = config; diff --git a/newsletter/2023-10-25-introducing-grc/index.mdx b/newsletter/2023-10-25-introducing-grc/index.mdx new file mode 100644 index 00000000..b0b33b6e --- /dev/null +++ b/newsletter/2023-10-25-introducing-grc/index.mdx @@ -0,0 +1,6 @@ +--- +title: "Introducing the Gnosis Research Center" +authors: grc +--- + +Introducing the Gnosis Research Center diff --git a/newsletter/authors.yml b/newsletter/authors.yml new file mode 100644 index 00000000..a0872e03 --- /dev/null +++ b/newsletter/authors.yml @@ -0,0 +1,5 @@ +grc: + name: Gnosis Research Center + title: PhD Candidate & Social Media Manager + url: https://grc.iit.edu + image_url: https://pbs.twimg.com/profile_images/1716607426630148096/4bLrWcID_400x400.jpg