-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
109 lines (102 loc) · 2.89 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
98
99
100
101
102
103
104
105
106
107
108
109
site_name: "AI4EPS"
site_url: "https://ai4eps.github.io/homepage"
site_author: "Weiqiang Zhu"
site_description: ""
repo_name: "AI4EPS"
repo_url: "https://github.com/ai4eps/homepage/"
nav:
- Home: 'index.md'
- Research:
- Research: 'research.md'
- QuakeFlow: '!include ./projects/QuakeFlow/mkdocs.yml'
- DeepDenoiser: '!include ./projects/DeepDenoiser/mkdocs.yml'
- PhaseNet: '!include ./projects/PhaseNet/mkdocs.yml'
- GaMMA: '!include ./projects/GaMMA/mkdocs.yml'
- ADSeismic: '!include ./projects/ADSeismic.jl/mkdocs.yml'
- Teaching:
- Teaching: 'teaching.md'
- Seismology: '!include ./classes/seismology/mkdocs.yml'
- PyEarth: '!include ./classes/pyearth/mkdocs.yml'
- ML4Earth: '!include ./classes/ml4earth/mkdocs.yml'
- Publication:
- Publications: publication.md
- Presentations: presentation.md
- Contact: 'contact.md'
theme:
name: "material"
custom_dir: overrides
logo: assets/logo_eps.png
static_templates:
- 404.html
include_search_page: false
search_index_only: true
language: en
features:
# - announce.dismiss
- content.action.edit
# - content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.footnote.tooltips
# - content.tabs.link
# - content.tooltips
# - header.autohide
- navigation.expand
# - navigation.footer
# - navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: logo
plugins:
- search
# - autorefs
- mkdocs-jupyter:
ignore_h1_titles: true
# include_source: true
ignore: ["ADSeismic/examples/*/*.ipynb", "ADSeismic/examples/*/*/*.ipynb"]
- monorepo
- bibtex:
bib_file: "docs/publications.bib"
- redirects:
redirect_maps:
'quakeflow.md': 'https://ai4eps.github.io/QuakeFlow'
'deepdenoiser.md': 'https://ai4eps.github.io/DeepDenoiser'
'phasenet.md': 'https://ai4eps.github.io/PhaseNet'
'gamma.md': 'https://ai4eps.github.io/GaMMA'
'adseismic.md': 'https://ai4eps.github.io/ADSeismic'
'catalog.md': 'https://ai4eps.github.io/DeepEarthquakeCatalog/'
markdown_extensions:
- footnotes
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
generator: false
analytics:
provider: google
property: G-5P3JS5EJW8
# analytics:
# provider: clustrmaps
extra_css:
- extra.css