diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-25 18:19:48 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-25 19:07:22 +0800 |
| commit | 8cd867cd53794386cb9443bfc023fe97c5c5fa47 (patch) | |
| tree | 0f3f076e8b7f542b511d737eaaf3f3ec1cef457d /_site/index.html | |
| parent | 210a4c8671b368a3a240f9cb7a0bd1718a301523 (diff) | |
| download | www-8cd867cd53794386cb9443bfc023fe97c5c5fa47.tar.gz | |
Render posts.
Diffstat (limited to '_site/index.html')
| -rw-r--r-- | _site/index.html | 86 |
1 files changed, 80 insertions, 6 deletions
diff --git a/_site/index.html b/_site/index.html index 21acaa8..9e75e34 100644 --- a/_site/index.html +++ b/_site/index.html @@ -29,19 +29,93 @@ - <main class="container" id="main"><ul> + <main class="container" id="main"><div class="articles"> + <table class="posts-table"> + + + <tr> + <td class="posts-td-link"> + <a href="/archive/neo4j-a-star-search/">Neo4J A* search</a> + </td> + <td class="posts-td-time"> + <span class="post-meta"> + <time datetime="2025-09-14 00:00:00 +0800">2025-09-14</time> + </span> + </td> + </tr> + - <li> - <h5><a href="/blog/post-1/index/">Index</a></h2> - <p>An apple is a sweet, edible fruit produced by an apple tree.</p> - </li> + <tr> + <td class="posts-td-link"> + <a href="/archive/my-first-pcb/">My first PCB</a> + </td> + <td class="posts-td-time"> + <span class="post-meta"> + <time datetime="2025-07-14 00:00:00 +0800">2025-07-14</time> + </span> + </td> + </tr> + + + + <tr> + <td class="posts-td-link"> + <a href="/archive/mosfet-switches/">MOSFETs</a> + </td> + <td class="posts-td-time"> + <span class="post-meta"> + <time datetime="2025-06-22 00:00:00 +0800">2025-06-22</time> + </span> + </td> + </tr> + + + + <tr> + <td class="posts-td-link"> + <a href="/archive/awesome-books/">Awesome books</a> + </td> + <td class="posts-td-time"> + <span class="post-meta"> + <time datetime="2025-04-20 00:00:00 +0800">2025-04-20</time> + </span> + </td> + </tr> + + + + <tr> + <td class="posts-td-link"> + <a href="/archive/arduino-uno/">Notes on programming ATmega328P chips</a> + </td> + <td class="posts-td-time"> + <span class="post-meta"> + <time datetime="2025-04-10 00:00:00 +0800">2025-04-10</time> + </span> + </td> + </tr> + -</ul> + <tr> + <td class="posts-td-link"> + <a href="/archive/arduino-due/">Bare-metal ARM Cortex M3 chips</a> + </td> + <td class="posts-td-time"> + <span class="post-meta"> + <time datetime="2024-10-05 00:00:00 +0800">2024-10-05</time> + </span> + </td> + </tr> + + + + </table> </div> + </main> </body> |
