-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
93 lines (80 loc) · 1.99 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
site_name: Blog
theme:
name: material
logo: _static/logo-white.png
favicon: _static/ico_white.png
icon:
repo: fontawesome/brands/github
features:
- navigation.top
- navigation.indexes
- content.code.annotate
- content.tabs.link
palette:
primary: indigo
accent: indigo
custom_dir: overrides
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
- attr_list
- md_in_html
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
extra:
analytics:
provider: plausible
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/dfir_iris
- icon: fontawesome/brands/github
link: https://github.com/dfir-iris
- icon: fontawesome/solid/paper-plane
link: mailto:<[email protected]>
- icon: material/discord
link: https://discord.gg/76tM6QUJza
homepage: https://dfir-iris.org
repo_url: https://github.com/dfir-iris/iris-web
site_url: https://blog.dfir-iris.org
site_description: "DFIR-IRIS Documentation - An incident response collaborative platform"
site_author: "DFIR-IRIS Team"
repo_name: DFIR-IRIS Web
edit_uri: ""
copyright: Copyright © 2021-2022 - DFIR-IRIS Team
plugins:
- search
- awesome-pages
- blogging:
dirs:
- blog
- deep_dives
theme:
name: card
template: overrides/custom-blog.html
sort:
from: new
by: creation
time_format: '%d-%m-%Y'
meta_time_format: '%d-%m-%Y'
features:
tags:
index_page: tags.md
insert: bottom
categories:
- name: deep_dives
dirs:
- deep_dives
dev_addr: '127.0.0.1:8080'