-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
62 lines (55 loc) · 1.47 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Kronos
site_url: 'https://funyin.github.io/Kronos/'
#site_url: 'http://localhost:8000/'
theme:
name: material
custom_dir: overrides
language: en
palette:
scheme: slate
primary: purple
accent: purple
features:
- navigation.prune
- navigation.indexes
- navigation.path
- navigation.top
- search.suggest
- search.highlight
- content.action.edit
- content.code.copy
- navigation.footer
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- social
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- git-committers:
repository: funyin/Kronos
branch: master
- awesome-pages
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/funyin/Kronos
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/funyin_kash
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/funyinkash/
analytics:
provider: google
property: G-CJB589SXLW
version:
provider: mike
default: latest
edit_uri: edit/master/docs/
repo_url: https://github.com/funyin/Kronos
copyright: Copyright © 2023 <a href="https://github.com/funyin" target="Funyinoluwa Kashimawo" rel="noopener">Funyinoluwa Kashimawo</a>