forked from becauseofAI/awesome-face
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
97 lines (88 loc) · 2.6 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
93
94
95
96
97
site_name: Hello Face
site_url: https://becauseofAI.github.io/HelloFace
site_description: Face Technology Repository.
site_author: becauseofAI
repo_url: https://github.com/becauseofAI/HelloFace
edit_uri: ""
repo_name: 'HelloFace'
theme:
name: material
palette:
primary: 'Indigo'
accent: 'Pink'
feature:
tabs: false
#font:
#text: 'Ubuntu'
#code: 'Ubuntu Mono'
language: 'zh'
extra:
social:
- type: github
link: https://github.com/becauseofAI
search:
language: 'ja'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: false
- toc:
permalink: true
- footnotes
- meta
- def_list
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
#emoji_generator: !!python/name:pymdownx.emoji.to_svg
#emoji_generator: !!python/name:pymdownx.emoji.to_png_sprite
#emoji_generator: !!python/name:pymdownx.emoji.to_svg_sprite
#emoji_generator: !!python/name:pymdownx.emoji.to_awesome
#emoji_generator: !!python/name:pymdownx.emoji.to_alt
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
extra_javascript:
- './js/extra.js'
- './js/baidu-tongji.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
extra_css:
- './css/extra.css'
copyright: Copyright © 2019 <a href="https://github.com/becauseofAI">becauseofAI</a>, Maintained by the <a href="https://github.com/becauseofAI">becauseofAI</a>.
google_analytics: ['UA-27795084-5', 'mkdocs.org']
plugins:
- search
# - mknotebooks:
# execute: false
# preamble: "pandas_to_markdown.py"
nav:
- AllInOne: index.md
- Face Recognition: face_recognition.md
- Face Detection: face_detection.md
- Face Landmark: face_landmark.md
- Face Clustering: face_clustering.md
- Face Expression: face_expression.md
- Face Action: face_action.md
- Face 3D: face_3d.md
- Face GAN: face_gan.md
- Face Manipulation: face_manipulation.md
- Face Anti-Spoofing: face_anti-spoofing.md
- Face Adversarial Attack: face_adversarial-attack.md
- Face Cross-Modal: face_cross-modal.md
- Face Capture: face_capture.md
- Face Benchmark&Dataset: face_benchmark-and-dataset.md
- Face Lib&Tool: face_lib-and-tool.md
- About: about.md
# - Release Notes: about/release-notes.md
# - Contributing: about/contributing.md
# - License: about/license.md