From f041a33b156c089dc799725a1bfd35dfbd088971 Mon Sep 17 00:00:00 2001 From: hellseye Date: Mon, 1 Dec 2025 22:50:13 +0530 Subject: [PATCH 1/2] =?UTF-8?q?Fix:=20Illustration=20and=20CTA=20layout=20?= =?UTF-8?q?responsiveness=20issues=20(992px=E2=80=931200px)=20and=20footer?= =?UTF-8?q?=20year=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 78eb52e..38cca58 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,8 @@ title = "CircuitVerse Blog" theme = "northendlab-hugo" ############################ Default configuration ######################### # post pagination -paginate = "5" +[pagination] + pagerSize = 10 # post excerpt summaryLength = "10" # disqus short name @@ -64,7 +65,8 @@ google_analitycs_id = "UA-112678513-4" # your id # contact form action contact_form_action = "https://formspree.io/support@circuitverse.org" # contact form works with : https://formspree.io # copyright -copyright = "© 2024 [CircuitVerse](https://circuitverse.org) All Rights Reserved" +copyright = "© 2025 [CircuitVerse](https://circuitverse.org) All Rights Reserved" +disqusShortname = "" # preloader [params.preloader] @@ -108,3 +110,12 @@ link = "https://github.com/Circuitverse/Circuitverse" [[params.social]] icon = "ti-linkedin" # themify icon pack https://themify.me/themify-icons link = "https://www.linkedin.com/company/circuitverse" + + +############################ Markdown / Goldmark ############################### +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true + + From 8259db4f4343a100309a0491ef70cf7a471d673b Mon Sep 17 00:00:00 2001 From: hellseye Date: Mon, 1 Dec 2025 23:09:50 +0530 Subject: [PATCH 2/2] =?UTF-8?q?Fix:=20Illustration=20and=20CTA=20layout=20?= =?UTF-8?q?responsiveness=20issues=20(992px=E2=80=931200px)=20and=20footer?= =?UTF-8?q?=20year=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config.toml b/config.toml index 38cca58..8bc7faf 100644 --- a/config.toml +++ b/config.toml @@ -112,10 +112,3 @@ icon = "ti-linkedin" # themify icon pack https://themify.me/themify-icons link = "https://www.linkedin.com/company/circuitverse" -############################ Markdown / Goldmark ############################### -[markup] - [markup.goldmark] - [markup.goldmark.renderer] - unsafe = true - -