bilingual-jekyll-resume-theme 0.4.0 → 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 (42) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +28 -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/_layouts/default.html +2 -0
  7. data/_layouts/resume-ar.html +1 -1
  8. data/docs/CONFIG_GUIDE.md +28 -13
  9. data/docs/DATA_GUIDE.md +106 -27
  10. data/docs/INCLUDES_GUIDE.md +17 -8
  11. data/docs/LAYOUTS_GUIDE.md +40 -25
  12. data/docs/PROJECT_OVERVIEW.md +69 -0
  13. data/docs/SASS_GUIDE.md +3 -1
  14. data/docs/_data/ar/associations.yml +27 -0
  15. data/docs/_data/ar/certifications.yml +73 -0
  16. data/docs/_data/ar/courses.yml +39 -0
  17. data/docs/_data/ar/education.yml +49 -0
  18. data/docs/_data/ar/experience.yml +50 -0
  19. data/docs/_data/ar/header.yml +6 -0
  20. data/docs/_data/ar/interests.yml +13 -0
  21. data/docs/_data/ar/languages.yml +29 -0
  22. data/docs/_data/ar/links.yml +17 -0
  23. data/docs/_data/ar/projects.yml +28 -0
  24. data/docs/_data/ar/recognitions.yml +23 -0
  25. data/docs/_data/ar/skills.yml +17 -0
  26. data/docs/_data/ar/volunteering.yml +39 -0
  27. data/docs/_data/en/associations.yml +27 -0
  28. data/docs/_data/en/certifications.yml +73 -0
  29. data/docs/_data/en/courses.yml +39 -0
  30. data/docs/_data/en/education.yml +49 -0
  31. data/docs/_data/en/experience.yml +50 -0
  32. data/docs/_data/en/header.yml +6 -0
  33. data/docs/_data/en/interests.yml +13 -0
  34. data/docs/_data/en/languages.yml +29 -0
  35. data/docs/_data/en/links.yml +17 -0
  36. data/docs/_data/en/projects.yml +28 -0
  37. data/docs/_data/en/recognitions.yml +23 -0
  38. data/docs/_data/en/skills.yml +17 -0
  39. data/docs/_data/en/volunteering.yml +39 -0
  40. metadata +59 -23
  41. /data/{CODE_OF_CONDUCT.MD → CODE_OF_CONDUCT.md} +0 -0
  42. /data/docs/{_config.sample.yml → _data/_config.sample.yml} +0 -0
@@ -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: ""
@@ -0,0 +1,28 @@
1
+ # Projects
2
+ # File: _data/projects.yml
3
+ # Personal or professional projects
4
+
5
+ # Each entry represents a project
6
+ - project: "" # Required: Project name
7
+ active: true # Required: Set to false to hide this entry
8
+ role: "" # Required: Your role in the project (e.g., "Lead Developer", "Team Lead", "Maintainer")
9
+ duration: "" # Required: Time period (as display text, e.g., "May 2021 — Present" or "Jan 2023 — Jun 2024")
10
+ # Use — for em dash (—)
11
+ url: "" # Optional: Project URL (leave empty if no URL, e.g., GitHub repository or project website)
12
+ description: "" # Required: Project description
13
+
14
+ # Example with URL
15
+ - project: ""
16
+ active: true
17
+ role: ""
18
+ duration: ""
19
+ url: "https://github.com/username/project"
20
+ description: ""
21
+
22
+ # Example without URL
23
+ - project: ""
24
+ active: true
25
+ role: ""
26
+ duration: ""
27
+ url: ""
28
+ description: ""
@@ -0,0 +1,23 @@
1
+ # Recognitions
2
+ # File: _data/recognitions.yml
3
+ # Awards, honors, and recognition
4
+
5
+ # Each entry represents an award or recognition
6
+ - award: "" # Required: Award name (e.g., "Outstanding Achievement", "Employee of the Quarter")
7
+ active: true # Required: Set to false to hide this entry
8
+ organization: "" # Required: Awarding organization (e.g., "Company Name" or "University Name")
9
+ year: "" # Required: Year(s) received (can be multiple, e.g., "2010, 2014" or "Q2 2023, Q4 2023" or "2019, 2020, 2021, 2022")
10
+ summary: "" # Required: Award description
11
+
12
+ # Example entries
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
+ # Skills
2
+ # File: _data/skills.yml
3
+ # Professional skills and competencies
4
+
5
+ # Each entry represents a skill
6
+ - skill: "" # Required: Skill name/title (e.g., "Full-Stack Web Development", "Machine Learning")
7
+ active: true # Required: Set to false to hide this entry
8
+ description: "" # Required: Detailed description of the skill
9
+
10
+ # Example entries
11
+ - skill: ""
12
+ active: true
13
+ description: ""
14
+
15
+ - skill: ""
16
+ active: true
17
+ description: ""
@@ -0,0 +1,39 @@
1
+ # Volunteering
2
+ # File: _data/volunteering.yml
3
+ # Volunteer work and community service
4
+
5
+ # Structure is identical to Experience section. Volunteer positions are grouped by organization.
6
+ # Roles are sorted by startdate (most recent first).
7
+
8
+ # OPTION 1: Using startdate and enddate (recommended for continuous volunteer work)
9
+ - company: "" # Required: Organization name
10
+ position: "" # Required: Role/position title
11
+ startdate: # Required: Start date (YYYY-MM-DD format, e.g., 2011-11-01)
12
+ enddate: # Optional: End date (YYYY-MM-DD format) or "Present" for current roles
13
+ location: "" # Optional: Location (e.g., "Springfield, IL" or "Remote")
14
+ active: true # Required: Set to true to display, false to hide
15
+ notes: "" # Optional: Personal notes (not displayed on resume)
16
+ summary: "" # Optional: Description of volunteer work (only shown if enable_summary is true in _config.yml)
17
+
18
+ # Example of current volunteer position
19
+ - company: ""
20
+ position: ""
21
+ startdate:
22
+ enddate: Present # Use "Present" for ongoing volunteer work
23
+ location: ""
24
+ active: true
25
+ notes: ""
26
+ summary: ""
27
+
28
+ # OPTION 2: Using durations (alternative for non-continuous periods at same organization)
29
+ # Use this instead of startdate/enddate when you have multiple separate time periods
30
+ - company: ""
31
+ position: ""
32
+ durations: # Alternative: Use this instead of startdate/enddate for non-continuous periods
33
+ - duration: "" # Display text for first period (e.g., "Summer 2022")
34
+ - duration: "" # Display text for second period (e.g., "& Winter 2021")
35
+ # Use & for ampersand (&) and — for em dash (—)
36
+ location: ""
37
+ active: true
38
+ notes: ""
39
+ summary: ""
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bilingual-jekyll-resume-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Khaldoon Mutahar
@@ -27,72 +27,72 @@ dependencies:
27
27
  name: jekyll-feed
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
30
+ - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: '0'
32
+ version: '0.17'
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
37
+ - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '0'
39
+ version: '0.17'
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: jekyll-seo-tag
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ">="
44
+ - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '0'
46
+ version: '2.8'
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - ">="
51
+ - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: '0'
53
+ version: '2.8'
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: jekyll-sitemap
56
56
  requirement: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - ">="
