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/index.html | |
parent | 1aff33c074d77de0c641f9fad96e90f32701a059 (diff) |
Updated indicies with post
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> |