diff --git a/_includes/blog-post-card.html b/_includes/blog-post-card.html index 50f00f1..e590b76 100644 --- a/_includes/blog-post-card.html +++ b/_includes/blog-post-card.html @@ -1,5 +1,5 @@ - -
+
+

{{ post.title }}

{% if post.author %} @@ -9,14 +9,7 @@

{{ post.title }}

{{ author.name }} + alt="{{ author.name }}" class="author-image" /> {{ author.name }} {% if forloop.last == false %}, {% endif %} @@ -31,11 +24,10 @@

{{ post.title }}

{{ post.excerpt | truncatewords: 50 }}

- {% if post.tags and post.tags.size > 0 %}

{% for tag in post.tags %} - {{ tag }} + {{ tag }} {% endfor %}

{% endif %} @@ -44,3 +36,77 @@

{{ post.title }}

+ {% if post.banner_image %} +
+ Post Thumbnail +
+ {% endif %} +
+ + diff --git a/_layouts/post.html b/_layouts/post.html index 7cec33c..2af2171 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,24 +6,16 @@

{{ page.title }}

{{ page.title }}

+ {% if page.banner_image %} +
+ +
+ {% endif %} +
{{ content }}
{% if page.tags and page.tags.size > 0 %} @@ -40,14 +39,25 @@

{{ page.title }}

Tags:

{% for tag in page.tags %} - {{ tag }} + {{ tag }} {% endfor %}

