diff options
author | Steve Manuel <nilslice@gmail.com> | 2018-01-21 12:21:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 12:21:40 -0700 |
commit | 63a60ccf7e3fe494b46d9ab75c15d355b7257404 (patch) | |
tree | b30d0d489942b9a9650e41555befc4a89b75dc42 /docs/mkdocs.yml | |
parent | ca0b1f44fec5fb944304bf2668623d21bdc01150 (diff) |
[docs] bump version, release docs version (#226)
* [docs] README.md: update with circle badge and fix docs
* [docs] bump version
Diffstat (limited to 'docs/mkdocs.yml')
-rw-r--r-- | docs/mkdocs.yml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml new file mode 100644 index 0000000..71f0cb5 --- /dev/null +++ b/docs/mkdocs.yml @@ -0,0 +1,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 |