diff options
| author | Stephen Enders <smenders@gmail.com> | 2019-02-17 01:55:05 -0500 | 
|---|---|---|
| committer | Stephen Enders <smenders@gmail.com> | 2019-02-17 01:55:05 -0500 | 
| commit | e87e69da25def4a0af96d0425f3a1f16e658ac55 (patch) | |
| tree | 2bcb59b569e0fd1192229d93e8762c487d58b7d3 /www/blog/2019-02-17/index.html | |
| parent | 1aff33c074d77de0c641f9fad96e90f32701a059 (diff) | |
Updated indicies with post
Diffstat (limited to 'www/blog/2019-02-17/index.html')
| -rw-r--r-- | www/blog/2019-02-17/index.html | 11 | 
1 files changed, 6 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>  |