Skip to content

Commit

Permalink
Newsletter module added.
Browse files Browse the repository at this point in the history
  • Loading branch information
izzet committed Jun 13, 2024
1 parent 41bbb23 commit 828d8ff
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
6 changes: 6 additions & 0 deletions newsletter/2023-10-25-introducing-grc/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Introducing the Gnosis Research Center"
authors: grc
---

Introducing the Gnosis Research Center
5 changes: 5 additions & 0 deletions newsletter/authors.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 828d8ff

Please sign in to comment.