generated from acmbpdc/mkdocs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
64 lines (58 loc) · 1.6 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
59
60
61
62
63
64
site_name: ACM Dev Foundations
remote_branch: gh-pages
site_url: https://dev-foundations.acmbpdc.org
site_author: ACM BPDC
site_description: The new ACM Dev Foundation series for learning Web Development using Python, Flask + HTML/CSS/JS
repo_url: https://github.com/acmbpdc/ACM-Dev-Foundations
repo_name: acmbpdc/ACM-Dev-Foundations
copyright: Copyright © 2024 - ACM BITS Pilani Dubai Campus
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/ACM_Logo.png
favicon: assets/favicon.ico
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- header.autohide
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
extra:
social:
- icon: fontawesome/brands/instagram
link: https://instagram.com/acmbpdc
- icon: fontawesome/brands/github
link: https://github.com/acmbpdc
- icon: fontawesome/brands/discord
link: https://discord.gg/DYQdxquYwP
markdown_extensions:
- toc:
permalink: True
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
plugins:
- search
- mkdocs-jupyter