-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
125 lines (117 loc) · 3.18 KB
/
Copy pathmkdocs.yml
File metadata and controls
125 lines (117 loc) · 3.18 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
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
site_name: Dan Gomez Blanco
site_description: ""
site_url: https://www.dangb.me/
theme:
name: material
logo: assets/img/profile_round_small.png
favicon: assets/img/profile_round_small.png
features:
- navigation.tabs
- navigation.indexes
- navigation.instant
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: grey
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: grey
accent: teal
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- search
- blog:
archive: true
authors: false
authors_file: "{blog}/.authors.yml"
blog_toc: false
categories_toc: false
categories_allowed:
- Publications
- Podcasts
- Presentations
- Panels
- Articles
- Books
pagination_per_page: 10
- meta
- tags
- social:
cards_layout_options:
logo: assets/img/profile_round_small.png
title: Dan Gomez Blanco
description: ""
background_image: assets/img/background.jpg
background_color: "#AED1BA"
- rss:
match_path: "blog/posts/.*"
date_from_meta:
as_creation: date.created
as_update: date.updated
categories:
- categories
- minify:
minify_js: true
minify_css: true
cache_safe: true
js_files:
- assets/js/slo_error_budget.js
css_files:
- assets/stylesheets/style.css
extra:
social:
- icon: material/rss
link: /feed_rss_updated.xml
name: Subscribe to the RSS Feed
- icon: fontawesome/brands/bluesky
name: Follow me on Bluesky
link: https://bsky.app/profile/dangb.me
- icon: fontawesome/brands/linkedin
name: Follow me on LinkedIn
link: https://www.linkedin.com/in/danielgblanco86/
- icon: fontawesome/brands/github
name: Follow me on GitHub
link: https://github.com/danielgblanco/
- icon: fontawesome/brands/amazon
name: Follow me on Amazon
link: https://www.amazon.co.uk/stores/Daniel-Gomez-Blanco/author/B0BTDTXY4T
- icon: fontawesome/brands/500px
name: Follow me on 500px
link: https://500px.com/p/dan_gomezblanco?view=photos
extra_css:
- assets/stylesheets/style.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/chart.js
- assets/js/slo_error_budget.js
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
nav:
- About Me: index.md
- All Content:
- blog/index.md
- Tags: blog/tags.md
- Articles: blog/category/articles/
- Panels: blog/category/panels/
- Podcasts: blog/category/podcasts/
- Presentations: blog/category/presentations/
- Publications: blog/category/publications/
- Tools:
- tools/index.md
- SLO Burn Rate: tools/slo_burn_rate.md
validation:
not_found: ignore