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 brief intro section
- Headings and subheadings
- Inline code like
bundle exec jekyll serve - A code block with syntax highlighting
- A short list of takeaways
A tiny workflow
- Create a new markdown file in
_writeups/ - Add frontmatter (
title,description,date,tags) - Write in Markdown
- 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
- Keep writeups simple and consistent
- Use
descriptionto make the Writeups index scannable - Use
tagsonly if they add real navigation value