Getting Started with This Blog

meta
setup
The first post — setting up the blog and how I plan to use it.
Published

January 15, 2025

Why I started this

This blog is a place to document my learning process as I work through challenging technical topics. Writing forces clarity, and having a record of what I’ve worked through is useful.

How this blog is structured

Each post is a self-contained Quarto document. Posts are tagged by category and sorted by date on the landing page.

A quick code example

Here’s a simple Python snippet to confirm code blocks are working:

def greet(name: str) -> str:
    """A simple greeting function."""
    return f"Hello, {name}!"

print(greet("world"))

And some inline math to confirm KaTeX is working: e^{i\pi} + 1 = 0

Display math:

\int_{-\infty}^{\infty} e^{-x^2} \, dx = \sqrt{\pi}

What’s next

Fill this with whatever you’re learning. Good luck.

Reuse

Citation

BibTeX citation:
@online{2025,
  author = {},
  title = {Getting {Started} with {This} {Blog}},
  date = {2025-01-15},
  url = {https://andreasbogossian.com/posts/2025-01-getting-started/},
  langid = {en}
}
For attribution, please cite this work as:
“Getting Started with This Blog.” 2025. January 15, 2025. https://andreasbogossian.com/posts/2025-01-getting-started/.