M LICENSE => LICENSE +1 -1
@@ 3,7 3,7 @@ BSD-2 Clause license, unless stated otherwise. License code is included below.
BSD 2-Clause License
- Copyright (c) 2020, Humaid AlQassimi. All rights reserved.
+ Copyright (c) 2020-2022, Humaid Alqasimi. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
M config.toml => config.toml +2 -2
@@ 1,6 1,6 @@
baseURL = "https://huma.id/"
languageCode = "en-gb"
-title = "Humaid AlQassimi's Website"
+title = "Humaid Alqasimi's Website"
copyright = "The content of this site is CC BY-SA 4.0. The code of this site is BSD 2-Clause."
preserveTaxonomyNames = true
pygmentsUseClasses = true
@@ 8,7 8,7 @@ pygmentsCodeFences = true
disableHugoGeneratorInject = true
enableGitInfo = true
[Params]
- name = "Humaid AlQassimi"
+ name = "Humaid Alqasimi"
image = "avatar.webp"
imagealt = "A picture of Humaid smiling, not while looking at the camera. Possibly in a discussion with people off-screen."
[minify]
M content/now/_index.md => content/now/_index.md +6 -7
@@ 6,14 6,13 @@ description: What I am doing right now...
*This is a [now page](https://nownownow.com/about), which is where I write a
summary of what I am doing right now.*
-**Last updated:** 15th May 2022, from Ajman, United Arab Emirates.
+**Last updated:** 19th December 2022, from Ajman, United Arab Emirates.
+
+I am currently preparing for military conscription (national service), where I
+will serve starting from February 2023.
I got married and have graduated with Bachelor of Computer Science with Honours
of the first class during summer of 2021.
-On August 2021, I started working at the [Technology Innovation
-Institute](https://tii.ae), where I build and test secure drones.
-
-Recently, I have been waking up early in the morning to work on my
-side-projects, which is the only way I can get my work done since
-starting a full-time job.
+Since then, I have been working at the [Technology Innovation Institute](https://tii.ae), where I
+build and test secure systems.
M => +3 -3
@@ 6,7 6,7 @@
{{ $style := resources.Get "main.css"}}{{ $syntax := resources.Get "syntax.css"}}
{{ $css := slice $style $syntax | resources.Concat "bundle.css" | resources.Minify }}
<link rel="stylesheet" href="{{ $css.Permalink }}" />
<title>{{if .Title}}{{ .Title }} - {{end}}Humaid AlQassimi</title>
<title>{{if .Title}}{{ .Title }} - {{end}}Humaid Alqasimi</title>
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
{{ if .Params.Image }}
<meta property="og:image" content="{{.Site.BaseURL}}{{.Params.Image}}" />
@@ 17,14 17,14 @@
{{end}}
<link rel="icon" type="image/webp" href="/favicon.webp" />
<meta property="og:url" content="{{ .Permalink }}" />
<meta property="og:site_name" content="Humaid AlQassimi's Personal Website" />
<meta property="og:site_name" content="Humaid Alqasimi's Personal Website" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#edeee6">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#252525">
<meta name="theme-color" content="#134dae" />
</head>
<header>
<h1 class="title">Humaid AlQassimi</h1>
<h1 class="title">Humaid Alqasimi</h1>
<nav>
<p class="c nav"><a rel="prefetch" href="/">Home</a>
· <a rel="prefetch" href="/blog/">Blog</a>
M static/humans.txt => static/humans.txt +1 -1
@@ 1,3 1,3 @@
/* SITE */
Generator: Hugo <https://gohugo.io>
-Software: neovim, rsync, caddy, gnu make, git
+Host: sourcehut pages <https://srht.site>