-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
182 lines (181 loc) · 4.9 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
---
# Project information
site_name: taufiqpsumarna.my.id
site_url: https://taufiqpsumarna.my.id
site_author: M Taufiq Permana Sumarna
site_description: >-
My Personal Portfoliom, Blog and Documentation
# Website Theme
theme:
favicon: /assets/images/favicon.png
name: material
icon:
logo: fontawesome/solid/infinity
tag:
default: material/tag
ansible: material/ansible
aws: fontawesome/brands/aws
gcp: material/google-cloud
gitlab: fontawesome/brands/gitlab
devops: material/infinity
docker: material/docker
linux: fontawesome/brands/linux
ubuntu: fontawesome/brands/ubuntu
centos: fontawesome/brands/centos
debian: fontawesome/brands/debian
security: material/security
font:
text: Noto Sans
code: Source Code Pro
features:
- announce.dismiss
- content.code.copy
- content.tooltips
- toc.follow
- navigation.top
- navigation.tabs
- navigation.prune
- navigation.indexes
- navigation.instant
- navigation.tracking
- navigation.sections
- content.code.annotate
- search.share
- search.highlight
- search.suggest
# Pallete
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
#Plugins
plugins:
- blog:
blog_dir: blog
post_readtime: true
authors: true
authors_file: "{blog}/.authors.yml"
draft: false
draft_on_serve: true
draft_if_future_date: true
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
- social:
enabled: !ENV [CI, false]
- tags:
tags_file: tags.md
- git-revision-date-localized:
enable_creation_date: true
- open-in-new-tab
- glightbox:
zoomable: true
touchNavigation: true
# Extension
markdown_extensions:
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
# Navigation Bar
nav:
- Home: index.md
- About Me:
- about/index.md
- Portfolio:
- portfolio/index.md
- Blog:
- blog/index.md
- Contact: contact.md
- Docs:
- Handbook:
- DevOps:
- handbook/devops/index.md
- DevSecOps:
- handbook/devsecops/index.md
# - gitGraph: gitgraph.md
# Extras
extra_javascript:
- scripts/copyright.js
# Footer
extra:
tags:
default: default
ansible: ansible
aws: aws
gcp: gcp
gitlab: gitlab
devops: devops
docker: docker
linux: linux
ubuntu: ubuntu
centos: centos
debian: debian
security: security
generator: false
social:
- icon: material/send
link: mailto:[email protected]
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/taufiqpsumarna
- icon: fontawesome/brands/github
link: https://github.com/taufiqpsumarna
- icon: fontawesome/brands/gitlab
link: https://gitlab.com/taufiqpsumarna
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/taufiq14s
- icon: fontawesome/brands/stack-overflow
link: https://stackoverflow.com/users/15878247/taufiq
- icon: fontawesome/brands/x-twitter
link: https://x.com/taufiqpsumarna
- icon: fontawesome/brands/medium
link: https://medium.com/@taufiqpsumarna
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
copyright: >
Copyright © 2024</span> | <a href="/privacy-and-policy.md"> Privacy and Policy </a> | <a href="/terms-and-condition.md"> Terms and Condition </a> | <a href="/"> taufiqpsumarna.my.id – <a href="#__consent">Change cookie settings</a>