Merge branch 'dev' of rajukottedi/chirpy-blogging into prod
This commit is contained in:
commit
31adea59f4
@ -15,9 +15,9 @@ timezone: Asia/Kolkata
|
|||||||
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
|
# 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
|
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.
|
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
|
# The end of `jekyll-seo-tag` settings
|
||||||
|
|
||||||
google_analytics:
|
google_analytics:
|
||||||
id: G-W2VG43SN3N # fill in your Google Analytics ID
|
id:
|
||||||
|
|
||||||
goatcounter:
|
goatcounter:
|
||||||
id: # fill in your Goatcounter ID
|
id: # fill in your Goatcounter ID
|
||||||
@ -197,6 +197,8 @@ exclude:
|
|||||||
- LICENSE
|
- LICENSE
|
||||||
- rollup.config.js
|
- rollup.config.js
|
||||||
- package*.json
|
- package*.json
|
||||||
|
- db_scripts
|
||||||
|
- frontmatter.json
|
||||||
|
|
||||||
jekyll-archives:
|
jekyll-archives:
|
||||||
enabled: [categories, tags]
|
enabled: [categories, tags]
|
||||||
|
|||||||
@ -105,7 +105,7 @@
|
|||||||
<script>
|
<script>
|
||||||
var serviceUrl = "{{site.custom-config.blog-services.service_url}}";
|
var serviceUrl = "{{site.custom-config.blog-services.service_url}}";
|
||||||
var siteId = "{{site.id}}";
|
var siteId = "{{site.id}}";
|
||||||
var postId = "{{page.title}}";
|
var postId = "{{page.slug}}";
|
||||||
var remark42Host = "{{ site.comments.remark42.host }}";
|
var remark42Host = "{{ site.comments.remark42.host }}";
|
||||||
|
|
||||||
function ajax(url) {
|
function ajax(url) {
|
||||||
|
|||||||
@ -9,6 +9,7 @@ tags:
|
|||||||
categories:
|
categories:
|
||||||
- Open Source
|
- Open Source
|
||||||
- Services
|
- Services
|
||||||
|
slug: hosted-commenting-system
|
||||||
---
|
---
|
||||||
|
|
||||||
## Privacy-focused lightweight commenting engine
|
## Privacy-focused lightweight commenting engine
|
||||||
|
|||||||
@ -3,13 +3,15 @@ title: SOLID Principles
|
|||||||
description: Solid Principles
|
description: Solid Principles
|
||||||
date: 2024-04-03T16:10:57.476Z
|
date: 2024-04-03T16:10:57.476Z
|
||||||
tags:
|
tags:
|
||||||
- code quality
|
- code quality
|
||||||
- oops
|
- oops
|
||||||
|
- principles
|
||||||
categories:
|
categories:
|
||||||
- Programming
|
- Programming
|
||||||
- Principles
|
- Principles
|
||||||
image:
|
image:
|
||||||
path: /assets/img/posts/solid-principles.jpg
|
path: /assets/img/posts/solid-principles.jpg
|
||||||
|
alt: Understanding SOLID Principles
|
||||||
slug: solid-principles
|
slug: solid-principles
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user