-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
41 lines (41 loc) · 1.12 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
site_name: Hermit C2
theme:
name: material
palette:
scheme: slate
primary: black
accent: yellow
logo: assets/logo.png
favicon: assets/favicon.ico
features:
- content.code.copy
- toc.follow
# repo_url: https://github.com/hideckies/hermit
extra:
analytics:
provider: google
property: G-BDWV7L58CP
# 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.
social:
- icon: fontawesome/brands/github
link: https://github.com/hideckies/hermit
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/hideckies
# generator: false
copyright: Copyright © 2024 - hdks
# plugins:
# - blog
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences