Daniel Checketts

A new site! (Again...)

2026-5-20

Far from the first time that I overhauled the code that’s made up my site, this time I’ve switched over to Astro, in addition to sticking with Tailwind & HTMX. My main goal for this site is to have one place where I can share projects that I’ve worked on, a little about myself, and just some fun things like this blog to share my thoughts with people. A few weeks ago, one of my brothers decided to get into programming, so I decided to add a “Learn” section where I’d include resources and kind of lesson things to get him more familiar with different aspects of programming.

This time, I’ve got a toolkit set up that I believe I’ll be able to stick with for a while. In addition to the above, I’ve also worked on designing a few components for codeblocks, quotes, and notes.

JavaScript
  console.log("Hello World");
  // Define a function that adds two numbers
  function addNumbers(a, b) {
  return a + b;
}

  // Use the function and print the result (Outputs: 15)
  console.log(addNumbers(5, 10));

info

This is a note. There are four different versions; Warning (Yellow), info (Blue), success (Green), and danger (Red).
Not all that is gold glitters.
— J.R.R. Tolkien