-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
111 lines (101 loc) · 2.44 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
# Project information
site_name: One commit at a time
site_url: https://fbruzzesi.github.io/
site_author: Francesco Bruzzesi
site_description: FBruzzesi personal blog
# Repository information
repo_name: FBruzzesi/fbruzzesi.github.io
repo_url: https://github.com/fbruzzesi/fbruzzesi.github.io
# Configuration
use_directory_urls: true
theme:
name: material
custom_dir: overrides
font:
text: Ubuntu
code: Ubuntu Mono
icon:
annotation: material/plus-circle
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: teal
accent: deep-orange
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: teal
accent: deep-orange
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
logo: images/blog-logo.svg
favicon: images/blog-logo.svg
features:
- navigation.indexes
- navigation.tabs
- content.code.annotate
- content.code.copy
# Plugins
plugins:
- blog:
blog_toc: true
post_date_format: long
# post_url_format: "{file}"
post_excerpt: required
post_readtime_words_per_minute: 250
archive_date_format: yyyy MMMM
archive_url_date_format: yyyy/MM
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
# Customization
extra:
homepage: blog/
social:
- icon: fontawesome/brands/github
link: https://github.com/fbruzzesi/fbruzzesi.github.io
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/francesco-bruzzesi/
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
# - pymdownx.arithmatex:
# generic: true
# - pymdownx.betterem:
# smart_enable: all
# - pymdownx.caret
- pymdownx.details
- pymdownx.emoji
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
# - pymdownx.keys
# - pymdownx.magiclink:
# repo_url_shorthand: true
# user: squidfunk
# repo: mkdocs-material
# - pymdownx.mark
# - pymdownx.smartsymbols
# - pymdownx.tabbed:
# alternate_style: true
# - pymdownx.tasklist:
# custom_checkbox: true
# - pymdownx.tilde
nav:
- Blog:
- blog/index.md
- About Me: about.md