bilingual-jekyll-resume-theme 0.3.1 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +44 -0
  3. data/README.md +131 -20
  4. data/_data/ar/months.yml +12 -0
  5. data/_includes/ar-date.html +32 -0
  6. data/_includes/resume-section-ar.html +10 -4
  7. data/_includes/resume-section-en.html +9 -4
  8. data/_layouts/default.html +2 -0
  9. data/_layouts/resume-ar.html +4 -2
  10. data/_layouts/resume-en.html +3 -1
  11. data/docs/CONFIG_GUIDE.md +28 -13
  12. data/docs/DATA_GUIDE.md +106 -27
  13. data/docs/INCLUDES_GUIDE.md +17 -8
  14. data/docs/LAYOUTS_GUIDE.md +40 -25
  15. data/docs/PROJECT_OVERVIEW.md +69 -0
  16. data/docs/SASS_GUIDE.md +3 -1
  17. data/docs/{_config.sample.yml → _data/_config.sample.yml} +2 -1
  18. data/docs/_data/ar/associations.yml +27 -0
  19. data/docs/_data/ar/certifications.yml +73 -0
  20. data/docs/_data/ar/courses.yml +39 -0
  21. data/docs/_data/ar/education.yml +49 -0
  22. data/docs/_data/ar/experience.yml +50 -0
  23. data/docs/_data/ar/header.yml +6 -0
  24. data/docs/_data/ar/interests.yml +13 -0
  25. data/docs/_data/ar/languages.yml +29 -0
  26. data/docs/_data/ar/links.yml +17 -0
  27. data/docs/_data/ar/projects.yml +28 -0
  28. data/docs/_data/ar/recognitions.yml +23 -0
  29. data/docs/_data/ar/skills.yml +17 -0
  30. data/docs/_data/ar/volunteering.yml +39 -0
  31. data/docs/_data/en/associations.yml +27 -0
  32. data/docs/_data/en/certifications.yml +73 -0
  33. data/docs/_data/en/courses.yml +39 -0
  34. data/docs/_data/en/education.yml +49 -0
  35. data/docs/_data/en/experience.yml +50 -0
  36. data/docs/_data/en/header.yml +6 -0
  37. data/docs/_data/en/interests.yml +13 -0
  38. data/docs/_data/en/languages.yml +29 -0
  39. data/docs/_data/en/links.yml +17 -0
  40. data/docs/_data/en/projects.yml +28 -0
  41. data/docs/_data/en/recognitions.yml +23 -0
  42. data/docs/_data/en/skills.yml +17 -0
  43. data/docs/_data/en/volunteering.yml +39 -0
  44. metadata +71 -25
  45. /data/{CODE_OF_CONDUCT.MD → CODE_OF_CONDUCT.md} +0 -0
