Mercurial
comparison mrjunejune/src/blog/my-seobeo-journey/index.html @ 169:295ac2e5ec00
[MrJuneJune] Created separate target for generating html from md.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 17:33:18 -0800 |
| parents | 1c446ab6f945 |
| children | 8c74204fd362 |
comparison
equal
deleted
inserted
replaced
| 168:f3084bca7317 | 169:295ac2e5ec00 |
|---|---|
| 1 <!DOCTYPE html> | 1 (binary file text/html, hash: d3798e0c542c8c0ad4bce804535ee0835ac9af47) |
| 2 <html lang="en"> | |
| 3 <head> | |
| 4 <meta charset="UTF-8"> | |
| 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| 6 <title>Creating Network Library in C</title> | |
| 7 {{/parts/base_head.html}} | |
| 8 <link rel="stylesheet" href="/tools/markdown_to_html/index.css" /> | |
| 9 </head> | |
| 10 <body> | |
| 11 {{/parts/header.html}} | |
| 12 <main> | |
| 13 <div id="content"></div> | |
| 14 </main> | |
| 15 {{/parts/footer.html}} | |
| 16 <script src="/markdown_to_html.js"></script> | |
| 17 <script> | |
| 18 fetch('/blog/my-seobeo-journey/index.md').then(res => res.text()).then(text => renderMarkdown(content, text)); | |
| 19 </script> | |
| 20 </body> |