new mkdocs theme

This commit is contained in:
2025-01-27 14:45:00 +01:00
parent 1aa1cb917f
commit ad6c2af0c3
2 changed files with 8 additions and 3 deletions

View File

@@ -2,5 +2,10 @@ site_name: Fab Academy docs page - Sam
site_url: https://pages.gitlab.io/mkdocs
site_dir: public
theme:
name: ivory
extra_css: [extra.css]
name: material
palette:
primary: indigo
plugins:
- blog

View File

@@ -1,2 +1,2 @@
mkdocs>=1.5.3
mkdocs-ivory>=0.4.6
mkdocs-material>=9.5.50