-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
53 lines (48 loc) · 1.17 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
site_name: Software + ML
site_url: https://softwareplusml.baluyotraf.com
site_description: Stories and Codes from Research to Production
repo_url: https://github.com/baluyotraf/softwareplusml
repo_name: baluyotraf/softwareplusml
edit_uri: ""
copyright: Copyright © 2024 Raffaello Baluyot
nav:
- Home: index.md
- Stories:
- stories/index.md
- Projects:
- Alternative Queries: projects/altqq.md
- Education: projects/education.md
plugins:
- include-markdown
- search
- social
- blog:
blog_dir: stories
markdown_extensions:
- md_in_html
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
theme:
name: material
language: en
palette:
primary: black
accent: light blue
icon:
logo: fontawesome/solid/robot
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/baluyotraf/
name: baluyotraf
- icon: fontawesome/brands/github
link: https://github.com/baluyotraf
name: baluyotraf