-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (44 loc) · 1.15 KB
/
mkdocs.yml
File metadata and controls
45 lines (44 loc) · 1.15 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
#
# Copyright (c) 2022 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/cryptecs/cryptecs.github.io.
#
# SPDX-License-Identifier: CC-BY-4.0
#
INHERIT: config/nav.yaml
site_name: CRYPTECS
site_url: https://cryptecs.eu/
site_author: CRYPTECS Consortium
site_description: >-
CRYPTECS Project Website
copyright: "Copyright © 2022 The CRYPTECS Consortium"
repo_url: https://github.com/cryptecs/cryptecs.github.io
edit_uri: edit/master/docs
theme:
name: material
features:
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
palette:
- scheme: slate
primary: red
accent: red
logo: assets/images/cryptecs-logo.png
favicon: assets/favicon.png
custom_dir: overrides
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true