-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
58 lines (50 loc) · 1.44 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
site_name: Codeforces Readme Stats
site_description: Dynamically generated Codeforces stats for your Github profiles or your website
site_url: https://redheadphone.github.io/codeforces-readme-stats/
site_author: RedHeadphone
repo_name: codeforces-readme-stats
repo_url: https://github.com/RedHeadphone/codeforces-readme-stats/
theme:
name: material
language: en
palette:
- scheme: default
primary: black
accent: green
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
- scheme: slate
primary: default
accent: green
toggle:
icon: material/toggle-switch
name: Switch to dark mode
logo: images/logo.png
favicon: images/favicon.ico
features:
- content.code.annotate
- content.code.copy
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/RedHeadphone
name: RedHeadphone on Github
- icon: fontawesome/brands/twitter
link: https://twitter.com/huzaifa_Khila
name: Huzaifa Khilawala on Twitter
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/huzaifa-khilawala/
name: Huzaifa Khilawala on Linkedin
copyright: Copyright © 2023 Huzaifa Khilawala
markdown_extensions:
- admonition
- codehilite
- attr_list
plugins:
- search
nav:
- About: index.md
- Themes: themes.md
- Customization: customization.md
- Acknowledgments: acknowledgments.md