Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ bundle: clean
@cp index.html dist/
@cp robots.txt dist/

.PHONY: serve
serve: bundle
@cd dist && uv run python -m http.server

14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,21 @@ <h1>devsjc blogs //</h1>
these posts. They come in two flavours, those being regular posts, and <em>chasers</em>, which are
shorter posts primarily used as a reminder to myself about something I want to remember.</p>

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

<p><em><small>Posts are markdown docs, converted to html via marked.js; as such, I'm afraid
you'll need javascript enabled to read them.</small></em></p>

</br>

<ul>
<li>
<time>2026-03-02</time>
<a href="#p20260302" data-src="static/blogs/20260302-rewrote-core.md">
Why I secretly rewrote my company's core infrastructure in my spare time
</a>
<li>
<time>2025-04-11</time>
<a href="#p20250411" data-src="static/blogs/20250411-praising-uv.md">
Expand Down Expand Up @@ -124,6 +133,7 @@ <h1>devsjc blogs //</h1>
</section>

<!-- Blog sections populated on demand -->
<section id="p20260302" class="blog-content"></section>
<section id="p20250411" class="blog-content"></section>
<section id="p20241129" class="blog-content"></section>
<section id="p20240627" class="blog-content"></section>
Expand Down
Loading