Skip to content

Commit dadcc16

Browse files
committed
About page change and other minor updates
1 parent 4f70054 commit dadcc16

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

archetypes/default.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "{{ replace .Name "-" " " | title }}"
3+
slug: ""
34
date: {{ .Date }}
45
draft: true
56
description: ""
7+
tags: ["foo", "bar"]
68
---

config/_default/config.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ languageCode = "en"
66
DefaultContentLanguage = "en"
77
enableRobotsTXT = true
88
summarylength = 2000
9-
paginate = 10
9+
paginate = 12
1010
copyright = "© Shyam Jos, Built with Hugo ♡"
1111
enableInlineShortcodes = true
1212
enableEmoji = true
13-
1413
[outputs]
1514
home = ["HTML", "RSS", "JSON"]
1615

config/_default/languages.en.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ weight = 1
55

66
[params]
77
dateFormat = "2 January 2006"
8-
description = "Hi I'm Shyam Jos, documenting my adventures in Linux, Kubernetes, and DevOps."
8+
description = "Hi I'm Shyam Jos, documenting my adventures in Linux, Kubernetes, DevOps and IoT."
99

1010
[params.author]
1111
name = "Shyam Jos"
1212
image = "img/shyam_jos_photo.jpeg"
13-
headline = "Welcome!👋 I'm Shyam Jos, documenting my adventures in Linux, Kubernetes, and DevOps."
14-
bio = "Documenting my adventures in Linux, Kubernetes, and DevOps."
13+
headline = "Welcome!👋 I'm Shyam Jos, documenting my adventures in Linux, Kubernetes, DevOps and Hardware Projects."
14+
bio = "Documenting my adventures in Linux, Kubernetes, DevOps and Hardware Projects."
1515
links = [
1616
{ linkedin = "https://linkedin.com/in/shyamjos" },
1717
{ bluesky = "https://bsky.app/profile/shyamjos.com" },

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
77

88
colorScheme = "Fire"
9-
defaultAppearance = "dark" # valid options: light or dark
9+
defaultAppearance = "light" # valid options: light or dark
1010
autoSwitchAppearance = true
1111

1212
enableSearch = true

content/pages/about/about.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ showComments: false
55
sharingLinks: false
66
---
77

8-
My name is Shyam Jos, I am a passionate SRE/DevOps Engineer from [Kochi, India](https://en.wikipedia.org/wiki/Kochi). I am a strong advocate of using Linux and Open-Source software.
8+
My name is Shyam Jos, I am a passionate DevOps Engineer from [Kochi, India](https://en.wikipedia.org/wiki/Kochi). I am a strong advocate of using Linux and Open-Source software, always looking for ways to improve my skills through continuous learning.
99

10-
I am always looking for ways to improve my life by constantly learning new things. I love coding, Mostly small python/bash scripts, quick and handy solutions to problems I had, check out my [code on GitHub](https://github.com/shyamjos). I also love tinkering with development boards like [arduino](https://github.com/shyamjos/Arduino_ServerMon) and [raspberry pi](http://shyamjos.com/How-to-update-raspberrypi-firmware-in-kali-linux/).
10+
I love creating simple programs to automate tasks and solve everyday problems. You can find my [code on GitHub](https://github.com/shyamjos). I also love creaing hardware projects using development boards like [Arduino, NodeMCU, Raspberry Pi and Pico ](https://shyamjos.com/tags/iot/).
1111

12-
I would love to hear from you! Feel free to send me an [email](https://us11.list-manage.com/contact-form?u=965be0bf90a8bd031bf02e3d2&form_id=a133e5f84cf9f375c3001b62714fa3df) with any questions or comments
12+
I would love to hear from you! Feel free to send me an [email](https://us11.list-manage.com/contact-form?u=965be0bf90a8bd031bf02e3d2&form_id=a133e5f84cf9f375c3001b62714fa3df) with any questions about Linux, DevOps or Hardware projects.
1313

1414
>Choose a job you love, and you will never have to work a day in your life. ~ Confucius
15-
16-

0 commit comments

Comments
 (0)