summaryrefslogtreecommitdiff
path: root/docs/mkdocs.yml
blob: c1506b1421a69c8337445cc382da85b8a69d95b3 (plain)
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
theme: material
site_name: Ponzu
docs_dir: src
site_dir: build
repo_name: ponzu-cms/ponzu
repo_url: https://github.com/haturatu/ponzu

markdown_extensions:
      - codehilite(linenums=false)
      - meta
      - admonition
      - toc(permalink=true)

google_analytics:
      - 'UA-98609560-1'
      - auto

extra:
  palette:
    primary: grey
    accent: light-blue
  social:
    - type: github
      link: https://github.com/haturatu
    - type: twitter
      link: https://twitter.com/ponzu_cms
  logo: images/logo.png