~/projects / sample-project

Sample project — replace me

May 2026 forecasting bayesian repo notebook
Placeholder amber rectangle representing the project hero chart.

The problem

This is a placeholder paragraph. It should run a few sentences long so we can see how body text reads at the chosen line height and measure. The --content-max token caps line length to keep prose readable.

A second paragraph confirms paragraph spacing looks right and that the body font weight pairs well with the serif headings above.

Approach

A short list, to verify list styling:

  • One thing.
  • Another thing.
  • A third thing for good measure.

Inline code should look subtle but distinct. Block code:

# A code block to validate the prose pre/code styling.
import pymc as pm

with pm.Model() as model:
    mu = pm.Normal("mu", 0, 1)
    sigma = pm.HalfNormal("sigma", 1)
    obs = pm.Normal("obs", mu=mu, sigma=sigma, observed=data)
    trace = pm.sample(1000)

A figure mid-article

Placeholder inline image, square aspect ratio.

This image is square and should center within the content column without blowing out the layout.

A blockquote

Quotes pull a small fact out of the body. They should feel emphatic but not loud.

What I’d change

A final section to test deep-document layout. Heading hierarchy, prev/next navigation in the footer, and the sticky sidebar on the right should all be visible on this page.