-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
55 lines (46 loc) · 1.14 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
# Project information
site_name: 'PESCA'
site_description: 'Estimating proportion of population-specific and shared causal variants'
site_author: 'Huwenbo Shi'
site_url: 'https://huwenboshi.github.io/pesca'
edit_uri: ''
# Repository
repo_url: 'https://github.com/huwenboshi/pesca'
# Copyright
copyright: 'Copyright © 2020 - 2025 Huwenbo Shi'
# Documentation and theme
theme: 'mkdocs'
# define pages
pages:
- Home: 'index.md'
- Input Format: 'input_format.md'
- Estimation:
- 'Estimating genome-wide priors': 'prior.md'
- 'Estimating per-SNP posteriors': 'posterior.md'
- FAQ: 'faq.md'
# Options
extra:
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
social:
- type: 'github'
link: 'https://github.com/huwenboshi'
- type: 'twitter'
link: 'https://twitter.com/shihuwenbo'
# Google Analytics
google_analytics:
- 'UA-XXXXXXXX-X'
- 'auto'
# Extensions
markdown_extensions:
- mdx_math
- admonition
- codehilite
- toc
extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
- assets/mathjaxhelper.js