From 1fb9246d30e7c805fba11ff75f3fed23b5339f31 Mon Sep 17 00:00:00 2001 From: Swarnil Singhai <31561157+imswarnil@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:42:38 +0530 Subject: [PATCH] as --- _config.yml | 4 -- _includes/resources/card.html | 25 -------- _includes/resources/filters.html | 19 ------- _layouts/resource.html | 91 ------------------------------ pages/resources.md | 97 -------------------------------- resources/python-guide.md | 39 ------------- resources/python.md | 11 ---- resources/salesforce-tools.md | 12 ---- 8 files changed, 298 deletions(-) delete mode 100644 _includes/resources/card.html delete mode 100644 _includes/resources/filters.html delete mode 100644 _layouts/resource.html delete mode 100644 pages/resources.md delete mode 100644 resources/python-guide.md delete mode 100644 resources/python.md delete mode 100644 resources/salesforce-tools.md diff --git a/_config.yml b/_config.yml index 9525bc5..8523747 100644 --- a/_config.yml +++ b/_config.yml @@ -149,10 +149,6 @@ collections: courses: output: true permalink: /courses/:name/ - resources: - output: true - permalink: /resources/:title/ - # 6. Jekyll collections settings defaults: diff --git a/_includes/resources/card.html b/_includes/resources/card.html deleted file mode 100644 index 05b03f3..0000000 --- a/_includes/resources/card.html +++ /dev/null @@ -1,25 +0,0 @@ -
-
-
-
-
- {{ include.resource.title }} -
-
-
-

- {{ include.resource.title }} -

-

{{ include.resource.topic }}

-
-
-
- {{ include.resource.description | truncate: 100 }} -
- {{ include.resource.difficulty }} - {{ include.resource.resource_type }} - {{ include.resource.price }} -
-
-
-
diff --git a/_includes/resources/filters.html b/_includes/resources/filters.html deleted file mode 100644 index 834cb6f..0000000 --- a/_includes/resources/filters.html +++ /dev/null @@ -1,19 +0,0 @@ -
-
-

- - - - -

-
- -

Type

- {% for type in "book,tool,course,blog,trailblazer,miscellaneous" | split: "," %} -
- -
- {% endfor %} -
diff --git a/_layouts/resource.html b/_layouts/resource.html deleted file mode 100644 index 3bd65aa..0000000 --- a/_layouts/resource.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -layout: default ---- - -
-
- -
-
-
- {{ page.title }} -
-
-
-

{{ page.title }}

-
- {{ page.difficulty | capitalize }} - {{ page.type | capitalize }} - {{ page.price | capitalize }} -
-

Created by {{ page.author }}

-
-
- - -
-
-
-

Introduction

-
-

{{ page.description }}

-
-
- -
-

How to Use

-
-
    -
  1. Start with the introduction module
  2. -
  3. Complete each lesson sequentially
  4. -
  5. Practice with provided exercises
  6. -
  7. Complete the projects at the end of each section
  8. -
-
-
- -
-

Course Content

-
- {% for module in page.course_content %} -

{{ module.module }}

-
    - {% for topic in module.topics %} -
  • {{ topic }}
  • - {% endfor %} -
- {% endfor %} -
-
-
- - -
-
-

Navigation

- -
- -
-

Resource Links

-
- {% for link in page.resource_links %} - - - - - {{ link.label }} - - {% endfor %} -
-
-
-
-
-
diff --git a/pages/resources.md b/pages/resources.md deleted file mode 100644 index a7721b9..0000000 --- a/pages/resources.md +++ /dev/null @@ -1,97 +0,0 @@ ---- -layout: default -title: "Resources" -permalink: /resources/ ---- - -
-
-
- -
-
-
-

- - - - -

-
- -
-

Difficulty

-
- -
-
- -
-
-
-

Type

-
- -
-
- -
-
- -
-
- -
-
-
-
- -
-
- {% for resource in site.resources %} -
-
-
-
-
-
- Resource icon -
-
-
-

- {{ resource.title }} -

-

{{ resource.topic }}

-
-
-
- {{ resource.description }} -
-
- {{ resource.difficulty | capitalize }} - {{ resource.type | capitalize }} - {{ resource.price | capitalize }} -
-
-
-
-
- {% endfor %} -
-
-
-
-
diff --git a/resources/python-guide.md b/resources/python-guide.md deleted file mode 100644 index faf5176..0000000 --- a/resources/python-guide.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -layout: resource -title: "Python Basics" -type: "course" -difficulty: "beginner" -price: "free" -author: "John Doe" -image: "https://bulma.io/images/placeholders/128x128.png" -description: "Learn Python programming from scratch with this comprehensive course designed for beginners. This course covers all the fundamental concepts you need to start programming in Python." -resource_links: - - label: "Visit Website" - url: "#" - icon: "fas fa-external-link-alt" - - label: "View Source" - url: "#" - icon: "fab fa-github" -course_content: - - module: "Module 1: Getting Started" - topics: - - "Setting up Python" - - "Basic syntax" - - "Variables and data types" - - module: "Module 2: Control Flow" - topics: - - "Conditional statements" - - "Loops" - - "Functions" -navigation: - - label: "Introduction" - link: "#introduction" - - label: "Getting Started" - link: "#getting-started" - - label: "Basic Concepts" - link: "#basic-concepts" - - label: "Advanced Topics" - link: "#advanced-topics" - - label: "Projects" - link: "#projects" ---- diff --git a/resources/python.md b/resources/python.md deleted file mode 100644 index 1b6ee3a..0000000 --- a/resources/python.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Python Basics" -type: "course" -topic: "Programming" -difficulty: "beginner" -price: "free" -image: "/assets/resources/python.png" -description: "Learn Python programming from scratch with hands-on exercises and projects." -layout: resource-single -permalink: /resources/course/python-basics/ ---- diff --git a/resources/salesforce-tools.md b/resources/salesforce-tools.md deleted file mode 100644 index 632a48e..0000000 --- a/resources/salesforce-tools.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Salesforce Automation Tool" -resource_type: "tool" -topic: "Salesforce" -difficulty: "Intermediate" -price: "Paid" -author: "Jane Doe" -image: "/assets/resources/salesforce-tool.png" -description: "A powerful tool to automate Salesforce tasks." -source_url: "https://example.com" -layout: resource ----