diff options
| author | Bill <bill@billserver.senders.io> | 2022-11-18 21:58:23 -0500 | 
|---|---|---|
| committer | Bill <bill@billserver.senders.io> | 2022-11-18 21:58:23 -0500 | 
| commit | 2d2d766e9af6a6de66140fb056be7c744dfabca0 (patch) | |
| tree | 43ec45330b7707afb04f39efbf2dcdfada67a204 /www | |
| parent | 55c5fcb71a6a73ac0ec099bfacd7a1f259152bf2 (diff) | |
Generate blog index from md
Diffstat (limited to 'www')
| -rw-r--r-- | www/blog/index.html | 30 | 
1 files changed, 16 insertions, 14 deletions
diff --git a/www/blog/index.html b/www/blog/index.html index f1a98c2..4bd5c1a 100644 --- a/www/blog/index.html +++ b/www/blog/index.html @@ -4,7 +4,7 @@    <meta charset="utf-8">    <meta name="generator"          content="HTML Tidy for HTML5 for Linux version 5.6.0"> -  <title>senders.io - Homepage</title> +  <title>senders.io - Blog Index</title>    <link rel='stylesheet'          type='text/css'          href='/index.css'> @@ -16,43 +16,45 @@      <a class='title'           href='/'>senders.io</a>      <nav> -      <a href="/resume">Resume</a> <a href="/blog">Blog</a> <a href= -      "https://github.com/s3nd3r5">Github</a> +      <a href="/resume">Resume</a> <a href="/blog">Blog</a> <a rel= +      "noopener noreferrer external" +           target="_blank" +           href="https://github.com/s3nd3r5">Github</a>      </nav>    </div> -  <div id='body'> +  <div id="body" +       class="blog index">      <article>        <h1>Blog Index</h1>        <ol> -        <!-- {{ NEW-POST }} -->          <li> -          <a href='/blog/2022-11-06'>2022-11-06 - My Markdown -> HTML +          <a href="/blog/2022-11-06/">2022-11-06 - My Markdown -> HTML            Setup</a>          </li>          <li> -          <a href='/blog/2021-01-05'>2021-01-05 - Manjaro Followup - Breaking +          <a href="/blog/2021-01-05/">2021-01-05 - Manjaro Followup - Breaking            things!</a>          </li>          <li> -          <a href='/blog/2020-12-17'>2020-12-17 - Manjaro Experiment</a> +          <a href="/blog/2020-12-17/">2020-12-17 - Manjaro Experiment</a>          </li>          <li> -          <a href='/blog/bread/#2020-02-17'>2020-02-17 - Bread Blog (First +          <a href="/blog/bread/#2020-02-17/">2020-02-17 - Bread Blog (First            post)</a>          </li>          <li> -          <a href='/blog/2020-01-13'>2020-01-13 - remember/recall - what -          could've been a command line tool</a> +          <a href="/blog/2020-01-13/">2020-01-13 - remember/recall - what +          could’ve been a command line tool</a>          </li>          <li> -          <a href='/blog/2019-12-09'>2019-12-09 - Lisps, Assembly, C, and +          <a href="/blog/2019-12-09/">2019-12-09 - Lisps, Assembly, C, and            Conlangs</a>          </li>          <li> -          <a href='/blog/2019-02-17'>2019-02-17 - Venturing back into C</a> +          <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 +          <a href="/blog/2019-01-21/">2019-01-21 - First! A New Years            Resolution</a>          </li>        </ol>  |