This is an automated email from the ASF dual-hosted git repository. gopuman pushed a commit to branch author in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-blog.git
commit 7b72701c540d569fec3327b16a207dec240ac48c Author: Gopal Nambiar <[email protected]> AuthorDate: Mon Dec 9 15:43:27 2024 -0800 Add author to posts --- _data/authors.yml | 5 +++++ _posts/2024-07-16-SmartContractsCLI.md | 2 +- _posts/2024-08-24-ResDBORM.md | 2 +- _posts/2024-09-13-SmartContractsGraphQL.md | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_data/authors.yml b/_data/authors.yml index e9cdf93..7537681 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -16,3 +16,8 @@ himanshu: linkedin: himanshunimonkar github: himanshu-nimonkar email: [email protected] +gopal: + name: Gopal Nambiar + github: gopuman + linkedin: https://www.linkedin.com/in/gopal-nambiar2/ + email: [email protected] \ No newline at end of file diff --git a/_posts/2024-07-16-SmartContractsCLI.md b/_posts/2024-07-16-SmartContractsCLI.md index 4f8d5c7..d1a9987 100644 --- a/_posts/2024-07-16-SmartContractsCLI.md +++ b/_posts/2024-07-16-SmartContractsCLI.md @@ -1,7 +1,7 @@ --- layout: article title: Getting Started with ResContract CLI 🚀 -author: Gopal Nambiar +author: gopal tags: ResilientDB, ResContract CLI, Smart Contracts, CLI aside: toc: true diff --git a/_posts/2024-08-24-ResDBORM.md b/_posts/2024-08-24-ResDBORM.md index fb7e92b..e8099ca 100644 --- a/_posts/2024-08-24-ResDBORM.md +++ b/_posts/2024-08-24-ResDBORM.md @@ -1,7 +1,7 @@ --- layout: article title: Simplifying Database Interactions with ResDB ORM -author: Gopal Nambiar +author: gopal tags: ResilientDB ResDBORM Python aside: toc: true diff --git a/_posts/2024-09-13-SmartContractsGraphQL.md b/_posts/2024-09-13-SmartContractsGraphQL.md index 25f6e79..7c284df 100644 --- a/_posts/2024-09-13-SmartContractsGraphQL.md +++ b/_posts/2024-09-13-SmartContractsGraphQL.md @@ -1,7 +1,7 @@ --- layout: article title: Dive into Smart Contracts with GraphQL API 🌐 -author: Gopal Nambiar +author: gopal tags: ResilientDB SmartContracts GraphQL API aside: toc: true
