Skip to content

Commit

Permalink
Update news and adds blog link to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-black committed Mar 6, 2024
1 parent 550444d commit 2f0e6a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ const menu = [
href: links.blog,
isExternal: true,
},
{
label: 'Docs',
href: links.docs,
isExternal: true,
},
{
label: 'Contributors',
href: '/contributors',
Expand Down
Binary file added data/images/posts/blog_stablereport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions data/posts/posts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"date": "2024/03/06",
"outlet": "Centrifuge Blog",
"title": "Report: Stablecoins, RWAs, and Onchain Capital Markets",
"body": "Centrifuge conducted interviews with experts to explore the current state, future, and endgame for stablecoins.",
"image": "../images/posts/blog_stablereport.png",
"alt": "",
"href": "https://centrifuge.mirror.xyz/lm0dGyRI_MvYqe887wEFg8cMooZtA_cJEOeJJtv9eX8"
},
{
"date": "2024/02/28",
"outlet": "Centrifuge Blog",
Expand Down

0 comments on commit 2f0e6a8

Please sign in to comment.