-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (35 loc) · 852 Bytes
/
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
site_name: "Kevin Dienst's Blog"
site_author: "Kevin Dienst"
site_url: https://kevindienst.blog
site_description: "Kevin Dienst's personal blog"
theme:
name: material
palette:
scheme: slate
features:
- navigation.footer
- navigation.secions
- content.code.copy
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
plugins:
- blog
- git-authors
- search
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@axi0m
- icon: fontawesome/brands/github
link: https://github.com/axi0m
copyright: Copyright © 2019 - 2024 - Kevin Dienst
repo_url: https://github.com/axi0m/hexecutable