docs added and reskinning
This commit is contained in:
51
docs/mkdocs.pdf.yml
Normal file
51
docs/mkdocs.pdf.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
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
|
||||
Reference in New Issue
Block a user