-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
98 lines (86 loc) · 2.2 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Project information
site_name: KEEBOX LIST™, a carefully curated collection of essential resources for developers.
site_url: https://andriksantos.github.io/keebox/
site_author: Andrik Santos ™
site_description: >-
Welcome to KEEBOX LIST™, a carefully curated collection of essential resources for developers. This site is designed to be your centralized reference point, helping you quickly find tools, libraries, and guides relevant to your work.
#Menu
nav:
- Resources of programming: index.md
- Npm: npm.md
- Ios: ios.md
- Mac: mac.md
- Swift: Swift.md
- Node.js: nodejs.md
- Electron: electron.md
- Contributing: contributing.md
- Code of conduct: code-of-conduct.md
- Donate: donate.md
# Repository
repo_name: andriksantos/keebox
repo_url: https://github.com/andriksantos/keebox
edit_uri: ""
# Copyright
copyright: 'Copyright © 2030 Andrik Santos ™'
#Configuration
theme:
name: material
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
features:
#- navigation.tabs
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- search.share
favicon: assets/favicon.png
icon:
logo: logo
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
# Social Networks
extra:
social:
- icon: fontawesome/brands/github
link: https://andriksantos.github.io/
name: Visit my portfolio
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/andriksantos/
name: Follow me on linkedin
extra:
alternate:
- name: English
link: /en/
lang: en
- name: Spanish
link: /es/
lang: es
- name: Chinese (Traditional)
link: /zh-Hant/
lang: zh-Hant
extra:
analytics:
provider: google
property: G-NS99JL93ZV