File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Jupyter Book Configuration for "LLMs from Scratch"
33# ============================================================
44
5- title : " "
5+ title : " LLMs from Scratch — Build & Train Large Language Models "
66author : " Shreshth Tuli"
77logo : assets/logo.png
88description : " Hands-on course to build Large Language Models (LLMs) from first principles — theory, math, and PyTorch code explained step by step."
3838 <a href="https://github.com/shreshthtuli/llms-from-scratch">View on GitHub</a>
3939 </p>
4040
41+ ]
4142sphinx :
4243 config :
44+ html_title : " LLMs from Scratch — Build & Train Large Language Models"
45+ html_short_title : " LLMs from Scratch"
46+ html_baseurl : " https://shreshthtuli.github.io/llms-from-scratch"
47+ extensions :
48+ - sphinx_sitemap # generate sitemap.xml
49+ - sphinxext.opengraph # OpenGraph / social cards
50+ ogp_site_url : " https://shreshthtuli.github.io/llms-from-scratch/"
51+ ogp_site_name : " LLMs from Scratch — Build & Train Large Language Models"
52+ ogp_description_length : 200
4353 html_show_copyright : false
4454 html_show_sourcelink : false
4555 html_theme_options :
@@ -49,4 +59,4 @@ sphinx:
4959 navigation_with_keys : true
5060 show_toc_level : 2
5161 default_mode : light
52- home_page_in_toc : true
62+ home_page_in_toc : true
You can’t perform that action at this time.
0 commit comments