52 lines
711 B
YAML
52 lines
711 B
YAML
site_name: "Lorem Ipsum (Dolor Sit)"
|
|
|
|
docs_dir: "pages"
|
|
|
|
site_dir: "pdf"
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
highlightjs: true
|
|
|
|
hljs_languages:
|
|
|
|
- bash
|
|
|
|
- yaml
|
|
|
|
- java
|
|
|
|
- python
|
|
|
|
plugins:
|
|
|
|
- to-pdf:
|
|
|
|
author: "Consectetur Adipiscing"
|
|
|
|
copyright: "All Rights Reserved. Lorem Ipsum 2025."
|
|
|
|
output_path: "lorem-ipsum-101.pdf"
|
|
|
|
cover: true
|
|
|
|
cover_title: "Lorem Ipsum 101"
|
|
|
|
cover_subtitle: "The definitive guide to filler text"
|
|
|
|
cover_logo: "cover.png"
|
|
|
|
toc_title: "Indice Contentorum"
|
|
|
|
toc_level: 3
|
|
|
|
ordered_chapter_level: 2
|
|
|
|
enabled_if_env: ENABLE_PDF_EXPORT
|
|
|
|
extra_css:
|
|
|
|
- styling.css
|