58
+ - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '0'
60
+ version: '1.4'
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - ">="
65
+ - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '0'
67
+ version: '1.4'
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: jekyll-redirect-from
70
70
  requirement: !ruby/object:Gem::Requirement
71
71
  requirements:
72
- - - ">="
72
+ - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: '0'
74
+ version: '0.16'
75
75
  type: :runtime
76
76
  prerelease: false
77
77
  version_requirements: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - ">="
79
+ - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '0'
81
+ version: '0.16'
82
82
  - !ruby/object:Gem::Dependency
83
83
  name: logger
84
84
  requirement: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ">="
86
+ - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '0'
88
+ version: '1.7'
89
89
  type: :runtime
90
90
  prerelease: false
91
91
  version_requirements: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ">="
93
+ - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '0'
95
+ version: '1.7'
96
96
  email:
97
97
  - contact@mutahar.me
98
98
  executables: []
@@ -100,9 +100,10 @@ extensions: []
100
100
  extra_rdoc_files: []
101
101
  files:
102
102
  - CHANGELOG.md
103
- - CODE_OF_CONDUCT.MD
103
+ - CODE_OF_CONDUCT.md
104
104
  - LICENSE.txt
105
105
  - README.md
106
+ - _data/ar/months.yml
106
107
  - _includes/analytics-body.html
107
108
  - _includes/analytics-head.html
108
109
  - _includes/ar-date.html
@@ -160,8 +161,35 @@ files:
160
161
  - docs/DATA_GUIDE.md
161
162
  - docs/INCLUDES_GUIDE.md
162
163
  - docs/LAYOUTS_GUIDE.md
164
+ - docs/PROJECT_OVERVIEW.md
163
165
  - docs/SASS_GUIDE.md
164
- - docs/_config.sample.yml
166
+ - docs/_data/_config.sample.yml
167
+ - docs/_data/ar/associations.yml
168
+ - docs/_data/ar/certifications.yml
169
+ - docs/_data/ar/courses.yml
170
+ - docs/_data/ar/education.yml
171
+ - docs/_data/ar/experience.yml
172
+ - docs/_data/ar/header.yml
173
+ - docs/_data/ar/interests.yml
174
+ - docs/_data/ar/languages.yml
175
+ - docs/_data/ar/links.yml
176
+ - docs/_data/ar/projects.yml
177
+ - docs/_data/ar/recognitions.yml
178
+ - docs/_data/ar/skills.yml
179
+ - docs/_data/ar/volunteering.yml
180
+ - docs/_data/en/associations.yml
181
+ - docs/_data/en/certifications.yml
182
+ - docs/_data/en/courses.yml
183
+ - docs/_data/en/education.yml
184
+ - docs/_data/en/experience.yml
185
+ - docs/_data/en/header.yml
186
+ - docs/_data/en/interests.yml
187
+ - docs/_data/en/languages.yml
188
+ - docs/_data/en/links.yml
189
+ - docs/_data/en/projects.yml
190
+ - docs/_data/en/recognitions.yml
191
+ - docs/_data/en/skills.yml
192
+ - docs/_data/en/volunteering.yml
165
193
  homepage: https://www.mutahr.me/bilingual-jekyll-resume-theme
166
194
  licenses:
167
195
  - MIT
@@ -171,6 +199,14 @@ metadata:
171
199
  documentation_uri: https://github.com/kmutahar/bilingual-jekyll-resume-theme#readme
172
200
  homepage_uri: https://www.mutahr.me/bilingual-jekyll-resume-theme
173
201
  source_code_uri: https://github.com/kmutahar/bilingual-jekyll-resume-theme/
202
+ allowed_push_host: https://rubygems.org
203
+ post_install_message: |
204
+ --------------------------------------------------
205
+ Thank you for installing bilingual-jekyll-resume-theme!
206
+
207
+ To get started, check the setup instructions:
208
+ https://github.com/kmutahar/bilingual-jekyll-resume-theme#readme
209
+ --------------------------------------------------
174
210
  rdoc_options: []
175
211
  require_paths:
176
212
  - lib