-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
45 lines (41 loc) · 1.04 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
# Project information
site_name: SAP NPM Explorer
repo_url: https://gregorwolf.github.io/SAP-NPM-API-collection/
site_author: Gregor Wolf
docs_dir: source
site_dir: docs
# Configuration
theme:
name: material
logo: assets/icons/udina-logo-signet.svg
favicon: assets/icons/favicon.ico
palette:
primary: black
accent: blue
font:
text: Roboto
code: Roboto Mono
# Customization
extra:
manifest: manifest.webmanifest
social:
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/c/GregorWolf
- icon: fontawesome/brands/twitter
link: https://twitter.com/wolf_gregor
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/gregorwolf/
- icon: fontawesome/brands/xing
link: https://www.xing.com/profile/Gregor_Wolf5/cv
# Extensions
markdown_extensions:
- attr_list
- codehilite
- toc:
permalink: true
# Plugins
plugins:
- search # necessary for search to work
- awesome-pages # dynamically add md to nav
- minify: # compress output
minify_html: true