website

My personal website
git clone git://git.ckyln.com/website
Log | Files | Refs

commit 0972d6d590afc0086003392ffd87691189ad92a7
parent ac0bfa6dc1144ab171f1975c6cad99986e00bc03
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon,  5 Oct 2020 14:26:39 +0300

update

Diffstat:
Mdocs/blog/20201002-reimplementing-sysmgr-in-c.txt | 2+-
Mdocs/contact.html | 5++++-
Mdocs/contact.txt | 5++++-
Mdocs/index.html | 5+++--
Mdocs/index.txt | 9++++++---
Mdocs/rss.xml | 2+-
Mindex.md | 7+++++--
Msrc/blog/20201002-reimplementing-sysmgr-in-c.md | 2+-
Msrc/contact.md | 5++++-
Msrc/index.md | 9++++++---
Msrc/rss.xml | 2+-
11 files changed, 36 insertions(+), 17 deletions(-)

diff --git a/docs/blog/20201002-reimplementing-sysmgr-in-c.txt b/docs/blog/20201002-reimplementing-sysmgr-in-c.txt @@ -24,4 +24,4 @@ program. I want it to be C99 and portable (for BSD). It's currently not functional at all, but, you can see its current state [here]. [sysmgr]: https://git.ckyln.com/sysmgr -[here]: https://git.ckyln.com/sm +[here]: https://git.ckyln.com/sm diff --git a/docs/contact.html b/docs/contact.html @@ -45,13 +45,16 @@ <p>I can be reached from the following places:</p> <ul> -<li>IRC: merakor @ freenode</li> +<li>IRC: merakor[2] / ckyl / cemkeylan @ freenode</li> <li>Email: cem at ckyln dot com</li> <li>Fediverse: <a href="https://toot.ckyln.com/cem">@cem@toot.ckyln.com</a></li> <li>LinkedIn: <a href="https://www.linkedin.com/in/cem-keylan-86b1941b5">https://www.linkedin.com/in/cem-keylan-86b1941b5</a></li> </ul> +<p>I have a public inbox at <a href="mailto:~cemkeylan/inbox@lists.sr.ht">~cemkeylan/inbox@lists.sr.ht</a>, which can be used to +send patches, or for general discussion.</p> + <h2>GnuPG</h2> <p>This is my GPG public key: 0xD79FAF401E813987</p> diff --git a/docs/contact.txt b/docs/contact.txt @@ -3,13 +3,16 @@ Contact Info I can be reached from the following places: -- IRC: merakor @ freenode +- IRC: merakor[2] / ckyl / cemkeylan @ freenode - Email: cem at ckyln dot com - Fediverse: [@cem@toot.ckyln.com] - LinkedIn: <https://www.linkedin.com/in/cem-keylan-86b1941b5> +I have a public inbox at [~cemkeylan/inbox@lists.sr.ht], which can be used to +send patches, or for general discussion. [@cem@toot.ckyln.com]: https://toot.ckyln.com/cem +[~cemkeylan/inbox@lists.sr.ht]: mailto:~cemkeylan/inbox@lists.sr.ht GnuPG diff --git a/docs/index.html b/docs/index.html @@ -45,7 +45,8 @@ student at the Berlin CODE university, the maintainer of Carbs Linux, and I occasionally compose music (mostly jazz and classical).</p> <p>My repositories can either be found on <a href="https://git.ckyln.com">https://git.ckyln.com</a> or -<a href="https://github.com/cemkeylan">https://github.com/cemkeylan</a>.</p> +<a href="https://git.sr.ht/~cemkeylan">https://git.sr.ht/~cemkeylan</a>. I am currently migrating my Github mirrors to +Sourcehut, so see my <a href="https://github.com/cemkeylan">Github</a> as well.</p> <p>I can be found from <a href="https://toot.ckyln.com/cem">@cem@toot.ckyln.com</a> on the Fediverse.</p> @@ -55,7 +56,7 @@ able to view this site in your favourite pager! In your terminal simply type:</p <pre><code>curl -sL cemkeylan.com/index.txt | less </code></pre> -<p><a href="rss.xml">RSS Feed</a> | <a href="/blog.html">Blog Index</a></p> +<p><a href="/rss.xml">RSS Feed</a> | <a href="/blog.html">Blog Index</a></p> <hr /> diff --git a/docs/index.txt b/docs/index.txt @@ -3,7 +3,10 @@ student at the Berlin CODE university, the maintainer of Carbs Linux, and I occasionally compose music (mostly jazz and classical). My repositories can either be found on <https://git.ckyln.com> or -<https://github.com/cemkeylan>. +<https://git.sr.ht/~cemkeylan>. I am currently migrating my Github mirrors to +Sourcehut, so see my [Github] as well. + +[Github]: https://github.com/cemkeylan I can be found from [@cem@toot.ckyln.com] on the Fediverse. @@ -15,7 +18,7 @@ able to view this site in your favourite pager! In your terminal simply type: curl -sL cemkeylan.com/index.txt | less -[RSS Feed](rss.xml) | [Blog Index](/blog.html) +[RSS Feed](/rss.xml) | [Blog Index](/blog.html) ******************************************************************************** @@ -49,7 +52,7 @@ program. I want it to be C99 and portable (for BSD). It's currently not functional at all, but, you can see its current state [here]. [sysmgr]: https://git.ckyln.com/sysmgr -[here]: https://git.ckyln.com/sm +[here]: https://git.ckyln.com/sm ******************************************************************************** diff --git a/docs/rss.xml b/docs/rss.xml @@ -9,7 +9,7 @@ <description>Personal blog/website on Linux/tech/nerdy stuff</description> <link>https://cemkeylan.com</link> <atom:link href="https://cemkeylan.com/rss.xml" rel="self" type="application/rss+xml" /> - <lastBuildDate>Fri Oct 02 2020 18:00</lastBuildDate> + <lastBuildDate>Mon Oct 05 2020 11:00</lastBuildDate> <item> <title>Reimplementing `sysmgr` in C</title> <pubDate>Fri, 02 Oct 2020</pubDate> diff --git a/index.md b/index.md @@ -3,7 +3,10 @@ student at the Berlin CODE university, the maintainer of Carbs Linux, and I occasionally compose music (mostly jazz and classical). My repositories can either be found on <https://git.ckyln.com> or -<https://github.com/cemkeylan>. +<https://git.sr.ht/~cemkeylan>. I am currently migrating my Github mirrors to +Sourcehut, so see my [Github] as well. + +[Github]: https://github.com/cemkeylan I can be found from [@cem@toot.ckyln.com] on the Fediverse. @@ -15,4 +18,4 @@ able to view this site in your favourite pager! In your terminal simply type: curl -sL cemkeylan.com/index.txt | less -[RSS Feed](rss.xml) | [Blog Index](/blog.html) +[RSS Feed](/rss.xml) | [Blog Index](/blog.html) diff --git a/src/blog/20201002-reimplementing-sysmgr-in-c.md b/src/blog/20201002-reimplementing-sysmgr-in-c.md @@ -24,4 +24,4 @@ program. I want it to be C99 and portable (for BSD). It's currently not functional at all, but, you can see its current state [here]. [sysmgr]: https://git.ckyln.com/sysmgr -[here]: https://git.ckyln.com/sm +[here]: https://git.ckyln.com/sm diff --git a/src/contact.md b/src/contact.md @@ -3,13 +3,16 @@ Contact Info I can be reached from the following places: -- IRC: merakor @ freenode +- IRC: merakor[2] / ckyl / cemkeylan @ freenode - Email: cem at ckyln dot com - Fediverse: [@cem@toot.ckyln.com] - LinkedIn: <https://www.linkedin.com/in/cem-keylan-86b1941b5> +I have a public inbox at [~cemkeylan/inbox@lists.sr.ht], which can be used to +send patches, or for general discussion. [@cem@toot.ckyln.com]: https://toot.ckyln.com/cem +[~cemkeylan/inbox@lists.sr.ht]: mailto:~cemkeylan/inbox@lists.sr.ht GnuPG diff --git a/src/index.md b/src/index.md @@ -3,7 +3,10 @@ student at the Berlin CODE university, the maintainer of Carbs Linux, and I occasionally compose music (mostly jazz and classical). My repositories can either be found on <https://git.ckyln.com> or -<https://github.com/cemkeylan>. +<https://git.sr.ht/~cemkeylan>. I am currently migrating my Github mirrors to +Sourcehut, so see my [Github] as well. + +[Github]: https://github.com/cemkeylan I can be found from [@cem@toot.ckyln.com] on the Fediverse. @@ -15,7 +18,7 @@ able to view this site in your favourite pager! In your terminal simply type: curl -sL cemkeylan.com/index.txt | less -[RSS Feed](rss.xml) | [Blog Index](/blog.html) +[RSS Feed](/rss.xml) | [Blog Index](/blog.html) ******************************************************************************** @@ -49,7 +52,7 @@ program. I want it to be C99 and portable (for BSD). It's currently not functional at all, but, you can see its current state [here]. [sysmgr]: https://git.ckyln.com/sysmgr -[here]: https://git.ckyln.com/sm +[here]: https://git.ckyln.com/sm ******************************************************************************** diff --git a/src/rss.xml b/src/rss.xml @@ -9,7 +9,7 @@ <description>Personal blog/website on Linux/tech/nerdy stuff</description> <link>https://cemkeylan.com</link> <atom:link href="https://cemkeylan.com/rss.xml" rel="self" type="application/rss+xml" /> - <lastBuildDate>Fri Oct 02 2020 18:00</lastBuildDate> + <lastBuildDate>Mon Oct 05 2020 11:00</lastBuildDate> <item> <title>Reimplementing `sysmgr` in C</title> <pubDate>Fri, 02 Oct 2020</pubDate>