-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
43 lines (38 loc) · 994 Bytes
/
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
site_name: Portion Mate
site_url: https://portion-mate.readthedocs.io/en/latest/
site_author: Inesh Bose
site_description: >-
Portion Mate is your mate for your daily portion intake.
repo_url: https://github.com/ineshbose/portion-mate
repo_name: portion-mate
plugins:
- search
theme:
name: material
language: en
palette:
primary: amber
accent: orange
font:
text: Roboto
logo: assets/logo.png
favicon: assets/favicon/favicon.ico
markdown_extensions:
- codehilite
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ineshbose/portion-mate
- icon: fontawesome/brands/behance
link: /#
nav:
- Home: index.md
- Get Started: GetStarted.md
- Navigation:
- Home: navigation/Home.md
- Journal: navigation/Journal.md
- Stats: navigation/Stats.md
- Resources: navigation/Resources.md
- Development: Development.md
- FAQ: FAQ.md
- T&C and Privacy: Terms.md