mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
feat(config): customize browser tab title to show only site name
This commit is contained in:
@@ -31,6 +31,7 @@ project:
|
||||
- contents/core/ml_systems/ml_systems.qmd
|
||||
|
||||
website:
|
||||
title: "ML Systems Textbook" # This controls the browser tab title
|
||||
# High-level navigation enhancements
|
||||
page-navigation: true
|
||||
reader-mode: false
|
||||
@@ -467,6 +468,10 @@ format:
|
||||
- default
|
||||
- assets/styles/style.scss
|
||||
|
||||
# Custom title formatting - only show site title, not page title
|
||||
title-prefix: ""
|
||||
pagetitle: "ML Systems Textbook"
|
||||
|
||||
code-block-bg: true
|
||||
|
||||
language:
|
||||
|
||||
Reference in New Issue
Block a user