Merge branch 'dev' of rajukottedi/chirpy-blogging into prod

This commit is contained in:
Bangara Raju Kottedi 2023-08-27 10:56:22 +05:30 committed by Gogs
commit 6aca7be258
4 changed files with 111 additions and 7 deletions

View File

@ -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.
#

View File

@ -103,9 +103,13 @@
}
</script>
<!-- <script src="{{ '/assets/js/common.js' | relative_url }}"
serviceurl="{{site.custom-config.blog-services.service_url}}" siteid="{{site.id}}" postid="{{page.title}}"
remark42host="{{ site.comments.remark42.host }}"></script> -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W4PKSB86');</script>
<!-- End Google Tag Manager -->
{% unless site.theme_mode %}
{% include mode-toggle.html %}

82
_layouts/default.html Normal file
View File

@ -0,0 +1,82 @@
---
layout: compress
# Default layout
---
<!doctype html>
{% include origin-type.html %}
{% include lang.html %}
{% capture prefer_mode %}
{% if site.theme_mode %}
data-mode="{{ site.theme_mode }}"
{% endif %}
{% endcapture %}
<!-- `site.alt_lang` can specify a language different from the UI -->
<html lang="{{ site.alt_lang | default: site.lang }}" {{ prefer_mode }}>
{% include head.html %}
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W4PKSB86"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% include sidebar.html lang=lang %}
<div id="main-wrapper" class="d-flex justify-content-center">
<div id="main" class="container px-xxl-5">
{% include topbar.html lang=lang %}
{{ content }}
{% include_cached search-results.html lang=lang %}
</div>
</div>
{% include_cached footer.html lang=lang %}
<div id="mask"></div>
<button id="back-to-top" aria-label="back-to-top" class="btn btn-lg btn-box-shadow">
<i class="fas fa-angle-up"></i>
</button>
{% if site.pwa.enabled %}
<div
id="notification"
class="toast"
role="alert"
aria-live="assertive"
aria-atomic="true"
data-bs-animation="true"
data-bs-autohide="false"
>
<div class="toast-header">
<button
type="button"
class="btn-close ms-auto"
data-bs-dismiss="toast"
aria-label="Close"
></button>
</div>
<div class="toast-body text-center pt-0">
<p class="px-2 mb-3">{{ site.data.locales[lang].notification.update_found }}</p>
<button type="button" class="btn btn-primary" aria-label="Update">
{{ site.data.locales[lang].notification.update }}
</button>
</div>
</div>
{% endif %}
{% include js-selector.html %}
{% if page.mermaid %}
{% include mermaid.html %}
{% endif %}
{% include_cached search-loader.html %}
</body>
</html>

View File

@ -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**