You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement blog writing standards and compliance
- Add comprehensive blog standards document (wiki/blog-standards.md)
- Update contributing guidelines with blog writing section
- Standardize existing blog posts to match new standards:
* Fix frontmatter consistency across all blogs
* Remove invalid commented meta tags
* Improve SEO descriptions and formatting
* Ensure proper date formats and required fields
Closes#567 - Blog structure standardization
Copy file name to clipboardExpand all lines: blog/git-coding-agent/index.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,6 @@ date: 2025-07-04
7
7
8
8
description: An overview of the GitHub Copilot Coding Agent, an AI-powered tool that automates software engineering tasks by taking GitHub Issues as input to write code, run tests, and create pull requests.
9
9
draft: false
10
-
canonical_url:
11
-
# meta:
12
-
# - name: "robots"
13
-
# content: "index, follow"
14
-
# - property: "og:title"
15
-
# content: "Introduction to the GitHub Copilot Coding Agent"
16
-
# - property: "og:description"
17
-
# content: "Learn how the GitHub Copilot Coding Agent works asynchronously within GitHub Actions to improve developer productivity."
In the fast-evolving world of software development, AI-powered tools are changing the game. GitHub is at the forefront with its latest innovation: the **GitHub Copilot Coding Agent**. More than just an in-editor assistant, this powerful new agent works asynchronously to handle entire engineering tasks on its own. Let's dive into what it is, how it works, and how you can leverage it to automate your workflow.
description: GitHub bought power of GitHub Copilot coding agent directly to your terminal, with GitHub Copilot CLI, you can work locally and synchronously with an AI agent.
8
+
description: "GitHub Copilot CLI brings AI-powered coding assistance directly to your terminal. Learn how this new tool enables synchronous AI agent interactions for developers working locally with GitHub context."
description: "Discover Google DeepMind, the AI research company acquired by Google in 2014. Learn about AlphaGo, their groundbreaking AI achievements, and their mission to advance artificial intelligence for the benefit of humanity."
11
8
draft: false
12
-
canonical_url:
13
-
# meta:
14
-
# - name: "robots"
15
-
# content: "index, follow"
16
-
# - property: "og:title"
17
-
# content: "What is Google DeepMind AI?"
18
-
# - property: "og:description"
19
-
# content: "DeepMind is an auxiliary of Google that centers around man-made brainpower. All the more explicitly, it utilizes a part of AI called AI"
Copy file name to clipboardExpand all lines: blog/n8n-workflow-automation/index.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,6 @@ date: 2025-09-17
8
8
description: N8N revolutionizes automation by integrating AI capabilities into visual workflows. Learn how to build intelligent automation pipelines that can process data, make decisions, and interact with multiple services seamlessly.
9
9
10
10
draft: false
11
-
canonical_url:
12
-
# meta:
13
-
# - name: "robots"
14
-
# content: "index, follow"
15
-
# - property: "og:title"
16
-
# content: "Building Intelligent Automation: N8N AI Workflows Explained"
17
-
# - property: "og:description"
18
-
# content: "N8N revolutionizes automation by integrating AI capabilities into visual workflows. Learn how to build intelligent automation pipelines that can process data, make decisions, and interact with multiple services seamlessly."
19
-
# - property: "og:type"
20
-
# content: "article"
21
-
# - property: "og:url"
22
-
# content: "/blog/n8n-ai-automation-workflows"
23
-
# - property: "og:image"
24
-
# content: "/assets/images/n8n-ai-automation.jpg"
25
-
# - name: "twitter:card"
26
-
# content: "summary_large_image"
27
-
# - name: "twitter:title"
28
-
# content: "Building Intelligent Automation: N8N AI Workflows Explained"
29
-
# - name: "twitter:description"
30
-
# content: "N8N revolutionizes automation by integrating AI capabilities into visual workflows. Learn how to build intelligent automation pipelines that can process data, make decisions, and interact with multiple services seamlessly."
31
-
# - name: "twitter:image"
32
-
# content: "assets/images/n8n-ai-automation.jpg"
33
-
34
11
---
35
12
36
13
# Building Intelligent Automation: N8N AI Workflows Explained
Copy file name to clipboardExpand all lines: blog/spark-architecture/index.md
+1-22Lines changed: 1 addition & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,7 @@ date: 2025-08-22
8
8
description: Apache Spark is a fast, open-source big data framework that leverages in-memory computing for high performance. Its architecture powers scalable distributed processing across clusters, making it essential for analytics and machine learning.
9
9
10
10
draft: false
11
-
canonical_url:
12
-
# meta:
13
-
# - name: "robots"
14
-
# content: "index, follow"
15
-
# - property: "og:title"
16
-
# content: "What is Google DeepMind AI?"
17
-
# - property: "og:description"
18
-
# content: "DeepMind is an auxiliary of Google that centers around man-made brainpower. All the more explicitly, it utilizes a part of AI called AI"
Copy file name to clipboardExpand all lines: blog/streamline-ux-ui/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
---
2
2
title: "7 Steps to Streamline Your UX Design Process"
3
-
sidebar_label: Streamline Your UX Design Process
3
+
sidebar_label: "Streamline UX Design"
4
4
authors: [dharshibalasubramaniyam, sanjay-kv]
5
-
tags: [ui, ux, design]
5
+
tags: [UI, UX, Design, User Experience, Product Design]
6
6
date: 2025-06-05
7
+
description: "Master the UX design process with these 7 essential steps. Learn how to research users, create wireframes, test prototypes, and deliver exceptional user experiences that solve real problems."
@@ -43,6 +44,45 @@ There are many ways to contribute to recode hive:
43
44
44
45
### 🎨 Design Contributions
45
46
47
+
### ✍️ Writing Blog Posts
48
+
49
+
We welcome blog contributions on technology, tutorials, industry insights, and community stories. Our blog helps educate and engage the developer community.
50
+
51
+
---
52
+
53
+
## ✍️ Blog Writing Guidelines
54
+
55
+
Before writing a blog post, please review our [Blog Writing Standards and Guidelines](blog-standards.md) which outlines:
56
+
57
+
-**Standard frontmatter structure** with required fields
58
+
-**Content organization** and formatting best practices
59
+
-**SEO and accessibility guidelines**
60
+
-**Quality checklist** for publishing
61
+
-**Examples** from successful blog posts
62
+
63
+
### Blog Post Requirements
64
+
65
+
-**Original content** or properly attributed if republished
66
+
-**Technical accuracy** with code examples tested
67
+
-**Clear structure** with proper headings and sections
68
+
-**Engaging introduction** with `<!-- truncate -->` separator
69
+
-**SEO optimization** with meta descriptions and keywords
70
+
-**Mobile-responsive** content and images
71
+
72
+
### Blog Categories
73
+
74
+
-**Technology Updates**: Latest tools, frameworks, and industry news
75
+
-**Tutorials**: Step-by-step guides and how-tos
76
+
-**Industry Insights**: Trends, analysis, and expert opinions
77
+
-**Community Stories**: Personal experiences and lessons learned
78
+
79
+
### Getting Started with Blog Writing
80
+
81
+
1.**Choose a topic** that aligns with our audience
82
+
2.**Review existing blogs** for style and structure reference
83
+
3.**Follow the standards** outlined in our guidelines
84
+
4.**Submit as a PR** with your blog post in the `/blog/` directory
0 commit comments