diff --git a/components/MarkdownContent.server.vue b/components/MarkdownContent.server.vue new file mode 100644 index 00000000..5ee3ad00 --- /dev/null +++ b/components/MarkdownContent.server.vue @@ -0,0 +1,15 @@ + + + diff --git a/components/MarkdownContent.vue b/components/MarkdownContent.vue deleted file mode 100644 index 81ecd9b0..00000000 --- a/components/MarkdownContent.vue +++ /dev/null @@ -1,28 +0,0 @@ - - - diff --git a/components/TwitterCard.vue b/components/TwitterCard.vue new file mode 100644 index 00000000..aeb6d9c1 --- /dev/null +++ b/components/TwitterCard.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/content/_data.yml b/content/_data.yml index 834973ff..7a138013 100644 --- a/content/_data.yml +++ b/content/_data.yml @@ -54,4 +54,106 @@ browserCards: title: Firefox Extension description: | IPFS browser extension - link: https://www.protocol.ai \ No newline at end of file + link: https://www.protocol.ai +twitterCards: + - name: Horacio Herrera + handle: hhg2288 + post: | + IPFS Community round table!! + image: twitter-horracio.jpg + time: 5:23 PM + date: Oct 30, 2022 + - name: Protocol Labs + handle: protocollabs + post: | + Scenes from Day 1 of [#IPFSCamp](https://twitter.com/hashtag/IPFSCamp) at [#LabWeek](https://twitter.com/hashtag/LabWeek). + + Head to Convento do Beato for another day of talks, workshops, connection & more for the IPFS + + Community. Happening all day. + + Details + [https://2022.ipfs.camp](https://2022.ipfs.camp) + image: twitter-protocol.jpg + time: 2:30 PM + date: Oct 29, 2022 + - name: shann.lens + handle: shanvasion + post: | + Huge respect for the [@protocollabs](https://twitter.com/protocollabs) ecosystem [#IPFSCamp](https://twitter.com/hashtag/IPFSCamp) Today was incredible. I met some of the absolute smartest and kindest ppl. Overheard many discussions about how projects are going to achieve adoption. The energy is all about action + time: 2:30 PM + date: Oct 29, 2022 + retweet: + name: IPFS + handle: IPFS + post: | + Ready for round 2? + + Join us for [#IPFSCamp](https://twitter.com/hashtag/IPFSCamp) tomorrow, kicking off at 10am for a full day of talks, workshops, hacking, and more. + image: twitter-shann.jpg + date: Oct 28, 2022 + - name: Sneha Mishra + handle: sneha_bb + post: | + Realising the power of decentralisation w [@IPFS](https://twitter.com/ipfs) [@Filecoin](https://twitter.com/filecoin) fighting for the common people against Violence, Evidence Tampering, Wrongful Voting, Control over publishing/media industry.... + image: twitter-sneha.jpg + time: 3:57 PM + date: Oct 30, 2022 + - name: shann.lens + handle: shanvasion + post: | + Huge respect for the [@protocollabs](https://twitter.com/protocollabs) ecosystem [#IPFSCamp](https://twitter.com/hashtag/IPFSCamp) Today was incredible. I met some of the absolute smartest and kindest ppl. Overheard many discussions about how projects are going to achieve adoption. The energy is all about action + time: 2:30 PM + date: Oct 29, 2022 + retweet: + name: IPFS + handle: IPFS + post: | + Ready for round 2? + + Join us for [#IPFSCamp](https://twitter.com/hashtag/IPFSCamp) tomorrow, kicking off at 10am for a full day of talks, workshops, hacking, and more. + image: twitter-shann.jpg + date: Oct 28, 2022 + - name: Pixelmatters + handle: pixelmatters_ + post: | + What a day we had yesterday at [LabWeek22](https://twitter.com/hashtag/LabWeek22), the first-ever decentralized conference hosted by our partner [@protocollabs](https://twitter.com/protocollabs) + + It's an event where teams are innovating and building a collective future. #plsummit + image: twitter-pixelmatters.jpg + time: 7:27 PM + date: Oct 25, 2022 + - name: omoju.eth + handle: omojumiller + post: | + Super excited about this. I really, really, like being a part of [@protocollabs](https://twitter.com/protocollabs) family! + + My team and I like their approach to building a thriving eco-system of #Web3 companies solving major problems [LabWeek22](https://twitter.com/hashtag/LabWeek22). + time: 3:57 PM + date: Oct 30, 2022 + retweet: + name: Protocol Labs + handle: protocollabs + post: | + Only two weeks until we're together in Lisbon for [LabWeek22](https://twitter.com/hashtag/LabWeek22)! Events are filling up fast [http://22.labweek.io](http://22.labweek.io) for the latest news and to reserve your spot! + + Lisbon, Portugal
+ Oct 24 - Nov 4, 2022
+ [http://22.labweek.io](http://22.labweek.io) + image: twitter-omojueth.jpg + date: Oct 11, 2022 + - name: Satellite_im + handle: satellite_im + post: | + Satellite's [@weveloper](weveloper) is up front now showing off our Iridium project, which is the special sauce that powers Satellite Core's messaging platform. [#IPFSCamp](https://twitter.com/hashtag/IPFSCamp) + image: twitter-satelliteim.jpg + time: 3:57 PM + date: Oct 30, 2022 + - name: Protocol Labs + handle: protocollabs + post: | + At Hacker Base this morning, great to see some of the [@Web3Storage](https://twitter.com/Web3Storage) team in person [@hugomrdias](https://twitter.com/hugomrdias) [@gozala](https://twitter.com/gozala) [@bengo](https://twitter.com/bengo) [@vascosantos10](https://twitter.com/vascosantos10) [@_alanshaw](https://twitter.com/_alanshaw) + #labweek22 + image: twitter-protocol-2.jpg + time: 1:23 PM + date: Oct 25, 2022 diff --git a/nuxt.config.ts b/nuxt.config.ts index e9965895..824dc79d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -32,6 +32,7 @@ export default defineNuxtConfig({ ], experimental: { inlineSSRStyles: false, + componentIslands: true, }, runtimeConfig: { public: { diff --git a/package.json b/package.json index 4a57f620..6bf1f5d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ipfs-website", "version": "3.0.0", "private": true, - "packageManager": "pnpm@8.4.0", + "packageManager": "pnpm@8.5.0", "scripts": { "build": "nuxt build", "dev": "nuxt dev", diff --git a/pages/community.vue b/pages/community.vue index 62e705ab..d67150aa 100644 --- a/pages/community.vue +++ b/pages/community.vue @@ -1,3 +1,7 @@ + +