Skip to content

Commit

Permalink
W7 Other Nice Stuffs + BugFix (#8)
Browse files Browse the repository at this point in the history
* add more settings

* added qrcode in the back

* remove duplicate key and two column

* force dependency lock
  • Loading branch information
frinzekt authored Nov 26, 2021
1 parent be1f97f commit 6be5981
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ plugins:
# note at this current moment, to use this feature, the following must be met
# - Relative Path only with images
# - Mermaid Markdown doesn't render at the moment in PDF
# Comment this section out if you dont intend to use PDF
- with-pdf:
author: Coders for Causes
cover_title: Workshops
back_cover: true
toc_level: 3
cover_title: Workshops Materials
copyright: Copyright Coders for Causes
cover_subtitle: ./Innovation with a mission
cover_logo: ./docs/images/cfc_logo_black_full.png
enabled_if_env: ENABLE_PDF_EXPORT # This prevents generation of pdf when using `mkdocs serve` because it takes a long time. This will however generate the PDF when the environment variable is setup OR in the github action
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
mkdocs-material
mkdocs-mermaid2-plugin
mkdocs-with-pdf
mkdocs-with-pdf
qrcode
weasyprint==52.5

0 comments on commit 6be5981

Please sign in to comment.