Skip to content

Commit 190aa84

Browse files
committed
fix: seo
1 parent 7efac6f commit 190aa84

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

_config.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Jupyter Book Configuration for "LLMs from Scratch"
33
# ============================================================
44

5-
title: ""
5+
title: "LLMs from Scratch — Build & Train Large Language Models"
66
author: "Shreshth Tuli"
77
logo: assets/logo.png
88
description: "Hands-on course to build Large Language Models (LLMs) from first principles — theory, math, and PyTorch code explained step by step."
@@ -38,8 +38,18 @@ html:
3838
<a href="https://github.com/shreshthtuli/llms-from-scratch">View on GitHub</a>
3939
</p>
4040
41+
]
4142
sphinx:
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

0 commit comments

Comments
 (0)