khalido.org

every blog needs subheader text

About

Currently using this page to test mdx. This code should call a simple component and pass in two vars:

<Test name="_passed_in_variable_", n=4 />

The actual component:

my first ever component! Two vars gets passed in: text: _passed_in_variable_ int: 4 the int even multiplies! Times Table below: for 4

  • 1 times 4 = 4
  • 2 times 4 = 8
  • 3 times 4 = 12
  • 4 times 4 = 16
  • 5 times 4 = 20
  • 6 times 4 = 24
  • 7 times 4 = 28
  • 8 times 4 = 32
  • 9 times 4 = 36
  • 10 times 4 = 40
  • 11 times 4 = 44
  • 12 times 4 = 48

Colophon

This website runs on Astro, and uses tailwindcss and mdx.

It previously used an overly complicated python script I wrote, but it kept getting longer, so rather than spend time on the blog engine, using a tool like Astro makes it easier to just write.