Test Image property in frontmatter (#830)

* restore Content/index.js

* Add image to frontmatter of welcome page

* data.json changed on build

* Add full path test
This commit is contained in:
Brian Doyle
2024-08-13 14:49:48 -04:00
committed by GitHub
parent 55d6c91fcf
commit 3c9f68e973
4 changed files with 53 additions and 28 deletions

View File

@@ -17,9 +17,9 @@
"difficulty": "hard",
"hide_table_of_contents": false,
"displayed_sidebar": null,
"last_updated": "Jul 20, 2024",
"last_updated": "Aug 13, 2024",
"duration": "9 min read",
"checksum": "810ba498a0480702ecfc685fe21f49a9af965eae25db5b3f5ad11ec40516982f"
"checksum": "ef085b6f74d50f93c80ea8f2be1a007a631ccd82a607e9294d05edeed5459b89"
},
"0_deploy-with-foundry": {
"title": "Deploying a smart contract using Foundry",
@@ -285,9 +285,9 @@
"difficulty": "intermediate",
"hide_table_of_contents": false,
"displayed_sidebar": null,
"last_updated": "Jul 20, 2024",
"last_updated": "Aug 13, 2024",
"duration": "19 min read",
"checksum": "720b1b679ae3f9e0c2905f97cfbe7b07c436b93838c7686bfe63d64ba30aa1b7"
"checksum": "002c298b985a448313a177066e23133963d9ae5f3c678769343efe5fdd5813aa"
},
"1_event-poap-nouns": {
"title": "Event POAPs with Nouns",
@@ -575,9 +575,9 @@
"difficulty": "intermediate",
"hide_table_of_contents": false,
"displayed_sidebar": null,
"last_updated": "Jul 20, 2024",
"last_updated": "Aug 13, 2024",
"duration": "18 min read",
"checksum": "38e9990206b5fcb29b4f3505cf8d584464c012ef7fe76f0f41edb734990b77e5"
"checksum": "e20b430c2b1696b473625584d654f4a60e313c102127730553ab75f0bb54c568"
},
"2_oracles-chainlink-price-feeds": {
"title": "Accessing real-world data using Chainlink Data Feeds",
@@ -1071,6 +1071,39 @@
"duration": "21 min read",
"checksum": "c847674db9fb136fddfb6df8ebf5fe08ae30a4cbb35d03513c0b069d0acff0ee"
},
"4_smart-wallet-and-eoa-with-onchainkit": {
"title": "Use the Coinbase Smart Wallet and EOAs with OnchainKit",
"slug": "/smart-wallet-and-eoa-with-onchainkit",
"description": "Learn how to use OnchainKit to easily handle the Coinbase Smart Wallet and EOA wallets including the Coinbase wallet, at the same time.",
"author": "briandoyle81",
"keywords": [
"JSON RPC",
"RainbowKit",
"OnchainKit",
"frontend",
"Next.js",
"Base",
"blockchain development",
"dApps",
"Base",
"Base network",
"blockchain connection",
"smart contract development",
"smart wallet",
"Coinbase smart wallet",
"eoa"
],
"tags": [
"account abstraction",
"frontend"
],
"difficulty": "beginner",
"hide_table_of_contents": false,
"displayed_sidebar": null,
"last_updated": "Aug 13, 2024",
"duration": "10 min read",
"checksum": "c0418cfd18e1c53f692055a7e0cd5356953513c44f4504355ff7a8825bb84d97"
},
"4_smart-wallet-and-onchainkit": {
"title": "Coinbase Smart Wallet with OnchainKit",
"slug": "/smart-wallet-and-onchainkit",
@@ -1116,6 +1149,12 @@
"keywords": [
"JSON RPC",
"RainbowKit",
"OnchainKit",
"frontend",
"Next.js",
"Base",
"blockchain development",
"dApps",
"wagmi React hooks",
"frontend",
"Next.js",
@@ -1132,7 +1171,8 @@
"blockchain connection",
"smart contract development",
"smart wallet",
"Coinbase smart wallet"
"Coinbase smart wallet",
"eoa"
],
"tags": [
"account abstraction",
@@ -1141,9 +1181,9 @@
"difficulty": "beginner",
"hide_table_of_contents": false,
"displayed_sidebar": null,
"last_updated": "Aug 9, 2024",
"duration": "6 min read",
"checksum": "21bdceb19ccd7ba5517c2b63ec43fdd6f5f85db4e394287e20d6bd3623cc6c49"
"last_updated": "Aug 13, 2024",
"duration": "11 min read",
"checksum": "2a7228d01aeb31136c384b09197781e5c8cfb84df47d0344dd758df453489496"
},
"5_farcaster-cast-actions-simple": {
"title": "Farcaster Cast Actions: Create a Simple Cast Action",