Skip to content

Commit c4239f5

Browse files
committed
feat(blog): Add rewrite backend blog
1 parent e281836 commit c4239f5

3 files changed

Lines changed: 201 additions & 2 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ bundle: clean
99
@cp index.html dist/
1010
@cp robots.txt dist/
1111

12+
.PHONY: serve
13+
serve: bundle
14+
@cd dist && uv run python -m http.server
15+

index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,21 @@ <h1>devsjc blogs //</h1>
7777
these posts. They come in two flavours, those being regular posts, and <em>chasers</em>, which are
7878
shorter posts primarily used as a reminder to myself about something I want to remember.</p>
7979

80-
<p><em><small>Posts are markdown docs, converted to HTML via marked.js; as
81-
such, I'm afraid you'll need JavaScript enabled to read them.</small></em></p>
80+
<p>Also, what with it being <em>current year</em>, I feel compelled to state that these posts
81+
are all written soley by <em>me</em>, and not some jumped up predictive text generator -
82+
otherwise really, what is the point in any of it?</p>
83+
84+
<p><em><small>Posts are markdown docs, converted to html via marked.js; as such, I'm afraid
85+
you'll need javascript enabled to read them.</small></em></p>
8286

8387
</br>
8488

8589
<ul>
90+
<li>
91+
<time>2026-03-02</time>
92+
<a href="#p20260302" data-src="static/blogs/20260302-rewrote-core.md">
93+
Why I secretly rewrote my company's core infrastructure in my spare time
94+
</a>
8695
<li>
8796
<time>2025-04-11</time>
8897
<a href="#p20250411" data-src="static/blogs/20250411-praising-uv.md">
@@ -124,6 +133,7 @@ <h1>devsjc blogs //</h1>
124133
</section>
125134

126135
<!-- Blog sections populated on demand -->
136+
<section id="p20260302" class="blog-content"></section>
127137
<section id="p20250411" class="blog-content"></section>
128138
<section id="p20241129" class="blog-content"></section>
129139
<section id="p20240627" class="blog-content"></section>

0 commit comments

Comments
 (0)