From c1cecbff5c7fd335b76b6d5badfb7ac40f54f1c9 Mon Sep 17 00:00:00 2001 From: Jiawen Gong <jiawengong1112@gmail.com> Date: Thu, 21 Sep 2023 09:11:38 +0000 Subject: [PATCH] Update 2 files - /docs/images/home/passport.jpg - /mkdocs.yml --- docs/images/home/passport.jpg | 0 mkdocs.yml | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 docs/images/home/passport.jpg diff --git a/docs/images/home/passport.jpg b/docs/images/home/passport.jpg new file mode 100644 index 0000000..e69de29 diff --git a/mkdocs.yml b/mkdocs.yml index 1cfe703..7df9209 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,14 +18,14 @@ extra: theme: # The name of the theme, needs to match your requirements.txt file name: material - # Material theme options: + # Material theme options: palette: # try other colors from https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/ - primary: cyan + primary: white accent: deep purple font: # See available fonts from https://fonts.google.com/ - text: Montserrat + text: Bebas Neue code: Roboto Mono icon: # Read about icons at https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/ -- GitLab