diff options
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 |