-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
113 lines (113 loc) · 3.14 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
site_name: oalfonso
site_url: https://oalfonso.com/
repo_url: https://github.com/oalfonso-o/mkdocs
nav:
- Home:
- index.md
- Posts: posts/index.md
- Projects: projects/index.md
- Projects:
- projects/index.md
- Patata: projects/patata.md
- PySpark Diff: projects/pyspark_diff.md
- Crossbox: projects/crossbox.md
- Balaland: projects/balaland.md
- Candlebot: projects/candlebot.md
- Posts:
- posts/index.md
- Mail Server with Postfix and Dovecot: posts/mailserver.md
- Ansible: posts/ansible.md
# - Terraform: posts/terraform.md
# - Spark: posts/spark.md
- Python coroutines and asyncio: posts/python_async.md
# - Python Multiprocessing: posts/python_async.md
# - Python Threading: posts/python_async.md
# - Elasticsearch: posts/elasticsearch.md
# - MongoDB: posts/mongodb.md
# - Clickhouse: posts/clickhouse.md
- KISS: posts/kiss.md
# - Scaling a Company: posts/scaling_a_company.md
# - Team Culture: posts/team_culture.md
# - Kafka: posts/kafka.md
# - Airflow: posts/airflow.md
theme:
name: material
icon:
logo: octicons/command-palette-24
favicon: assets/favicon.svg
palette:
# Palette toggle for light mode
- scheme: default
primary: white
accent: light blue
toggle:
icon: material/brightness-2
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: black
accent: light blue
toggle:
icon: material/brightness-7
name: Switch to light mode
features:
- content.code.annotate
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.indexes
- navigation.expand
- toc.follow
- navigation.top
markdown_extensions:
- tables
- toc:
permalink: "#"
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: "docs/"
check_paths: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
social:
- icon: octicons/mail-24
link: mailto:[email protected]
- icon: fontawesome/brands/github
link: https://github.com/oalfonso-o
- icon: fontawesome/brands/twitter
link: https://twitter.com/oalfonso_o
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/oalfonso/
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/oalfonso_o/
- icon: fontawesome/brands/pied-piper-alt
link: https://youtu.be/xvFZjo5PgG0
name: Pied Piper oalfonso_o profile
extra_css:
- stylesheets/extra.css
plugins:
- glightbox
- external-markdown
- git-revision-date-localized:
enable_creation_date: true
type: timeago