diff --git a/src/_data/social.json b/src/_data/social.json
index 0228a31..94c6f51 100644
--- a/src/_data/social.json
+++ b/src/_data/social.json
@@ -1,5 +1,6 @@
{
"email": "info@codingbull.dev",
"github": "CodingBull-dev",
- "youtube": "CodingBull-Dev"
+ "youtube": "CodingBull-Dev",
+ "twitter": "CodingBull_dev"
}
diff --git a/src/blog/2023-05-02-how-to-access-data.md b/src/blog/2023-05-02-how-to-access-data.md
index 5173235..66c7ba5 100644
--- a/src/blog/2023-05-02-how-to-access-data.md
+++ b/src/blog/2023-05-02-how-to-access-data.md
@@ -1,6 +1,7 @@
---
title: "How to access data between Matrix outputs"
date: 2023-05-02
+description: An introduction into how tricky it is to obtain the output from a matrix
tags:
- github-action
---
diff --git a/src/blog/2023-05-03-run-all-your-tests-concurrently.md b/src/blog/2023-05-03-run-all-your-tests-concurrently.md
index b017996..0ac97ba 100644
--- a/src/blog/2023-05-03-run-all-your-tests-concurrently.md
+++ b/src/blog/2023-05-03-run-all-your-tests-concurrently.md
@@ -1,6 +1,7 @@
---
title: Run all your tests concurrently
date: 2024-05-04
+description: Find out how you can fail-fast every CI check, letting your developers fix every test at the same time
tags:
- github-action
---
diff --git a/src/blog/2024-05-05-github-actions-major-version.md b/src/blog/2024-05-05-github-actions-major-version.md
index b56e0d4..fe402f5 100644
--- a/src/blog/2024-05-05-github-actions-major-version.md
+++ b/src/blog/2024-05-05-github-actions-major-version.md
@@ -2,6 +2,8 @@
title: "You can use GitHub actions major version by itself"
permalink: "/blog/github-actions-major-version.html"
date: 2024-05-05
+description: |
+ Did you know that the official GitHub actions provide a shortcut for the latest major version? Any action that [starts with `actions/`](https://github.com/actions) usually has two versions that you can use.
tags:
- github-action
---
diff --git a/src/rss.html b/src/rss.html
index 8b582fd..c1b5a9a 100644
--- a/src/rss.html
+++ b/src/rss.html
@@ -24,7 +24,11 @@
{{ absolutePostUrl }}