diff options
Diffstat (limited to 'www/index.html')
| -rw-r--r-- | www/index.html | 23 | 
1 files changed, 10 insertions, 13 deletions
diff --git a/www/index.html b/www/index.html index 98558ae..1471b9a 100644 --- a/www/index.html +++ b/www/index.html @@ -21,20 +21,17 @@        like uploading.</p>      </article>      <article id='homepage-post'> -      <h2>Recent Post - 2019-01-21</h2> -      <h3>First! A New Years Resolution</h3> -      <p>I like to write small hacky things from time to time when I have a -      weekend to myself, or a day, or an hour... But I never had a place to put -      them or the push to complete them beyond their initial hack. So I decided -      I should write a blog about it.</p> -      <p>First</p> -      <p>My plan for this site is part of my New Years Resolution to not only -      improve my non-technical-document writing, but to also upload whatever I -      am working on.</p> +      <h2>Recent Post - 2019-02-17</h2> +      <h3>Venturing back into C</h3> +      <p>After working in C++ for home projects that never go anywhere I +      decided to get back to basics and write a utility that I have been +      needing in plain ol' C.</p> +      <p><a href='https://github.com/s3nd3r5/reminder'><b>reminder.d</b></a> is +      a cli and daemon (so far) that manage reminders throughout your day.</p> +      <div id='footer'> +        <a href='/blog/2019-02-17'>Continue reading...</a> +      </div>      </article> -    <div id='footer'> -      <a href='/blog/2019-01-21'>Continue reading...</a> -    </div>    </div>  </body>  </html>  |