summaryrefslogtreecommitdiff
path: root/www/blog
diff options
context:
space:
mode:
Diffstat (limited to 'www/blog')
-rw-r--r--www/blog/2019-02-17/index.html11
-rw-r--r--www/blog/index.html3
2 files changed, 9 insertions, 5 deletions
diff --git a/www/blog/2019-02-17/index.html b/www/blog/2019-02-17/index.html
index 4afbcb0..48f5f4c 100644
--- a/www/blog/2019-02-17/index.html
+++ b/www/blog/2019-02-17/index.html
@@ -37,10 +37,11 @@
happening in C was really what was causing all the issues.</p>
<h3>The Project</h3>
<p>I started working on an application I had been meaning to develop
- called <b>reminder.d</b>. This daemon would monitor for reminder
- notifications I would send via a CLI. It queue them up based on some time
- set to send the notification. I ended up writing both the CLI and the
- daemon in this past week, both in C.</p>
+ called <a href=
+ 'https://github.com/s3nd3r5/reminder'><b>reminder.d</b></a>. This daemon
+ would monitor for reminder notifications I would send via a CLI. It queue
+ them up based on some time set to send the notification. I ended up
+ writing both the CLI and the daemon in this past week, both in C.</p>
<h4>The CLI</h4>
<p>The CLI <b>remindme</b> took in messages and appened them to a file.
This file would be monitored by the daemon later on. Each reminder
@@ -141,7 +142,7 @@
android.</p>
</article>
<div id='footer'>
- <i>February 17, 2019</i>
+ <i>First draft published on: February 17, 2019</i>
</div>
</div>
</body>
diff --git a/www/blog/index.html b/www/blog/index.html
index 8afbc6b..d738f8f 100644
--- a/www/blog/index.html
+++ b/www/blog/index.html
@@ -20,6 +20,9 @@
<ol>
<!-- {{ NEW-POST }} -->
<li>
+ <a href='/blog/2019-02-17'>2019-02-17 - Venturing back into C</a>
+ </li>
+ <li>
<a href='/blog/2019-01-21'>2019-01-21 - First! A New Years
Resolution</a>
</li>