From d92681be1d60e7d25aadded44ff0cfd91c7c899f Mon Sep 17 00:00:00 2001 From: Enugala Shrikar Reddy Date: Sat, 28 Feb 2026 22:18:34 +0530 Subject: [PATCH 1/3] Fix typo in README regarding constants folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eca70b1..2483915 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you are an IntelOwl contributor and you would like to add content on this blo ### **Adding up a new feature/testimonial/sponsor.** -In [Constants folder](https://github.com/intelowlproject/intelowlproject.github.io/tree/develop/constants), you can add the content for specific section in thier specific file in form of these json objects, no need to scour the codebase. +In [Constants folder](https://github.com/intelowlproject/intelowlproject.github.io/tree/develop/constants), you can add the content for specific section in their specific file in form of these json objects, no need to scour the codebase. Features in `featuresdata.ts` From 53bed51a59d88fa96db043d194055efee6e178c4 Mon Sep 17 00:00:00 2001 From: Enugala Shrikar Reddy Date: Sat, 28 Feb 2026 22:24:00 +0530 Subject: [PATCH 2/3] Fix markdown header casing for local run instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2483915..9f35e39 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Make sure to go through the [contribute](https://intelowlproject.github.io/docs/ While testing any markdown related changes, if you run into any issue, you can do `npx --no-install contentlayer build` to generate the contentlayer content yourself, through your vscode terminal. -##### Run The Application locally +##### Run the application locally ```commandline npm install From 5a688a8bb48c55340745c2b17aa25fc46f838b28 Mon Sep 17 00:00:00 2001 From: Enugala Shrikar Reddy Date: Sat, 28 Feb 2026 22:26:19 +0530 Subject: [PATCH 3/3] Update section title for adding blogs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f35e39..af40689 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Adding new content to the website -### **Adding up blogs.** +### **Adding Blogs** Add your article as a new markdown file in the [Blogs directory](https://github.com/intelowlproject/intelowlproject.github.io/tree/develop/Blogs) with the same title as the file.