@@ -0,0 +1,39 @@
1
+ # الدورات
2
+ # الملف: _data/ar/courses.yml
3
+ # دورات تدريبية وورش عمل أو برامج تعليمية
4
+
5
+ # كل إدخال يمثل دورة أو برنامج تدريبي
6
+ - name: "" # مطلوب: اسم الدورة
7
+ active: true # مطلوب: اضبط على false لإخفاء هذا الإدخال
8
+ issuing_organization: "" # مطلوب: المنظمة المقدمة للدورة
9
+ credential_id: "" # اختياري: رقم اعتماد/شهادة (اتركه فارغاً إذا لم يكن هناك)
10
+ credential_url: "" # اختياري: رابط للتحقق من الاعتماد (اتركه فارغاً إذا لم يكن هناك)
11
+ startdate: # مطلوب: تاريخ بداية الدورة (تنسيق YYYY-MM-DD، مثلاً 2024-09-01)
12
+ enddate: # اختياري: تاريخ نهاية الدورة (تنسيق YYYY-MM-DD، اتركه فارغاً إذا كانت مستمرة)
13
+ expiration: # اختياري: تاريخ انتهاء الاعتماد (تنسيق YYYY-MM-DD، اتركه فارغاً إذا لم يكن هناك)
14
+ notes: "" # اختياري: ملاحظات شخصية (لا يتم عرضها في السيرة الذاتية)
15
+ summary: "" # اختياري: وصف الدورة (يُعرض فقط إذا كان enable_summary صحيحاً في _config.yml)
16
+
17
+ # مثال مع اعتماد
18
+ - name: ""
19
+ active: true
20
+ issuing_organization: ""
21
+ credential_id: ""
22
+ credential_url: "https://example.com/verify/certificate"
23
+ startdate:
24
+ enddate:
25
+ expiration:
26
+ notes: ""
27
+ summary: ""
28
+
29
+ # مثال بدون اعتماد
30
+ - name: ""
31
+ active: true
32
+ issuing_organization: ""
33
+ credential_id: ""
34
+ credential_url: ""
35
+ startdate:
36
+ enddate:
37
+ expiration:
38
+ notes: ""
39
+ summary: ""
@@ -0,0 +1,49 @@
1
+ # التعليم
2
+ # الملف: _data/ar/education.yml
3
+ # الشهادات الأكاديمية والخلفية التعليمية
4
+
5
+ # كل إدخال يمثل درجة أو برنامج تعليمي
6
+ - degree: "" # مطلوب: اسم الدرجة والتفاصيل (مثلاً "بكالوريوس العلوم في علوم الحاسب")
7
+ active: true # مطلوب: اضبط على false لإخفاء هذا الإدخال
8
+ uni: "" # مطلوب: اسم الجامعة/المؤسسة
9
+ year: "" # مطلوب: الفترة الزمنية (كنص عرض، مثلاً "سبتمبر 2020 — يونيو 2024" أو "2015 — 2019")
10
+ location: "" # مطلوب: موقع المؤسسة (مثلاً "المدينة، الولاية" أو "المدينة، الدولة")
11
+ awards: # اختياري: قائمة الجوائز/الأوسمة المستلمة (استخدم هذا أو حقل الجائزة الواحدة أدناه)
12
+ - award: "" # جائزة أو وسام (يمكن إضافة عناصر متعددة)
13
+ award: "" # اختياري: جائزة واحدة (بديل لقائمة الجوائز أعلاه، مثلاً "تخرجت بمرتبة الشرف")
14
+ # ملاحظة: يمكنك استخدام 'awards' (قائمة) أو 'award' (نص واحد)، أو كليهما
15
+ summary: "" # اختياري: وصف إضافي أو تفاصيل عن تعليمك
16
+
17
+ # مثال مع قائمة جوائز
18
+ - degree: ""
19
+ active: true
20
+ uni: ""
21
+ year: ""
22
+ location: ""
23
+ awards:
24
+ - award: ""
25
+ - award: ""
26
+ award: ""
27
+ summary: ""
28
+
29
+ # مثال مع حقل جائزة واحد
30
+ - degree: ""
31
+ active: true
32
+ uni: ""
33
+ year: ""
34
+ location: ""
35
+ awards:
36
+ - award: ""
37
+ award: ""
38
+ summary: ""
39
+
40
+ # مثال بسيط (بدون جوائز أو ملخص)
41
+ - degree: ""
42
+ active: true
43
+ uni: ""
44
+ year: ""
45
+ location: ""
46
+ awards:
47
+ - award: ""
48
+ award: ""
49
+ summary: ""
@@ -0,0 +1,50 @@
1
+ # الخبرات العملية
2
+ # الملف: _data/ar/experience.yml
3
+ # الخبرة المهنية وسجل التوظيف
4
+
5
+ # الوظائف مجمعة حسب اسم الشركة. الأدوار المتعددة في نفس الشركة ستظهر معاً.
6
+ # الأدوار مرتبة حسب تاريخ البدء (الأحدث أولاً).
7
+
8
+ # الخيار 1: استخدام startdate و enddate (موصى به للتوظيف المستمر)
9
+ # كل إدخال يمثل دور/منصب
10
+ - company: "" # مطلوب: اسم الشركة/المنظمة
11
+ position: "" # مطلوب: المسمى الوظيفي/المنصب
12
+ startdate: # مطلوب: تاريخ البدء (تنسيق YYYY-MM-DD، مثلاً 2018-05-01)
13
+ enddate: # اختياري: تاريخ الانتهاء (تنسيق YYYY-MM-DD) أو "Present" للأدوار الحالية
14
+ location: "" # اختياري: موقع العمل (مثلاً "المدينة، الولاية" أو "عن بعد")
15
+ active: true # مطلوب: اضبط على false لإخفاء هذا الإدخال
16
+ notes: "" # اختياري: ملاحظات شخصية (لا يتم عرضها في السيرة الذاتية)
17
+ summary: "" # اختياري: وصف الوظيفة (يُعرض فقط إذا كان enable_summary صحيحاً في _config.yml)
18
+
19
+ # مثال منصب حالي
20
+ - company: ""
21
+ position: ""
22
+ startdate:
23
+ enddate: Present # استخدم "Present" للمناصب المستمرة
24
+ location: ""
25
+ active: true
26
+ notes: ""
27
+ summary: ""
28
+
29
+ # الخيار 2: استخدام durations (بديل لفترات غير مستمرة في نفس الشركة)
30
+ # استخدم هذا بدلاً من startdate/enddate عندما يكون لديك فترات زمنية منفصلة متعددة
31
+ - company: ""
32
+ position: ""
33
+ durations: # بديل: استخدم هذا بدلاً من startdate/enddate للفترات غير المستمرة
34
+ - duration: "" # نص العرض للفترة الأولى (مثلاً "يونيو 2020 — يناير 2021")
35
+ - duration: "" # نص العرض للفترة الثانية (مثلاً "& يونيو 2022 — ديسمبر 2022")
36
+ # استخدم & للرمز (&) و — للشرطة الطويلة (—)
37
+ location: ""
38
+ active: true
39
+ notes: ""
40
+ summary: ""
41
+
42
+ # مثال مع أدوار متعددة في نفس الشركة (ستكون مجمعة معاً)
43
+ - company: ""
44
+ position: ""
45
+ startdate:
46
+ enddate:
47
+ location: ""
48
+ active: true
49
+ notes: ""
50
+ summary: ""
@@ -0,0 +1,6 @@
1
+ # Header intro paragraph
2
+ # This file contains the executive summary/intro paragraph that appears below your name and title
3
+ # Enable this in _config.yml with: resume_header_intro_ar: true
4
+
5
+ intro: "ملخصك المهني أو نبذتك المختصرة هنا. هذه هي النسخة العربية."
6
+
@@ -0,0 +1,13 @@
1
+ # الاهتمامات
2
+ # الملف: _data/ar/interests.yml
3
+ # الاهتمامات الشخصية والهوايات
4
+
5
+ # قائمة بسيطة من الاهتمامات والهوايات
6
+ # ملاحظة: لا يوجد مفتاح نشط/غير نشط - إذا كان في الملف، سيظهر
7
+ # كل إدخال يمثل اهتمام واحد
8
+
9
+ - description: "" # مطلوب: وصف الاهتمام
10
+
11
+ - description: ""
12
+
13
+ - description: ""
@@ -0,0 +1,29 @@
1
+ # اللغات
2
+ # الملف: _data/ar/languages.yml
3
+ # مستويات إتقان اللغات
4
+
5
+ # قسم اللغات يظهر في جدول من عمودين
6
+ # إذا تم تفعيل lang_header في _config.yml، تظهر اللغات في رأس الصفحة بدلاً من ذلك
7
+ # كل إدخال يمثل إتقان لغة
8
+
9
+ - language: "" # مطلوب: اسم اللغة (مثلاً "الإنجليزية"، "العربية"، "الإسبانية")
10
+ active: true # مطلوب: اضبط على false لإخفاء هذا الإدخال
11
+ description: "" # مطلوب: وصف الإتقان الكامل (مثلاً "إتقان كلغة أم"، "إتقان مهني")
12
+ descrp_short: "" # مطلوب: النموذج القصير للعرض في الرأس (مثلاً "لغة أم"، "مهني"، "محدود"، "ابتدائي")
13
+
14
+ # مستويات الإتقان المقترحة:
15
+ # - لغة أم / ثنائي اللغة
16
+ # - إتقان مهني
17
+ # - إتقان محدود
18
+ # - إتقان ابتدائي
19
+
20
+ # أمثلة إدخالات
21
+ - language: ""
22
+ active: true
23
+ description: ""
24
+ descrp_short: ""
25
+
26
+ - language: ""
27
+ active: true
28
+ description: ""
29
+ descrp_short: ""
@@ -0,0 +1,17 @@
1
+ # الروابط
2
+ # الملف: _data/ar/links.yml
3
+ # روابط إضافية (معرض أعمال، مدونة، GitHub، إلخ)
4
+
5
+ # كل إدخال يمثل رابط
6
+ - description: "" # مطلوب: وصف/عنوان الرابط (مثلاً "المعرض الشخصي"، "ملف GitHub"، "مدونة شخصية")
7
+ active: true # مطلوب: اضبط على false لإخفاء هذا الرابط
8
+ url: "" # مطلوب: الرابط (مثلاً "https://github.com/username" أو "https://example.com")
9
+
10
+ # أمثلة إدخالات
11
+ - description: ""
12
+ active: true
13
+ url: ""
14
+
15
+ - description: ""
16
+ active: true
17
+ url: ""
@@ -0,0 +1,28 @@
1
+ # المشاريع
2
+ # الملف: _data/ar/projects.yml
3
+ # مشاريع شخصية أو مهنية
4
+
5
+ # كل إدخال يمثل مشروع
6
+ - project: "" # مطلوب: اسم المشروع
7
+ active: true # مطلوب: اضبط على false لإخفاء هذا الإدخال
8
+ role: "" # مطلوب: دورك في المشروع (مثلاً "مطور رئيسي"، "قائد فريق"، "مشرف")
9
+ duration: "" # مطلوب: الفترة الزمنية (كنص عرض، مثلاً "مايو 2021 — الحاضر" أو "يناير 2023 — يونيو 2024")
10
+ # استخدم — للشرطة الطويلة (—)
11
+ url: "" # اختياري: رابط المشروع (اتركه فارغاً إذا لم يكن هناك رابط، مثلاً مستودع GitHub أو موقع المشروع)
12
+ description: "" # مطلوب: وصف المشروع
13
+
14
+ # مثال مع رابط
15
+ - project: ""
16
+ active: true
17
+ role: ""
18
+ duration: ""
19
+ url: "https://github.com/username/project"
20
+ description: ""
21
+
22
+ # مثال بدون رابط
23
+ - project: ""
24
+ active: true
25
+ role: ""
26
+ duration: ""
27
+ url: ""
28
+ description: ""
@@ -0,0 +1,23 @@
1
+ # الجوائز والتكريم
2
+ # الملف: _data/ar/recognitions.yml
3
+ # الجوائز والأوسمة والتكريمات
4
+
5
+ # كل إدخال يمثل جائزة أو تكريم
6
+ - award: "" # مطلوب: اسم الجائزة (مثلاً "جائزة الإنجاز المتميز"، "موظف الربع")
7
+ active: true # مطلوب: اضبط على false لإخفاء هذا الإدخال
8
+ organization: "" # مطلوب: المنظمة المانحة (مثلاً "اسم الشركة" أو "اسم الجامعة")
9
+ year: "" # مطلوب: السنة/السنوات المستلمة (يمكن أن تكون متعددة، مثلاً "2010، 2014" أو "الربع الثاني 2023، الربع الرابع 2023" أو "2019، 2020، 2021، 2022")
10
+ summary: "" # مطلوب: وصف الجائزة
11
+
12
+ # أمثلة إدخالات
13
+ - award: ""
14
+ active: true
15
+ organization: ""
16
+ year: ""
17
+ summary: ""
18
+
19
+ - award: ""
20
+ active: true
21
+ organization: ""
22
+ year: ""
23
+ summary: ""
@@ -0,0 +1,17 @@
1
+ # المهارات
2
+ # الملف: _data/ar/skills.yml
3
+ # المهارات والكفاءات المهنية
4
+
5
+ # كل إدخال يمثل مهارة
6
+ - skill: "" # مطلوب: اسم/عنوان المهارة (مثلاً "تطوير الويب الكامل"، "تعلم الآلة")
7
+ active: true # مطلوب: اضبط على false لإخفاء هذا الإدخال
8
+ description: "" # مطلوب: وصف مفصل للمهارة
9
+
10
+ # أمثلة إدخالات
11
+ - skill: ""
12
+ active: true
13
+ description: ""
14
+
15
+ - skill: ""
16
+ active: true
17
+ description: ""
@@ -0,0 +1,39 @@
1
+ # الأعمال التطوعية
2
+ # الملف: _data/ar/volunteering.yml
3
+ # العمل التطوعي وخدمة المجتمع
4
+
5
+ # البنية مطابقة لقسم الخبرات. مناصب التطوع مجمعة حسب المنظمة.
6
+ # الأدوار مرتبة حسب تاريخ البدء (الأحدث أولاً).
7
+
8
+ # الخيار 1: استخدام startdate و enddate (موصى به للعمل التطوعي المستمر)
9
+ - company: "" # مطلوب: اسم المنظمة
10
+ position: "" # مطلوب: عنوان الدور/المنصب
11
+ startdate: # مطلوب: تاريخ البدء (تنسيق YYYY-MM-DD، مثلاً 2011-11-01)
12
+ enddate: # اختياري: تاريخ الانتهاء (تنسيق YYYY-MM-DD) أو "Present" للأدوار الحالية
13
+ location: "" # اختياري: الموقع (مثلاً "المدينة، الولاية" أو "عن بعد")
14
+ active: true # مطلوب: اضبط على true للعرض، false للإخفاء
15
+ notes: "" # اختياري: ملاحظات شخصية (لا يتم عرضها في السيرة الذاتية)
16
+ summary: "" # اختياري: وصف العمل التطوعي (يُعرض فقط إذا كان enable_summary صحيحاً في _config.yml)
17
+
18
+ # مثال منصب تطوعي حالي
19
+ - company: ""
20
+ position: ""
21
+ startdate:
22
+ enddate: Present # استخدم "Present" للعمل التطوعي المستمر
23
+ location: ""
24
+ active: true
25
+ notes: ""
26
+ summary: ""
27
+
28
+ # الخيار 2: استخدام durations (بديل لفترات غير مستمرة في نفس المنظمة)
29
+ # استخدم هذا بدلاً من startdate/enddate عندما يكون لديك فترات زمنية منفصلة متعددة
30
+ - company: ""
31
+ position: ""
32
+ durations: # بديل: استخدم هذا بدلاً من startdate/enddate للفترات غير المستمرة
33
+ - duration: "" # نص العرض للفترة الأولى (مثلاً "صيف 2022")
34
+ - duration: "" # نص العرض للفترة الثانية (مثلاً "& شتاء 2021")
35
+ # استخدم & للرمز (&) و — للشرطة الطويلة (—)
36
+ location: ""
37
+ active: true
38
+ notes: ""
39
+ summary: ""
@@ -0,0 +1,27 @@
1
+ # Associations
2
+ # File: _data/associations.yml
3
+ # Organizations, professional groups, or associations you're a member of
4
+
5
+ # Each entry represents a membership or association
6
+ - organization: "" # Required: Organization name
7
+ active: true # Required: Set to false to hide this entry
8
+ role: "" # Required: Your role/position in the organization
9
+ year: "" # Required: Time period (as display text, e.g., "2020 — Present" or "July 2022 — Present")
10
+ url: "" # Optional: Organization URL (leave empty if no URL)
11
+ summary: "" # Optional: Description of your involvement
12
+
13
+ # Example with URL
14
+ - organization: ""
15
+ active: true
16
+ role: ""
17
+ year: ""
18
+ url: "https://example.com"
19
+ summary: ""
20
+
21
+ # Example without URL
22
+ - organization: ""
23
+ active: true
24
+ role: ""
25
+ year: ""
26
+ url: ""
27
+ summary: ""
@@ -0,0 +1,73 @@
1
+ # Certifications
2
+ # File: _data/certifications.yml
3
+ # Professional certifications and licenses
4
+
5
+ # Each entry represents a certification or license
6
+ - name: "" # Required: Certification name
7
+ active: true # Required: Set to true to display on resume, false to hide
8
+ issuing_organization: "" # Required: Organization that issued the certification
9
+ credential_id: "" # Optional: Credential/certificate ID number (leave empty if none)
10
+ credential_url: "" # Optional: URL to verify credential (leave empty if none)
11
+ issue_date: # Required: Date issued (YYYY-MM-DD format, e.g., 2024-03-15)
12
+ expiration: # Optional: Expiration date (YYYY-MM-DD format, leave empty if no expiration)
13
+ courses: # Optional: INTERNAL USE ONLY - not displayed on resume
14
+ # These nested courses are for personal record-keeping only
15
+ # They link courses to their parent certification but are never shown
16
+ - name: "" # Course name (for personal records only)
17
+ active: false # Active status (for personal records only)
18
+ issuing_organization: "" # Organization (for personal records only)
19
+ credential_id: "" # Credential ID (for personal records only)
20
+ credential_url: "" # Credential URL (for personal records only)
21
+ issue_date: # Issue date (YYYY-MM-DD format, for personal records only)
22
+ expiration: # Expiration date (YYYY-MM-DD format, leave empty if none, for personal records only)
23
+
24
+ # Example with credential ID and URL
25
+ - name: ""
26
+ active: true
27
+ issuing_organization: ""
28
+ credential_id: ""
29
+ credential_url: "https://example.com/cert/123"
30
+ issue_date:
31
+ expiration:
32
+ courses:
33
+ - name: ""
34
+ active: false
35
+ issuing_organization: ""
36
+ credential_id: ""
37
+ credential_url: ""
38
+ issue_date:
39
+ expiration:
40
+
41
+ # Example with credential ID but no URL
42
+ - name: ""
43
+ active: true
44
+ issuing_organization: ""
45
+ credential_id: ""
46
+ credential_url: ""
47
+ issue_date:
48
+ expiration:
49
+ courses:
50
+ - name: ""
51
+ active: false
52
+ issuing_organization: ""
53
+ credential_id: ""
54
+ credential_url: ""
55
+ issue_date:
56
+ expiration:
57
+
58
+ # Example without expiration date
59
+ - name: ""
60
+ active: true
61
+ issuing_organization: ""
62
+ credential_id: ""
63
+ credential_url: ""
64
+ issue_date:
65
+ expiration:
66
+ courses:
67
+ - name: ""
68
+ active: false
69
+ issuing_organization: ""
70
+ credential_id: ""
71
+ credential_url: ""
72
+ issue_date:
73
+ expiration:
@@ -0,0 +1,39 @@
1
+ # Courses
2
+ # File: _data/courses.yml
3
+ # Training courses, workshops, or educational programs
4
+
5
+ # Each entry represents a course or training program
6
+ - name: "" # Required: Course name
7
+ active: true # Required: Set to false to hide this entry
8
+ issuing_organization: "" # Required: Organization providing the course
9
+ credential_id: "" # Optional: Credential/certificate ID (leave empty if none)
10
+ credential_url: "" # Optional: URL to verify credential (leave empty if none)
11
+ startdate: # Required: Course start date (YYYY-MM-DD format, e.g., 2024-09-01)
12
+ enddate: # Optional: Course end date (YYYY-MM-DD format, leave empty if ongoing)
13
+ expiration: # Optional: Credential expiration date (YYYY-MM-DD format, leave empty if none)
14
+ notes: "" # Optional: Personal notes (not displayed on resume)
15
+ summary: "" # Optional: Course description (only shown if enable_summary is true in _config.yml)
16
+
17
+ # Example with credential
18
+ - name: ""
19
+ active: true
20
+ issuing_organization: ""
21
+ credential_id: ""
22
+ credential_url: "https://example.com/verify/certificate"
23
+ startdate:
24
+ enddate:
25
+ expiration:
26
+ notes: ""
27
+ summary: ""
28
+
29
+ # Example without credential
30
+ - name: ""
31
+ active: true
32
+ issuing_organization: ""
33
+ credential_id: ""
34
+ credential_url: ""
35
+ startdate:
36
+ enddate:
37
+ expiration:
38
+ notes: ""
39
+ summary: ""
@@ -0,0 +1,49 @@
1
+ # Education
2
+ # File: _data/education.yml
3
+ # Academic degrees and educational background
4
+
5
+ # Each entry represents a degree or educational program
6
+ - degree: "" # Required: Degree name and details (e.g., "Bachelor of Science in Computer Science")
7
+ active: true # Required: Set to false to hide this entry
8
+ uni: "" # Required: University/institution name
9
+ year: "" # Required: Time period (as display text, e.g., "Sep 2020 — June 2024" or "2015 — 2019")
10
+ location: "" # Required: Location of institution (e.g., "City, State" or "City, Country")
11
+ awards: # Optional: List of awards/honors received (use this OR the single award field below)
12
+ - award: "" # Award or honor (can add multiple items)
13
+ award: "" # Optional: Single award (alternative to awards list above, e.g., "Graduated with Honors")
14
+ # Note: You can use either 'awards' (list) or 'award' (single string), or both
15
+ summary: "" # Optional: Additional description or details about your education
16
+
17
+ # Example with awards list
18
+ - degree: ""
19
+ active: true
20
+ uni: ""
21
+ year: ""
22
+ location: ""
23
+ awards:
24
+ - award: ""
25
+ - award: ""
26
+ award: ""
27
+ summary: ""
28
+
29
+ # Example with single award field
30
+ - degree: ""
31
+ active: true
32
+ uni: ""
33
+ year: ""
34
+ location: ""
35
+ awards:
36
+ - award: ""
37
+ award: ""
38
+ summary: ""
39
+
40
+ # Minimal example (no awards or summary)
41
+ - degree: ""
42
+ active: true
43
+ uni: ""
44
+ year: ""
45
+ location: ""
46
+ awards:
47
+ - award: ""
48
+ award: ""
49
+ summary: ""
@@ -0,0 +1,50 @@
1
+ # Experience
2
+ # File: _data/experience.yml
3
+ # Professional work experience and employment history
4
+
5
+ # Jobs are grouped by company name. Multiple roles at the same company will be displayed together.
6
+ # Roles are sorted by startdate (most recent first).
7
+
8
+ # OPTION 1: Using startdate and enddate (recommended for continuous employment)
9
+ # Each entry represents a role/position
10
+ - company: "" # Required: Company/organization name
11
+ position: "" # Required: Job title/position
12
+ startdate: # Required: Start date (YYYY-MM-DD format, e.g., 2018-05-01)
13
+ enddate: # Optional: End date (YYYY-MM-DD format) or "Present" for current roles
14
+ location: "" # Optional: Job location (e.g., "New York, NY" or "Remote")
15
+ active: true # Required: Set to false to hide this entry
16
+ notes: "" # Optional: Personal notes (not displayed on resume)
17
+ summary: "" # Optional: Job description (only shown if enable_summary is true in _config.yml)
18
+
19
+ # Example of current position
20
+ - company: ""
21
+ position: ""
22
+ startdate:
23
+ enddate: Present # Use "Present" for ongoing positions
24
+ location: ""
25
+ active: true
26
+ notes: ""
27
+ summary: ""
28
+
29
+ # OPTION 2: Using durations (alternative for non-continuous periods at same company)
30
+ # Use this instead of startdate/enddate when you have multiple separate time periods
31
+ - company: ""
32
+ position: ""
33
+ durations: # Alternative: Use this instead of startdate/enddate for non-continuous periods
34
+ - duration: "" # Display text for first period (e.g., "Jun 2020 — Jan 2021")
35
+ - duration: "" # Display text for second period (e.g., "& Jun 2022 — Dec 2022")
36
+ # Use & for ampersand (&) and — for em dash (—)
37
+ location: ""
38
+ active: true
39
+ notes: ""
40
+ summary: ""
41
+
42
+ # Example with multiple roles at same company (will be grouped together)
43
+ - company: ""
44
+ position: ""
45
+ startdate:
46
+ enddate:
47
+ location: ""
48
+ active: true
49
+ notes: ""
50
+ summary: ""
@@ -0,0 +1,6 @@
1
+ # Header intro paragraph
2
+ # This file contains the executive summary/intro paragraph that appears below your name and title
3
+ # Enable this in _config.yml with: resume_header_intro_en: true
4
+
5
+ intro: "Your professional summary or elevator pitch goes here. This is the English version."
6
+
@@ -0,0 +1,13 @@
1
+ # Interests
2
+ # File: _data/interests.yml
3
+ # Personal interests and hobbies
4
+
5
+ # Simple list of interests/hobbies
6
+ # Note: No active/inactive toggle - if it's in the file, it shows
7
+ # Each entry represents one interest
8
+
9
+ - description: "" # Required: Interest description
10
+
11
+ - description: ""
12
+
13
+ - description: ""
@@ -0,0 +1,29 @@
1
+ # Languages
2
+ # File: _data/languages.yml
3
+ # Language proficiencies
4
+
5
+ # Languages section displays in a two-column table
6
+ # If lang_header is enabled in _config.yml, languages appear in the page header instead
7
+ # Each entry represents a language proficiency
8
+
9
+ - language: "" # Required: Language name (e.g., "English", "Arabic", "Spanish")
10
+ active: true # Required: Set to false to hide this entry
11
+ description: "" # Required: Full proficiency description (e.g., "Native proficiency", "Professional working proficiency")
12
+ descrp_short: "" # Required: Short form for header display (e.g., "Native", "Professional", "Limited", "Elementary")
13
+
14
+ # Suggested proficiency levels:
15
+ # - Native / Bilingual
16
+ # - Professional working proficiency
17
+ # - Limited working proficiency
18
+ # - Elementary proficiency
19
+
20
+ # Example entries
21
+ - language: ""
22
+ active: true
23
+ description: ""
24
+ descrp_short: ""
25
+
26
+ - language: ""
27
+ active: true
28
+ description: ""
29
+ descrp_short: ""
@@ -0,0 +1,17 @@
1
+ # Links
2
+ # File: _data/links.yml
3
+ # Additional links (portfolio, blog, GitHub, etc.)
4
+
5
+ # Each entry represents a link
6
+ - description: "" # Required: Link description/title (e.g., "Portfolio", "GitHub Profile", "Personal Blog")
7
+ active: true # Required: Set to false to hide this link
8
+ url: "" # Required: URL (e.g., "https://github.com/username" or "https://example.com")
9
+
10
+ # Example entries
11
+ - description: ""
12
+ active: true
13
+ url: ""
14
+
15
+ - description: ""
16
+ active: true
17
+ url: ""