diff --git a/README.md b/README.md index 02d9f4b..7471774 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A clean, modern Jekyll theme optimized for technical blogs and documentation sit - **Clean & Modern Design** - Minimal, distraction-free reading experience - **Responsive Layout** - Optimized for all devices from mobile to desktop - **Dark Mode Support** - Built-in dark mode toggle option with logo treatment options +- **Social Media Inspired Layout** - **New!** Modern home-v2 layout with Instagram-style stories and engaging post cards - **Comment System** - Support for Giscus (GitHub Discussions) comments - **Code Highlighting** - Beautiful syntax highlighting for technical content - **Table of Contents** - Automatically generated for longer articles diff --git a/_config.yml b/_config.yml index 3bb6a5a..fe1a839 100644 --- a/_config.yml +++ b/_config.yml @@ -99,6 +99,11 @@ homepage: enabled: true title: "Latest Articles" excerpt_length: 30 + + # Site statistics widget + stats_widget: + enabled: true + title: "Site Statistics" # Favicon configuration favicon: @@ -118,6 +123,9 @@ navigation: - title: Home url: / icon: home # Feather icon name + - title: V2 + url: /v2 + icon: code - title: Documentation url: /docs icon: book-open diff --git a/_includes/giscus.html b/_includes/giscus.html index d9a5b12..1666c73 100644 --- a/_includes/giscus.html +++ b/_includes/giscus.html @@ -1,5 +1,5 @@ {% if site.giscus.enabled %} -
Comments