Blog

Notes, essays, and research thoughts published from Markdown or LaTeX sources.

Opening Notes

A short Markdown entry used as the first blog example.

PersonalMarkdown

Opening Notes

This is a Markdown blog entry. You can replace this file with a longer note, a reading memo, or a research diary.

The Blog page reads entries from content/blog.toml, sorts them by date, and renders Markdown posts directly.

Keep the source file small and focused; a blog post should be easy to revise.

A Tiny LaTeX Note

A LaTeX source entry, useful for math-heavy notes or drafts.

LaTeXNotes
\section{A Tiny LaTeX Note}

This entry is stored as a LaTeX source file. It can be useful for drafts that include equations or structured derivations.

\[
  J(\theta) = \mathbb{E}_{\tau \sim \pi_\theta}\left[\sum_{t=0}^{T} \gamma^t r_t\right]
\]

\subsection{Remark}

For now, LaTeX posts are displayed as source text so the original notation stays intact.