-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (53 loc) · 1.3 KB
/
Copy pathmkdocs.yml
File metadata and controls
60 lines (53 loc) · 1.3 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
site_name: Bad packages
site_description: Malicious and suspicious package campaigns
repo_url: https://github.com/kam193/package-campaigns
repo_name: kam193/package-campaigns
copyright: |
Collected & analysed by Kamil Mańkowski. Data presented as-is without any guarantee. By using it, always attribute the source.
theme:
name: material
custom_dir: overrides
icon:
logo: material/package-variant-closed-remove
features:
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- navigation.footer
- content.action.edit
- content.tooltips
palette:
primary: orange
accent: red
font:
text: Exo 2
plugins:
- privacy
- search
- tags
- awesome-nav
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/kam193
name: Github
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/kamilmankowski/
name: LinkedIn
markdown_extensions:
- pymdownx.details
- admonition
- tables
- footnotes
- toc:
permalink: true
title: On this page
- attr_list
- md_in_html
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- styles/style.css