mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-26 03:36:03 +10:00
Add static blog generator and initial blog posts
- Implement StaticBlogGenerator class for generating static HTML blog pages from markdown data. - Create initial blog index page (blog.html) with links to posts. - Add individual blog post pages for "Markdown Formatting Test", "Building Interactive Node Graphs", "Welcome to My Blog", "test d d d d", and "testddd". - Include markdown rendering capabilities for formatting content in blog posts.
This commit is contained in:
38
website/blog/testddd/index.html
Normal file
38
website/blog/testddd/index.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>test d d d d - Blog</title>
|
||||
<meta name="description" content="Lit.ruv.wtf blog posts.">
|
||||
<link rel="canonical" href="https://lit.ruv.wtf/blog/testddd/">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/logos/32px.png">
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/logos/64px.png">
|
||||
<link rel="stylesheet" href="/styles/main.css">
|
||||
</head>
|
||||
<body class="blog-page">
|
||||
<nav class="quick-links" aria-label="Primary">
|
||||
<a href="/blog.html" class="quick-link">blog</a>
|
||||
<a href="/docs/" class="quick-link">docs</a>
|
||||
<a href="https://github.com/litruv" target="_blank" rel="noopener" class="quick-link">github</a>
|
||||
<a href="https://bsky.app/profile/lit.mates.dev" target="_blank" rel="noopener" class="quick-link">bluesky</a>
|
||||
<a href="/materials" class="quick-link">materials</a>
|
||||
</nav>
|
||||
<main class="blog-shell">
|
||||
<a class="blog-logo-link" href="/" aria-label="Back to main site">
|
||||
<img src="/logos/LogoFull.svg" alt="lit.ruv.wtf" class="blog-logo" />
|
||||
</a>
|
||||
<article class="blog-card" aria-labelledby="blog-post-title">
|
||||
<header class="blog-post-header">
|
||||
<h1 id="blog-post-title" class="blog-post-title">test d d d d</h1>
|
||||
<p class="blog-post-meta"><span>May 10, 2026</span><span aria-hidden="true">-</span><span>it me</span></p>
|
||||
|
||||
</header>
|
||||
<section class="blog-post-content"><p class="md-p">asdffdsaasdffdsa</p>
|
||||
<p class="md-p">| <br /> | <br /> | <br /> | <br /> |<br />| :----- | :----- | :----- | -----: |<br />| <br /> | <br /> | <br /> | <br /> |<br />| <br /> | <br /> | <br /> | <br /> |</p>
|
||||
<p class="md-p"><br /></p>
|
||||
<p class="md-p">this is a test post, should't publish i guess, but who's reading lmao</p></section>
|
||||
</article>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user