Mercurial
view mrjunejune/src/blog/index.html @ 184:8c74204fd362
[MD to HTML] Updated so it can be used through readme to html
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 22:20:35 -0800 |
| parents | 96628cf126a0 |
| children |
line wrap: on
line source
<!doctype html> <html lang="en"> <head> {{/parts/base_head.html}} </head> <body> {{/parts/header.html}} <main> <h1 class="title" style="margin-bottom: 20px;"> Blogs </h1> <ul style="list-style: none;"> <li style="margin-bottom: 20px;"> <span> January 08 2026 </span> <p><h4><a href="/blog/websocket-demystified">Websocket Demystified</a></h4></p> </li> <li style="margin-bottom: 20px;"> <span> January 02 2026 </span> <p><h4><a href="/blog/my-seobeo-journey">Creating Network Library in C</a></h4></p> </li> <li style="margin-bottom: 20px;"> <span> Apr 12 2025 </span> <p><h4><a href="/blog/wsl2-ssh">WSL2 Cloudtop Setup</a></h4></p> </li> <li style="margin-bottom: 20px;"> <span> Dec 10 2024 </span> <p><h4><a href="/blog/multithread-in-js">MultiThreading in JS</a></h4></p> </li> <li style="margin-bottom: 20px;"> <span> Nov 23 2024 </span> <p><h4><a href="/blog/thoughts-on-tdd">My thoughts on TDD</a></h4></p> </li> <li style="margin-bottom: 20px;"> <span> Nov 21 2024 </span> <p><h4><a href="/blog/optimizing-grass-rendering">Optimizing Random Placement with Colour Noise</a></h4></p> </li> <li style="margin-bottom: 20px;"> <span> Nov 17 2024 </span> <p><h4><a href="/blog/thoughts-on-ide">My thoughts on IDE</a></h4></p> </li> <li style="margin-bottom: 20px;"> <span> Nov 16 2024 </span> <p><h4><a href="/blog/optimizing-data-structures">Optimizing Data Structure for Performance</a></h4></p> </li> <li style="margin-bottom: 20px;"> <span> Nov 13 2024 </span> <p><h4><a href="/blog/wasm-bunny">WASM using c3</a></h4></p> </li> </ul> </main> {{/parts/footer.html}} </body> </html>