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
Copy file name to clipboardExpand all lines: docs/GSoC-Blogpost-Guidelines.md
+63-31Lines changed: 63 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,63 @@
1
-
# GSoC ’25 Blogpost Guidelines
1
+
# GSoC '25 Blogpost Guidelines
2
2
3
-
This document explains how to write and format your weekly GSoC ’25 updates for the Sugar Labs website. Follow these instructions to ensure consistency and clarity across all posts.
3
+
This document explains how to write and format your weekly GSoC '25 updates for the Sugar Labs website. Follow these instructions to ensure consistency and clarity across all posts.
4
4
5
5
<!-- markdownlint-disable -->
6
6
7
-
## 1. Official Template
7
+
## Step 1: Create Your Author Profile (One-time setup)
8
8
9
-
Use the exact template below for every GSoC ’25 week update or you will also find this under `constants/MarkdownFiles/posts/GSoC_Template.md`. Copy it into `constants/MarkdownFiles/posts/gsoc-25-username-weekXX.md`, then fill in your details.
9
+
Before writing your first blog post, you need to create an author profile that will be linked to all your posts.
10
+
11
+
1.**Create a new file** in `constants/MarkdownFiles/authors/` named `your-username.md`
12
+
2.**Use this template** and replace the placeholder information:
Use the exact template below for every GSoC '25 week update. You can also find this under `constants/MarkdownFiles/posts/YYYY-MM-DD-GSoC_DMP_SSoC_Template.md`. Copy it into `constants/MarkdownFiles/posts/YYYY-MM-DD-gsoc-25-username-weekXX.md`, then fill in your details.
10
51
11
52
```markdown
12
53
---
13
-
title: "GSoC ’25 Week XX Update by Safwan Sayeed"
14
-
excerpt: "This is a Template to write Blog Posts for weekly updates"
15
-
category: "TEMPLATE"
16
-
date: "2025-05-10"
17
-
slug: "gsoc-25-sa-fw-an-weekX"
18
-
author: "Safwan Sayeed"
19
-
description: "Maintainer and GSoC'25 Contributor at SugarLabs"
20
-
tags: "gsoc25,sugarlabs,weekXX,sa-fw-an"
54
+
title: "GSoC '25 Week XX Update by [Your Name]"
55
+
excerpt: "Brief description of this week's progress"
0 commit comments