Mercurial
comparison mrjunejune/src/blog/index.html @ 100:65e5a5b89a4e
[Seobeo] Migrated everything to this page.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sat, 03 Jan 2026 07:48:07 -0800 |
| parents | |
| children | 1c446ab6f945 |
comparison
equal
deleted
inserted
replaced
| 99:684edfaf93b7 | 100:65e5a5b89a4e |
|---|---|
| 1 <!doctype html> | |
| 2 <html lang="en"> | |
| 3 <head> | |
| 4 {{/parts/base_head.html}} | |
| 5 </head> | |
| 6 <body> | |
| 7 {{/parts/header.html}} | |
| 8 <main> | |
| 9 <h1 class="title" style="margin-bottom: 20px;"> Blogs </h1> | |
| 10 <ul style="list-style: none;"> | |
| 11 <li style="margin-bottom: 20px;"> | |
| 12 <span> Apr 12 2025 </span> | |
| 13 <p><h4><a href="/blog/wsl2-ssh">WSL2 Cloudtop Setup</a></h4></p> | |
| 14 </li> | |
| 15 <li style="margin-bottom: 20px;"> | |
| 16 <span> Dec 10 2024 </span> | |
| 17 <p><h4><a href="/blog/multithread-in-js">MultiThreading in JS</a></h4></p> | |
| 18 </li> | |
| 19 <li style="margin-bottom: 20px;"> | |
| 20 <span> Nov 23 2024 </span> | |
| 21 <p><h4><a href="/blog/thoughts-on-tdd">My thoughts on TDD</a></h4></p> | |
| 22 </li> | |
| 23 <li style="margin-bottom: 20px;"> | |
| 24 <span> Nov 21 2024 </span> | |
| 25 <p><h4><a href="/blog/optimizing-grass-rendering">Optimizing Random Placement with Colour Noise</a></h4></p> | |
| 26 </li> | |
| 27 <li style="margin-bottom: 20px;"> | |
| 28 <span> Nov 17 2024 </span> | |
| 29 <p><h4><a href="/blog/thoughts-on-ide">My thoughts on IDE</a></h4></p> | |
| 30 </li> | |
| 31 <li style="margin-bottom: 20px;"> | |
| 32 <span> Nov 16 2024 </span> | |
| 33 <p><h4><a href="/blog/optimizing-data-structures">Optimizing Data Structure for Performance</a></h4></p> | |
| 34 </li> | |
| 35 <li style="margin-bottom: 20px;"> | |
| 36 <span> Nov 13 2024 </span> | |
| 37 <p><h4><a href="/blog/wasm-bunny">WASM using c3</a></h4></p> | |
| 38 </li> | |
| 39 </ul> | |
| 40 </main> | |
| 41 {{/parts/footer.html}} | |
| 42 </body> | |
| 43 </html> |