Alex's Writeups

Hello World (Sample Writeup)

A short sample post to validate formatting, metadata, code blocks, and section structure.

Why this exists

This is a sample writeup you can use as a template.

It demonstrates:

A tiny workflow

  1. Create a new markdown file in _writeups/
  2. Add frontmatter (title, description, date, tags)
  3. Write in Markdown
  4. Commit and push

Example code

bundle exec jekyll serve
# A small Ruby snippet, just to test Rouge highlighting
puts "Hello from a writeup"

Notes

If you want this writeup to appear at the top of /writeups/, just give it a newer date than the others.

Takeaways