From 927530ac5a65e4b0805f03ec894ba2bffe202db0 Mon Sep 17 00:00:00 2001 From: mani2106 Date: Sat, 13 Sep 2025 13:45:47 +0530 Subject: [PATCH 1/3] Add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 03fd388..1707d9d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ Thumbs.db _/images/Thumbs.db settings.ini .vscode/settings.json +new_blog/ +.kiro/ \ No newline at end of file From 5bf50495f5c23206691a236dee3d8341469b767d Mon Sep 17 00:00:00 2001 From: mani2106 Date: Sat, 13 Sep 2025 15:22:04 +0530 Subject: [PATCH 2/3] Refactor post layout to include table of contents and improve styling for sidebar --- _includes/custom-head.html | 65 ++++++++++++++++++++++++++++++++++++++ _layouts/post.html | 29 ++++++++++------- 2 files changed, 83 insertions(+), 11 deletions(-) diff --git a/_includes/custom-head.html b/_includes/custom-head.html index 1842575..7909011 100644 --- a/_includes/custom-head.html +++ b/_includes/custom-head.html @@ -61,3 +61,68 @@ elem.forEach(e => (e.innerHTML = '')); }); + + + + diff --git a/_layouts/post.html b/_layouts/post.html index 9d924a0..f3c6cc8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -18,7 +18,7 @@

{{ page.title | escape }} {{ page.date | date: date_format }} {%- if page.modified_date -%} - ~ + ~ {%- assign mdate = page.modified_date | date_to_xmlschema -%}