fix: update styling

This commit is contained in:
Barrett Ruth 2025-11-10 23:21:21 -05:00
parent 161d0a65e2
commit 964cdc7d31
7 changed files with 158 additions and 14 deletions

View file

@ -4,6 +4,7 @@ date: "22/06/2024"
useKatex: true
useD3: true
scripts: ["/scripts/models-of-production.js"]
showToc: true
---
This post offers a basic introduction to the Solow, Romer, and Romer-Solow economic models, as taught by [Vladimir Smirnyagin](https://www.vladimirsmirnyagin.com/) and assisted by [Donghyun Suh](https://www.donghyunsuh.com/) in Intermediate Macroeconomics (ECON 3020) during the Spring semester of 2024 at the University of Virginia.

View file

@ -8,6 +8,7 @@ const base = z.object({
useD3: z.boolean().optional(),
scripts: z.array(z.string()).optional(),
redirect: z.string().optional(),
showToc: z.boolean().optional(),
});
export const collections = {