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

This commit is contained in:
Bangara Raju Kottedi 2024-04-22 20:17:16 +05:30 committed by Gogs
commit 31adea59f4
4 changed files with 14 additions and 9 deletions

View File

@ -15,9 +15,9 @@ timezone: Asia/Kolkata
# jekyll-seo-tag settings https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------
title: Bangara Raju # the main title
title: Engineer's Odyssey # the main title
tagline: Only Blogging Nothing More or Less # it will display as the sub-title
tagline: Your Hub for Tech, DIY, and Innovation # it will display as the sub-title
description: >- # used by seo meta and the atom feed
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.
@ -51,7 +51,7 @@ google_site_verification: # fill in to your verification string
# The end of `jekyll-seo-tag` settings
google_analytics:
id: G-W2VG43SN3N # fill in your Google Analytics ID
id:
goatcounter:
id: # fill in your Goatcounter ID
@ -197,6 +197,8 @@ exclude:
- LICENSE
- rollup.config.js
- package*.json
- db_scripts
- frontmatter.json
jekyll-archives:
enabled: [categories, tags]

View File

@ -105,7 +105,7 @@
<script>
var serviceUrl = "{{site.custom-config.blog-services.service_url}}";
var siteId = "{{site.id}}";
var postId = "{{page.title}}";
var postId = "{{page.slug}}";
var remark42Host = "{{ site.comments.remark42.host }}";
function ajax(url) {

View File

@ -9,6 +9,7 @@ tags:
categories:
- Open Source
- Services
slug: hosted-commenting-system
---
## Privacy-focused lightweight commenting engine

View File

@ -3,13 +3,15 @@ title: SOLID Principles
description: Solid Principles
date: 2024-04-03T16:10:57.476Z
tags:
- code quality
- oops
- code quality
- oops
- principles
categories:
- Programming
- Principles
- Programming
- Principles
image:
path: /assets/img/posts/solid-principles.jpg
path: /assets/img/posts/solid-principles.jpg
alt: Understanding SOLID Principles
slug: solid-principles
---