Skip to content

Commit 04850e6

Browse files
committed
🔧 config(mkdocs): change the font size and add minify plugin
1 parent 75adb0f commit 04850e6

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html {
2+
font-size: 18px;
3+
}

‎template/mkdocs.yml.jinja‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ plugins:
3838
signature_crossrefs: true
3939
show_symbol_type_heading: true
4040
show_symbol_type_toc: true
41+
- minify:
42+
minify_html: !ENV [DEPLOY, false]
43+
4144
theme:
4245
name: material
4346
features:
@@ -89,6 +92,9 @@ theme:
8992
icon:
9093
repo: fontawesome/brands/github
9194

95+
extra_css:
96+
- css/overrides.css
97+
9298
extra:
9399
social:
94100
{%- if repository_provider == 'github' %}

0 commit comments

Comments
 (0)