mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Update
This commit is contained in:
13
mkdocs.yml
13
mkdocs.yml
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user