From df774bb57f8eb5eac3f24b19d9a129bd8789caed Mon Sep 17 00:00:00 2001 From: zachary62 Date: Thu, 2 Jan 2025 02:27:27 +0000 Subject: [PATCH] enabled callout --- docs/_config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index f1e3658..26bb4b8 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,7 +3,10 @@ title: Mini LLM Flow description: Minimalist LLM Framework in 100 Lines, Enabling LLMs to Program Themselves # Theme settings -theme: just-the-docs +remote_theme: just-the-docs/just-the-docs +plugins: + - jekyll-remote-theme + markdown: kramdown kramdown: input: GFM