-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (54 loc) · 1.43 KB
/
mkdocs.yml
File metadata and controls
54 lines (54 loc) · 1.43 KB
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
site_name: KeppyLab
site_url: https://www.keppylab.com
theme:
name: material
icon:
logo: octicons/north-star-24
favicon: assets/KeppyLab.png
palette:
primary: amber
accent: indigo
features:
- navigation.tabs
- content.code.copy
custom_dir: overrides
nav:
- Home: 'index.md'
- describe•: 'describe.md'
- 'Writings & Research':
- "blog/index.md"
- Contact: 'contact.md'
plugins:
- blog
- search
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
repo_url: https://github.com/keppy/KeppyLab
extra:
social:
- icon: octicons/mail-16
link: mailto:james@keppylab.com
- icon: fontawesome/brands/github
link: https://www.github.com/keppy
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/james-dominguez-5b342b226/
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/keppylab_ai
- icon: fontawesome/brands/hacker-news
link: https://news.ycombinator.com/user?id=keppy
copyright: Copyright © 2024 James Dominguez