{% endif %} + + diff --git a/_posts/2022-11-30-extend-clang-to-resugar-template-specialization-accesses.md b/_posts/2022-11-30-extend-clang-to-resugar-template-specialization-accesses.md index 57dfc3e..25da82f 100644 --- a/_posts/2022-11-30-extend-clang-to-resugar-template-specialization-accesses.md +++ b/_posts/2022-11-30-extend-clang-to-resugar-template-specialization-accesses.md @@ -15,6 +15,7 @@ excerpt: "Clang is an LLVM native C/C++/Objective-C compiler, which aims to sitemap: false author: Matheus Izvekov permalink: blogs/gsoc22_izvekov_experience_blog/ +banner_image: /images/blog/gsoc-banner.png date: 2022-11-30 tags: gsoc clang llvm --- diff --git a/_posts/2022-12-02-recovering-from-errors-in-clang-repl-and-code-undo.md b/_posts/2022-12-02-recovering-from-errors-in-clang-repl-and-code-undo.md index 70045d4..095dbb9 100644 --- a/_posts/2022-12-02-recovering-from-errors-in-clang-repl-and-code-undo.md +++ b/_posts/2022-12-02-recovering-from-errors-in-clang-repl-and-code-undo.md @@ -19,6 +19,7 @@ author: - Jun Zhang - Purva Chaudhari permalink: blogs/gsoc22_zhang_chaudhari_experience_blog/ +banner_image: /images/blog/gsoc-banner.png date: 2022-12-02 tags: gsoc clang llvm --- diff --git a/_posts/2022-12-07-shared-memory-based-jitlink-memory-manager.md b/_posts/2022-12-07-shared-memory-based-jitlink-memory-manager.md index 2656b98..9e7184a 100644 --- a/_posts/2022-12-07-shared-memory-based-jitlink-memory-manager.md +++ b/_posts/2022-12-07-shared-memory-based-jitlink-memory-manager.md @@ -13,6 +13,7 @@ transferred through finalize calls." sitemap: false author: Anubhab Ghosh permalink: blogs/gsoc22_ghosh_experience_blog/ +banner_image: /images/blog/gsoc-banner.png date: 2022-12-07 tags: gsoc llvm jitlink memory-manager --- diff --git a/_posts/2023-05-10-accelerated-documentation-with-google-season-of-docs-2023.md b/_posts/2023-05-10-accelerated-documentation-with-google-season-of-docs-2023.md index 325ab2e..3727cf5 100644 --- a/_posts/2023-05-10-accelerated-documentation-with-google-season-of-docs-2023.md +++ b/_posts/2023-05-10-accelerated-documentation-with-google-season-of-docs-2023.md @@ -10,6 +10,7 @@ Floating-Point Error Estimation), and Python-C++ Interoperability (Clang-Repl sitemap: false author: QuillPusher permalink: blogs/gsod23_quillpusher_experience_blog/ +banner_image: /images/blog/gsod-banner.png date: 2023-05-10 tags: gsod documentation llvm root clang-repl cppyy --- diff --git a/_posts/2023-09-18-code-completion-in-clang-repl.md b/_posts/2023-09-18-code-completion-in-clang-repl.md index 8ca96ba..32b8438 100644 --- a/_posts/2023-09-18-code-completion-in-clang-repl.md +++ b/_posts/2023-09-18-code-completion-in-clang-repl.md @@ -11,6 +11,7 @@ statement. Consequently, this causes typos or syntactic errors." sitemap: false author: Yuquan (Fred) Fu permalink: blogs/gsoc23_ffu_experience_blog/ +banner_image: /images/blog/gsoc-banner.png date: 2023-09-18 tags: gsoc clang llvm --- diff --git a/_posts/2024-05-11-llvm-org-website-redesign-project.md b/_posts/2024-05-11-llvm-org-website-redesign-project.md index 7727a5b..63d7809 100644 --- a/_posts/2024-05-11-llvm-org-website-redesign-project.md +++ b/_posts/2024-05-11-llvm-org-website-redesign-project.md @@ -7,6 +7,7 @@ This initiative will streamline navigation, improve accessibility, and update content, transforming LLVM.org into a more user-friendly resource." sitemap: false author: Chaitanya Shahare +banner_image: /images/blog/gsoc-banner.png permalink: blogs/gsoc24_chaitanya_shahare_introduction_blog/ date: 2024-05-11 tags: gsoc llvm website diff --git a/_posts/2024-05-26-implementing-kokkos-differentiation-in-clad.md b/_posts/2024-05-26-implementing-kokkos-differentiation-in-clad.md index e6a9c5f..ec1892f 100644 --- a/_posts/2024-05-26-implementing-kokkos-differentiation-in-clad.md +++ b/_posts/2024-05-26-implementing-kokkos-differentiation-in-clad.md @@ -5,6 +5,7 @@ excerpt: "A GSoC 2024 project aimed at implementing the differentiation of the K sitemap: false author: Atell Yehor Krasnopolski permalink: blogs/gsoc24_atell_krasnopolsky_introduction_blog/ +banner_image: /images/blog/gsoc-banner.png date: 2024-05-26 tags: gsoc clang llvm clad --- diff --git a/_posts/2024-05-30-enable-cuda-compilation-cppyy-numba-generated-ir.md b/_posts/2024-05-30-enable-cuda-compilation-cppyy-numba-generated-ir.md index 8e1762b..b56c57e 100644 --- a/_posts/2024-05-30-enable-cuda-compilation-cppyy-numba-generated-ir.md +++ b/_posts/2024-05-30-enable-cuda-compilation-cppyy-numba-generated-ir.md @@ -5,6 +5,7 @@ excerpt: "Enable CUDA Compilation on Cppyy-Numba generated IR project, part of G sitemap: false author: Riya Bisht permalink: blogs/gsoc24_riya_bisht_introduction_blog/ +banner_image: /images/blog/gsoc-banner.png date: 2024-05-30 tags: gsoc cuda numba llvm cppyy --- diff --git a/_posts/2024-05-30-integrate-a-large-language-model-with-the-xeus-cpp-jupyter-kernel.md b/_posts/2024-05-30-integrate-a-large-language-model-with-the-xeus-cpp-jupyter-kernel.md index 5d4e12c..a73dbcc 100644 --- a/_posts/2024-05-30-integrate-a-large-language-model-with-the-xeus-cpp-jupyter-kernel.md +++ b/_posts/2024-05-30-integrate-a-large-language-model-with-the-xeus-cpp-jupyter-kernel.md @@ -5,6 +5,7 @@ excerpt: "Integrate a Large Language Model with the xeus-cpp Jupyter kernel, par sitemap: false author: Tharun Anandh permalink: blogs/gsoc24_tharun_anandh_introduction_blog/ +banner_image: /images/blog/gsoc-banner.png date: 2024-05-30 tags: gsoc xeus xeus-cpp cpp llm --- diff --git a/_posts/2024-05-31-superbuilds-for-root.md b/_posts/2024-05-31-superbuilds-for-root.md index 5602ed3..5e1135b 100644 --- a/_posts/2024-05-31-superbuilds-for-root.md +++ b/_posts/2024-05-31-superbuilds-for-root.md @@ -5,6 +5,7 @@ excerpt: "A GSoC 2024 project with goal to split ROOT into separate components a sitemap: false author: Pavlo Svirin permalink: blogs/gsoc24_pavlo_svirin_introduction_blog/ +banner_image: /images/blog/gsoc-banner.png date: 2024-05-31 tags: gsoc root cmake --- diff --git a/images/blog/gsoc-banner.png b/images/blog/gsoc-banner.png new file mode 100644 index 0000000..45d6e9d Binary files /dev/null and b/images/blog/gsoc-banner.png differ diff --git a/images/blog/gsod-banner.png b/images/blog/gsod-banner.png new file mode 100644 index 0000000..420e989 Binary files /dev/null and b/images/blog/gsod-banner.png differ