blob: 71f0cb55cbabe52da5f4066d1df1c889ad6f0bbb (
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/ponzu-cms/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/ponzu-cms
- type: twitter
link: https://twitter.com/ponzu_cms
logo: images/logo.png
|