diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-08-14 18:12:03 -0600 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-08-14 18:12:03 -0600 |
commit | 4818fd1fd68f6c8f1afe0c730cf4bca1861e6589 (patch) | |
tree | 2656c54a9fc59bea595c9e8a600ac4631bd028d0 /docs/mkdocs.yml | |
parent | 3920b4c4e4219da80078ccf7dcfacf86dd030cb7 (diff) |
sync docs with 0.9.3 build on docs.ponzu-cms.org
Diffstat (limited to 'docs/mkdocs.yml')
-rw-r--r-- | docs/mkdocs.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml deleted file mode 100644 index 71f0cb5..0000000 --- a/docs/mkdocs.yml +++ /dev/null @@ -1,27 +0,0 @@ -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 |