1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00
This commit is contained in:
David Young
2019-11-12 14:09:10 +13:00
parent 643354d45c
commit 5074f3ef0b
2 changed files with 12 additions and 2 deletions

View File

@@ -17,6 +17,11 @@ docs_dir: 'manuscript'
# Copyright
copyright: 'Copyright © 2016 - 2019 David Young, Funky Penguin Limited'
# Plugins
plugins:
- search
- minify:
minify_html: true
#theme_dir: mkdocs-material
nav:
@@ -156,8 +161,9 @@ theme:
name: 'material'
custom_dir: 'overrides'
disqus: 'geeks-cookbook'
logo: 'images/site-logo.png'
favicon: 'images/favicon.ico'
logo:
icon: 'images/site-logo.png'
favicon: 'images/favicon.png'
feature:
tabs: false
palette:
@@ -209,6 +215,9 @@ markdown_extensions:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
repo_url_shorthand: true
user: funkypenguin
repo: geek-cookbook
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences

View File

@@ -2,3 +2,4 @@ mkdocs>=1.0.4
mkdocs-material>=4.4.3
pymdown-extensions>=6.0
Markdown>=3.0.1
mkdocs-minify-plugin>=0.2