M content/_index.md => content/_index.md +1 -1
@@ 9,7 9,7 @@ aliases:
Welcome to my personal website. You can find my open-source projects, blog, and
other works on this website.
-I like writing software that solves problems. My [projects](/project/)
+I like writing software that solves problems. My [projects](/projects/)
are written in various programming languages, and I am always
improving my skills by learning new methodologies, and also improve my
understanding of computer security.
A content/links.md => content/links.md +22 -0
@@ 0,0 1,22 @@
+---
+title: Links
+---
+
+Listed below are links to my profiles on other websites. I am including these
+links in this page as source of verification. Their inclusion below does not
+mean that I actively use these platforms.
+
+
+- **SourceHut:** [sr.ht/~humaid](https://sr.ht/~humaid/)
+- **GitHub:** [github.com/humaidq](https://github.com/humaidq)
+- **GitLab:** [gitlab.com/humaid](https://gitlab.com/humaid)
+- **Hacker News:** [news.ycombinator.com/user?id=humaid](https://news.ycombinator.com/user?id=humaid)
+
+Below are social media websites that I have create mostly to reserve a page or
+keep some connections. They are my **least preferred way** of communications,
+and I might not check them for long periods of time.
+
+- **Mastodon:** [@humaidq@mstdn.io](https://mstdn.io/web/@humaidq)
+- **Twitter:** [twitter.com/humaidqae](https://twitter.com/humaidqae)
+- **LinkedIn:** [linkedin.com/in/humaidq](https://www.linkedin.com/in/humaidq/)
+- **YouTube:** [youtube.com/channel/UCBttMN[...]](https://www.youtube.com/channel/UCBttMNPKX-qI7TSTcNRHihQ)
M layouts/_default/list.html => layouts/_default/list.html +2 -1
@@ 12,10 12,11 @@
<dt>Email</dt>
<dd><a rel="me" href="mailto:public@huma.id">public@huma.id</a></dd>
<dt>Sourcehut</dt>
- <dd><a rel="noreferrer noopener me" href="https://git.sr.ht/~humaid">~humaid</a></dd>
+ <dd><a rel="noreferrer noopener me" href="https://sr.ht/~humaid">~humaid</a></dd>
<dt>PGP key</dt>
<dd><a rel="pgpkey authn" href="/contact/pgp.txt">C4350A2D</a>
</dl>
+ <p><a href="/links/">More links...</a></p>
{{end}}
</section>
{{ partial "footer.html" . }}