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 %} + + diff --git a/_tabs/about.md b/_tabs/about.md index ddb2bc4..0ccebf8 100644 --- a/_tabs/about.md +++ b/_tabs/about.md @@ -4,5 +4,23 @@ icon: fas fa-info-circle order: 4 --- -> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page. -{: .prompt-tip } +## Meet Bangara Raju: Your Guide to Tech, DIY, and Beyond +Hello there, curious minds and fellow explorers! I'm **Bangara Raju**, and I'm absolutely thrilled to welcome you to my corner of the internet. + +### A Byte-Sized Introduction: +By day, I'm immersed in the world of code and algorithms, working as a **Software Engineer** to shape the digital landscapes we navigate. + +However, the realm of technology is just the beginning of my story. When the sun sets, you'll often find me elbow-deep in **DIY projects**, unraveling the mysteries of **automation**, and seeking out new skills to conquer. + +### Why I'm Here: +Why this blog, you might ask? The answer is simple: to share. **Sharing the knowledge** and insights I've gathered along my journey. + +Whether it's demystifying complex tech concepts, guiding you through DIY **triumphs** (and the occasional **hiccups**), or embarking on new learning endeavors together, my goal is to foster a **community of learners and doers**. + +### Exploring Tech, DIY, and Beyond: +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**. + +Here's to a world of endless learning, unbounded creativity, and the **joy of sharing** it all with you. + +Warm regards, +**Bangara Raju** \ No newline at end of file