Skip to content

Commit 2e0845b

Browse files
committed
chore: resolve merge conflict: choose @tsparticles/slim@^4.0.5 and regenerate lockfile
2 parents 95c5cac + 879f6b2 commit 2e0845b

11 files changed

Lines changed: 754 additions & 622 deletions

File tree

blog/authors.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Aditya-Singh-Rathore:
3131
email: rathoreadityasingh30@gmail.com
3232
page: true # Turns the feature on
3333
description: >
34-
I'm a Self Learned Fabric Certified Data Engineer & an Open Source Contributor 🏆
34+
Aditya is a self-taught, Fabric-certified Data Engineer, GSSoC winner, author, and open-source enthusiast passionate about building scalable data solutions, contributing to the community, and sharing knowledge through blogs and public learning.
35+
3536
3637
socials:
3738
linkedin: aditya-singh-rathore0017

docs/assets/blog-01-new-issue.png

70.9 KB
Loading

docs/getting_started.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,25 @@ sidebar_label: How to Contribute to Blogs
55
sidebar_position: 2
66
---
77

8-
This guide walks you through everything you need to write and publish a blog post on recode hive — from setting up the project locally to pushing your changes as a pull request.
8+
This guide walks you through everything you need to write and publish a blog post on recode hive, heads-up for you there is a lot of steps, our idea is not about <b>quantity</b>, lets focus on quality on the article you write the best one will be eligible for [GitHub Sponsorship](http://localhost:3000/our-sponsors/).
99

1010
---
1111

12-
## Prerequisites
12+
:::info Prerequisites
13+
- 📦 [Node.js](https://nodejs.org/) (v18 or later)
14+
- 🔧 [Git](https://git-scm.com/)
15+
- 💻 [VS Code](https://code.visualstudio.com/) or your preferred editor
16+
- Refer the welcome page to install and setup the repository in your local system. [Check here](http://localhost:3000/docs/)
17+
:::
18+
---
1319

14-
Before you start, make sure you have the following installed:
20+
## Step 1: Raise a New issue
1521

16-
- [Node.js](https://nodejs.org/) (v18 or later)
17-
- [Git](https://git-scm.com/)
18-
- A code editor (e.g., [VS Code](https://code.visualstudio.com/))
22+
Head to the the GitHub issue on this [repository](https://github.com/recodehive/recode-website/issues)
23+
<BrowserWindow url="https://github.com/recodehive/recode-website/issues" bodyStyle={{padding: 0}}>
24+
[![Github](assets\blog-01-new-issue.png)](https://github.com/recodehive/recode-website/issues)
25+
</BrowserWindow>
1926

20-
---
2127

2228
## Step 1: Fork and Clone the Repository
2329

package-lock.json

Lines changed: 396 additions & 279 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@radix-ui/react-collapsible": "^1.1.12",
4747
"@radix-ui/react-slot": "^1.2.3",
4848
"@tsparticles/react": "^3.0.0",
49-
"@tsparticles/slim": "^3.9.1",
49+
"@tsparticles/slim": "^4.0.5",
5050
"@vercel/analytics": "^1.5.0",
5151
"canvas-confetti": "^1.9.3",
5252
"class-variance-authority": "^0.7.1",
@@ -55,7 +55,7 @@
5555
"dotenv": "^17.4.2",
5656
"embla-carousel-autoplay": "^8.6.0",
5757
"embla-carousel-react": "^8.6.0",
58-
"framer-motion": "^12.38.0",
58+
"framer-motion": "^12.39.0",
5959
"lucide-react": "^0.503.0",
6060
"prism-react-renderer": "^2.3.0",
6161
"react": "^18.3.1",
@@ -65,7 +65,7 @@
6565
"rehype-katex": "^7.0.1",
6666
"remark-gfm": "^4.0.1",
6767
"remark-math": "^6.0.0",
68-
"styled-components": "^6.4.1",
68+
"styled-components": "^6.4.2",
6969
"tailwind-merge": "^3.6.0",
7070
"tw-animate-css": "^1.2.8",
7171
"vanilla-tilt": "^1.8.1"
@@ -84,8 +84,8 @@
8484
"eslint": "^9.38.0",
8585
"eslint-plugin-react": "^7.37.5",
8686
"husky": "^9.1.7",
87-
"lint-staged": "^17.0.4",
88-
"postcss": "^8.5.14",
87+
"lint-staged": "^17.0.5",
88+
"postcss": "^8.5.15",
8989
"prettier": "^3.8.3",
9090
"prettier-plugin-tailwindcss": "^0.6.14",
9191
"tailwindcss": "^4.1.4",

src/components/blogCarousel/blogCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const BlogCard = ({
118118
{authorProfiles.map((author, authorIndex) => (
119119
<span key={author.id} className="author-item">
120120
{authorIndex > 0 && (
121-
<span className="author-separator">&</span>
121+
<span className="author-separator">,</span>
122122
)}
123123
<Link
124124
href={author.githubUrl}

0 commit comments

Comments
 (0)