diff --git a/_config.yml b/_config.yml index 8b62985..5fbc16b 100644 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,7 @@ title: Bangara Raju # the main title tagline: Only Blogging Nothing More or Less # it will display as the sub-title description: >- # used by seo meta and the atom feed - Sharing knowledge through blogging using jekyll theme chirpy template. + Through my articles and stories, I hope to guide you through the intricate world of technology, offer insights into automation's transformative power, unveil the secrets behind successful DIY projects, and encourage you to fearlessly pursue new skills. # fill in the protocol & hostname for your site, e.g., 'https://username.github.io' url: "http://localhost:4000" @@ -54,7 +54,7 @@ google_site_verification: # fill in to your verification string # The end of `jekyll-seo-tag` settings google_analytics: - id: # fill in your Google Analytics ID + id: G-W2VG43SN3N # fill in your Google Analytics ID # Prefer color scheme setting. # diff --git a/_includes/head.html b/_includes/head.html index d4ee750..c81f6cb 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -103,9 +103,13 @@ } - + + + {% unless site.theme_mode %} {% include mode-toggle.html %} diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..0946935 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,82 @@ +--- +layout: compress +# Default layout +--- + + + +{% include origin-type.html %} + +{% include lang.html %} + +{% capture prefer_mode %} + {% if site.theme_mode %} + data-mode="{{ site.theme_mode }}" + {% endif %} +{% endcapture %} + + + + {% include head.html %} + + + + + + + + {% include sidebar.html lang=lang %} + +
+
+ {% include topbar.html lang=lang %} + {{ content }} + {% include_cached search-results.html lang=lang %} +
+
+ + {% include_cached footer.html lang=lang %} + +
+ + + + {% if site.pwa.enabled %} + + {% endif %} + + {% include js-selector.html %} + + {% if page.mermaid %} + {% include mermaid.html %} + {% endif %} + + {% include_cached search-loader.html %} + +