From 9dc892c1d4acb4b8a9b4b67bb77ba4e9367ac09b Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Tue, 9 Apr 2024 15:03:33 +0530 Subject: [PATCH 1/4] exclude files --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index c2152a4..b279ee2 100644 --- a/_config.yml +++ b/_config.yml @@ -197,6 +197,8 @@ exclude: - LICENSE - rollup.config.js - package*.json + - db_scripts + - frontmatter.json jekyll-archives: enabled: [categories, tags] From 03a9269fa3b5f2618867e52784993c3e4dc4ea51 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Tue, 9 Apr 2024 15:35:34 +0530 Subject: [PATCH 2/4] moved google analytics id to jenkins --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index b279ee2..def675a 100644 --- a/_config.yml +++ b/_config.yml @@ -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 From 74a1ba43cd17bcef5819ef253058fb69d5300b95 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sat, 20 Apr 2024 01:42:39 +0530 Subject: [PATCH 3/4] code refactoring --- _includes/head.html | 2 +- _posts/2023-07-22-self-hosted-commenting-system.md | 1 + _posts/2024-04-03-solid-principles.md | 12 +++++++----- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 07ecd37..512abae 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -105,7 +105,7 @@