Skip to content

Commit cb4244e

Browse files
updating copyright and bunch of other stuff
1 parent dd008a6 commit cb4244e

8 files changed

Lines changed: 42 additions & 14 deletions

File tree

config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ languageCode = "en-us"
66
[params]
77
# Cutting off the page title to two chars for mobile (console-demo -> co)
88
titleCutting = false
9+
description = "Krishna Sangeeth — Solopreneur | Indie Hacker."
10+
11+
[params.social]
12+
twitter = "whiletruelearn"
913

1014

1115
[[params.navlinks]]

content/about/me.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ draft: true
55
---
66

77

8-
{{< figure src="../img/profile_pic.jpeg " height=500 width=75 alt="Hello Friend" position="center" style="border-radius: 8px;" caption="Maslow's Hierarchy of Needs" captionPosition="right" captionStyle="color: red;" >}}
8+
{{< figure src="../img/profile_pic.jpeg" height=500 width=75 alt="Krishna Sangeeth" position="center" style="border-radius: 8px;" >}}
99

1010
Hello World,
1111

@@ -16,7 +16,7 @@ I really enjoy building software and tinkering with tech. I was specifically int
1616

1717
I am reasonably happy when I am learning something new and often irritated when I am not learning something new. I am curious about most things under the sun, from history to economics to philosophy. I am agnostic and like to believe I am a man of science, I try and fail often to embody the virtues of Stoicism.
1818

19-
The best way to connect with me is via [Twitter](https://twitter.com/whiletruelearn), where I typically post my rants about life, the universe, and everything else or via [Mail](kskrishnasangeeth@gmail.com).
19+
The best way to connect with me is via [Twitter](https://twitter.com/whiletruelearn), where I typically post my rants about life, the universe, and everything else or via [Mail](mailto:kskrishnasangeeth@gmail.com).
2020

2121
On a personal front, I am happily married with Swathi, and we have a son, "Shanku," who keeps us on our toes.
2222

themes/hugo-theme-console/layouts/_default/baseof.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ .Site.Title }}{{ $url := urls.Parse .Page.Permalink }}{{ $url.Path }}</title>
6+
<title>{{ if .IsHome }}{{ .Site.Title }} — Krishna Sangeeth{{ else }}{{ .Site.Title }}{{ $url := urls.Parse .Page.Permalink }}{{ $url.Path }}{{ end }}</title>
77
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
88

99
<script type="text/javascript">
@@ -33,6 +33,7 @@
3333
{{ end }}
3434
{{- partial "opengraph.html" . -}}
3535
{{- partial "twitter_cards.html" . -}}
36+
{{- partial "structured_data.html" . -}}
3637
{{ template "_internal/google_analytics.html" . }}
3738

3839
{{- partial "header.html" . -}}

themes/hugo-theme-console/layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<h1>Hello World,</h1>
44

55
<p>
6-
I'm <b>Krishna Sangeeth</b>building <a href="https://serendipitylabs.in/">Serendipity Labs</a> as a solopreneur.
7-
Before this, I spent a decade shipping ML in production:
6+
I'm <b>Krishna Sangeeth</b>a solopreneur @ <a href="https://serendipitylabs.in/">Serendipity Labs</a>.
7+
Before this, I worked close to 12 years in software industry.
88
</p>
99

1010
<ul>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="footer">
2-
<small>&copy; Copyright 2026, Krishna Sangeeth KS</small>
2+
<small>&copy; Copyright {{ now.Year }}, Krishna Sangeeth KS</small>
33
</div>

themes/hugo-theme-console/layouts/partials/opengraph.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@
3737
{{ end }}{{ end }}
3838

3939
{{- if .IsPage }}
40-
{{- range .Site.Authors }}{{ with .Social.facebook }}
41-
<meta property="article:author" content="https://www.facebook.com/{{ . }}" />{{ end }}{{ with .Site.Social.facebook }}
40+
{{- with .Site.Params.social.facebook }}
4241
<meta property="article:publisher" content="https://www.facebook.com/{{ . }}" />{{ end }}
4342
<meta property="article:section" content="{{ .Section }}" />
4443
{{- with .Params.tags }}{{ range first 6 . }}
4544
<meta property="article:tag" content="{{ . }}" />{{ end }}{{ end }}
46-
{{- end }}{{ end }}
45+
{{- end }}
4746

4847
{{- /* Facebook Page Admin ID for Domain Insights */}}
49-
{{- with .Site.Social.facebook_admin }}<meta property="fb:admins" content="{{ . }}" />{{ end }}
48+
{{- with .Site.Params.social.facebook_admin }}<meta property="fb:admins" content="{{ . }}" />{{ end }}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!-- JSON-LD structured data for richer search results. Emitted on the homepage. -->
2+
{{- if .IsHome }}
3+
{{- $personID := printf "%s#person" .Site.BaseURL }}
4+
{{- $person := dict
5+
"@type" "Person"
6+
"@id" $personID
7+
"name" "Krishna Sangeeth KS"
8+
"url" .Site.BaseURL
9+
"image" ("apple-touch-icon.png" | absURL)
10+
"jobTitle" "Solopreneur & ML Engineer"
11+
"sameAs" (slice "https://x.com/whiletruelearn" "https://serendipitylabs.in")
12+
}}
13+
{{- with .Site.Params.description }}{{ $person = merge $person (dict "description" .) }}{{ end }}
14+
{{- $website := dict
15+
"@type" "WebSite"
16+
"@id" (printf "%s#website" .Site.BaseURL)
17+
"url" .Site.BaseURL
18+
"name" .Site.Title
19+
"publisher" (dict "@id" $personID)
20+
}}
21+
{{- with .Site.Params.description }}{{ $website = merge $website (dict "description" .) }}{{ end }}
22+
{{- $schema := dict "@context" "https://schema.org" "@graph" (slice $person $website) }}
23+
<script type="application/ld+json">
24+
{{ $schema | jsonify (dict "indent" " ") | safeJS }}
25+
</script>
26+
{{- end }}

themes/hugo-theme-console/layouts/partials/twitter_cards.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99

1010
<meta name="twitter:title" content="{{ .Title }}"/>
1111
<meta name="twitter:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end -}}"/>
12-
{{ with .Site.Social.twitter -}}
12+
{{ with .Site.Params.social.twitter -}}
1313
<meta name="twitter:site" content="@{{ . }}"/>
1414
{{ end -}}
15-
{{ range .Site.Authors }}
16-
{{ with .twitter -}}
15+
{{ with .Site.Params.social.twitter -}}
1716
<meta name="twitter:creator" content="@{{ . }}"/>
18-
{{ end -}}
1917
{{ end -}}

0 commit comments

Comments
 (0)