Skip to content

Commit

Permalink
new post!
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleclair committed Aug 29, 2024
1 parent 69b61f7 commit d515587
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
2 changes: 2 additions & 0 deletions output/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ <h1>[email protected]$><span class="blink">_</span></h1>
<h2>Posts!</h2>
<ul>
<li>
2024-08-28 - <a href="posts/2024/08-28-readme.html">README</a>
</li><li>
2024-08-27 - <a href="posts/2024/08-27-hello-world.html">Hello world!</a>
</li>
</ul>
Expand Down
38 changes: 38 additions & 0 deletions output/posts/2024/08-28-readme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/assets/app.css">
<script type="text/javascript" src="/assets/app.js"></script>
</head>

<body class="bg-nor-easter text-smurf-blood">
<div class="flex h-60 min-h-screen flex-col items-center">
<header class="bg-bludacris p-4">
<h1>[email protected]$><span class="blink">_</span></h1>
</header>
<main class="h-96 flex-1 p-4">

<p>
I’ve got a pretty minimal microblogging site thing set up here. It’s based on
<a href="https://github.com/dashbitco/nimble_publisher">Nimble Publisher</a> which is a static site generator. It’s ok, but it has
a few things I’d like to improve.</p>
<ul>
<li>
LiveReload </li>
<li>
Recompiling on file changes </li>
</ul>
<p>
Adding those creature comforts from Phoenix would be nice. I’m guessing I could
rip off some other static site generator, this particular wheel has been
reinvented several times, and who am I to buck tradition?</p>
<p>
I’ve deployed this site to Github Pages – <a href="https://github.com/andyleclair/andyleclair.github.io/">source here!</a></p>


</main>
<footer class="bg-bludacris p-4 text-center">© Andy LeClair 2024</footer>
</div>
</body>
</html>

0 comments on commit d515587

Please sign in to comment.