Welcome
Jan 10 2025
You've come too far
Until today, I've never used Next.js, and hadn't heard of Vercel, ContentLayer, or TailWind. Now I'm trying them all out to see what they're about in the hopes of having a faster, more responsive homepage that's easier to maintain and backup. If you're looking at this, you're going to be really bored and disappointed because at this point, I have nothing interesting to say other than my initial impressions are good.
Going to leave this here for some sample formatting for later use (by me).
<article class="prose">
<h1>Garlic bread with cheese: What the science tells us</h1>
<p>
For years parents have espoused the health benefits of eating garlic bread
with cheese to their children, with the food earning such an iconic status
in our culture that kids will often dress up as warm, cheesy loaf for
Halloween.
</p>
<p>
But a recent study shows that the celebrated appetizer may be linked to a
series of rabies cases springing up around the country.
</p>
</article>
Say hello to my little header
Look at that, a nice looking header. Not bad!
Oooh, now this is fancy. And easy! How about an image?

Nice. Try out a list for kicks.
- Buy milk
- Do not buy the tiny bananas. They're very disappointing. They're chalky and have an unpleasant aftertaste. Stick to the banana you know and love.
- Small bananas were definitely one of those "curiousity killed the cat" regrets.
I'm getting distracted here. Let's get back on track.
I like to code, so code shouldn't look like butt.
People who are fancy and care more might use highlight.js or Prism or something to style their code, but here's what we have by default.
module.exports = {
purge: [],
theme: {
extend: {},
},
variants: {},
plugins: [],
}
Anyways, that's all I've got for now. Seems to be a lot faster and better than my initial experiments with Wordpress. It's just too big and bloated for what I really need.