diff --git a/components/content/AuthorsList.vue b/components/content/AuthorsList.vue new file mode 100644 index 0000000..b290ee6 --- /dev/null +++ b/components/content/AuthorsList.vue @@ -0,0 +1,57 @@ + + + diff --git a/content/tutorials/another-guide/_info.yml b/content/tutorials/another-guide/_info.yml index 6f1b5a0..268648f 100644 --- a/content/tutorials/another-guide/_info.yml +++ b/content/tutorials/another-guide/_info.yml @@ -1,8 +1,11 @@ title: Another Guide -author: - name: Jane Doe - url: https://example.com - avatar: https://avatars.githubusercontent.com/u/812331?v=4 +authors: + - name: Jane Doe + url: https://example.com + avatar: https://avatars.githubusercontent.com/u/812331?v=4 + - name: John Doe + url: https://example.com + avatar: https://avatars.githubusercontent.com/u/812331?v=4 github_repo: https://github.com/zkSync-Community-Hub tags: - web3 diff --git a/content/tutorials/best-tutorial/_info.yml b/content/tutorials/best-tutorial/_info.yml index 702ff49..3c1cfbc 100644 --- a/content/tutorials/best-tutorial/_info.yml +++ b/content/tutorials/best-tutorial/_info.yml @@ -1,8 +1,8 @@ title: Best Tutorial -author: - name: Jane Doe - url: https://example.com - avatar: https://avatars.githubusercontent.com/u/812331?v=4 +authors: + - name: Jane Doe + url: https://example.com + avatar: https://avatars.githubusercontent.com/u/812331?v=4 github_repo: https://github.com/zkSync-Community-Hub tags: - hardhat diff --git a/content/tutorials/cool-guide/_info.yml b/content/tutorials/cool-guide/_info.yml index 644b951..077b540 100644 --- a/content/tutorials/cool-guide/_info.yml +++ b/content/tutorials/cool-guide/_info.yml @@ -1,8 +1,8 @@ title: Cool Guide -author: - name: Jane Doe - url: https://example.com - avatar: https://avatars.githubusercontent.com/u/812331?v=4 +authors: + - name: Jane Doe + url: https://example.com + avatar: https://avatars.githubusercontent.com/u/812331?v=4 github_repo: https://github.com/zkSync-Community-Hub tags: - foundry diff --git a/content/tutorials/example-guide/_info.yml b/content/tutorials/example-guide/_info.yml index 142b45a..d32eea7 100644 --- a/content/tutorials/example-guide/_info.yml +++ b/content/tutorials/example-guide/_info.yml @@ -1,8 +1,8 @@ title: Example Guide -author: - name: Jane Doe - url: https://example.com - avatar: https://avatars.githubusercontent.com/u/812331?v=4 +authors: + - name: Jane Doe + url: https://example.com + avatar: https://avatars.githubusercontent.com/u/812331?v=4 github_repo: https://github.com/zkSync-Community-Hub tags: - account-abstraction diff --git a/content/tutorials/simple-tutorial/_info.yml b/content/tutorials/simple-tutorial/_info.yml index c7c298f..530e36d 100644 --- a/content/tutorials/simple-tutorial/_info.yml +++ b/content/tutorials/simple-tutorial/_info.yml @@ -1,8 +1,8 @@ title: Simple Tutorial -author: - name: Jane Doe - url: https://example.com - avatar: https://avatars.githubusercontent.com/u/812331?v=4 +authors: + - name: Jane Doe + url: https://example.com + avatar: https://avatars.githubusercontent.com/u/812331?v=4 github_repo: https://github.com/zkSync-Community-Hub tags: - smart-contracts diff --git a/pages/index.vue b/pages/index.vue index 3004638..0717b80 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -34,14 +34,10 @@ useSeoMeta({

{{ guide.summary }}

-
- - {{ guide.author.name }} -
+
{ @@ -113,6 +113,11 @@ const communityLinks = [ />
+

{{ info.description }}

@@ -131,20 +136,6 @@ const communityLinks = [