Skip to content

Commit

Permalink
- taxonomies toml
Browse files Browse the repository at this point in the history
- Revised about and hello pages
- Added menu icons
- taxonomies
  • Loading branch information
unnsse committed Aug 6, 2024
1 parent a29b538 commit 9ae7996
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 8 deletions.
3 changes: 2 additions & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
title = "Modern-Day Software Engineering"
baseURL = 'https://unnsse.io/'
languageCode = 'en-us'
title = "Modern-Day Software Engineering"
theme = 'FixIt'
canonifyURLs = true
enableRobotsTXT = true
enableEmoji = true
enableGitInfo = false

# -------------------------------------------------------------------------------------
# Theme Core Configuration
Expand Down
16 changes: 15 additions & 1 deletion config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,27 @@ parent = 'Navigation'
name = 'Archives'
url = '/archives/'
weight = 50
[main.params]
icon = "fa-solid fa-archive"
[[main]]
identifier = "collections"
parent = "Navigation"
name = "Collections"
url = "/collections/"
weight = 50
[main.params]
icon = "fa-solid fa-layer-group"
[[main]]
parent = 'Navigation'
name = 'Categories'
url = '/categories/'
weight = 50
[main.params]
icon = "fa-solid fa-folder-tree"
[[main]]
parent = 'Navigation'
name = 'Tags'
url = '/tags/'
weight = 50
weight = 50
[main.params]
icon = "fa-solid fa-tags"
5 changes: 4 additions & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version = "0.3.8"

# site description
description = "My take on the current and modern software engineering landscape."
description = "Modern-Day Software Engineer is Unnsse Khan's modernistic outlook on the current software engineering landscape."
# site keywords
keywords = ["Unnsse Khan", "unnsse.io", "untz", "untzkhan", "Unnsse", "SDKotlin", "Kotlin", "San Diego Java", "San Diego Kotlin",
"Java", "Java Expert", "Kotlin Expert"]
Expand All @@ -13,6 +13,9 @@ indexWithSiteTitle = true
indexWithSubtitle = true
dateFormat = "01/02/2006"
disableThemeInject = false
enablePWA = true
externalIcon = true
withSiteTitle=true

[header]
desktopMode = "sticky"
Expand Down
8 changes: 8 additions & 0 deletions config/_default/taxonomies.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# -------------------------------------------------------------------------------------
# Taxonomies Configuration
# See: https://gohugo.io/content-management/taxonomies/#configure-taxonomies
# -------------------------------------------------------------------------------------

category = "categories"
tag = "tags"
collection = "collections"
14 changes: 9 additions & 5 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ class = 'center'
My name is Unnsse Khan and am a Principal Software Engineer living in [San Diego, California, USA](https://en.wikipedia.org/wiki/San_Diego)
specializing in highly scalable distributed backend systems on the JVM (Java, Kotlin & Scala).

Provided solutions for various vertical industries, including FinTech, Consumer Electronics, PaaS, and IoT, for companies ranging from startups to Fortune 100. Contributed as both an individual contributor on a distributed cross-functional team and as a sole developer handling end-to-end software engineering and implementation, both onsite and remotely.
Additionally, trained and mentored numerous software engineering teams in advanced techniques and best practices, facilitating their transition to Agile methodology.
My career has consisted of providing solutions for a diverse array of vertical industries, including FinTech, Consumer Electronics, PaaS, and IoT, for
companies ranging from startups to Fortune 100. Contributed in roles ranging from Lead Software Engineer & Individual
Contributor to Primary Developer on distributed (domestic & international) cross-functional teams, handling end-to-end software engineering.

Being community-driven and altruistic, I am currently the Co-Organizer of the [San Diego Kotlin User Group](https://www.meetup.com/sd-kotlin/ "San Diego Kotlin Users Group") as a volunteer.
Have also been long term active member of the [San Diego Java Users Group](https://www.meetup.com/San-Diego-Java-Users-Group/),
Agile Alliance & Agile San Diego (formerly known as eXtreme Programming San Diego).
Additionally, trained and mentored numerous software engineering teams in
advanced techniques and best practices, along with facilitating their transition to Agile methodology.

Being community-driven and altruistic, I am currently the Co-Organizer of the [San Diego Kotlin User Group](https://www.meetup.com/sd-kotlin/ "San Diego Kotlin Users Group")
as a volunteer. Have also been long term active member of the [San Diego Java Users Group](https://www.meetup.com/San-Diego-Java-Users-Group/) and
[Agile Alliance](https://www.agilealliance.org/_https://www.agilealliance.org/) communities.

Am available for consulting and full-time opportunities, both remote or onsite.

Expand Down
1 change: 1 addition & 0 deletions content/posts/hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ comment: false
weight: 0
tags:
- hello world
- intro
categories:
- intro
hiddenFromHomePage: false
Expand Down

0 comments on commit 9ae7996

Please sign in to comment.