mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Change theme to use material supplied by pip
This commit is contained in:
23
mkdocs.yml
23
mkdocs.yml
@@ -1,18 +1,17 @@
|
|||||||
site_name: Funky Penguin's Self-Hosted Geek's Cookbook
|
site_name: Funky Penguin's Geek's Cookbook
|
||||||
site_description: 'A short description of my project'
|
site_description: 'A short description of my project'
|
||||||
site_author: 'David Young'
|
site_author: 'David Young'
|
||||||
site_url: 'http://localhost:8000'
|
site_url: 'https://geeks-cookbook.funkypenguin.co.nz'
|
||||||
|
|
||||||
# Repository
|
# Repository
|
||||||
# repo_name: 'funkypenguin/geek-cookbook'
|
repo_name: 'funkypenguin/geek-cookbook'
|
||||||
# repo_url: 'https://github.com/john-doe/my-project'
|
repo_url: 'https://gitlab.funkypenguin.co.nz/funkypenguin/geeks-cookbook'
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
copyright: 'Copyright © 2016 - 2017 David Young'
|
copyright: 'Copyright © 2016 - 2017 David Young'
|
||||||
|
|
||||||
|
|
||||||
theme: null
|
theme: material
|
||||||
theme_dir: 'mkdocs-material/material'
|
|
||||||
pages:
|
pages:
|
||||||
- Home : index.md
|
- Home : index.md
|
||||||
- Introduction:
|
- Introduction:
|
||||||
@@ -78,16 +77,14 @@ extra:
|
|||||||
code: 'Roboto Mono'
|
code: 'Roboto Mono'
|
||||||
social:
|
social:
|
||||||
- type: 'github'
|
- type: 'github'
|
||||||
link: 'https://github.com/john-doe'
|
link: 'https://github.com/funkypenguin'
|
||||||
- type: 'twitter'
|
- type: 'twitter'
|
||||||
link: 'https://twitter.com/john-doe'
|
link: 'https://twitter.com/funkypenguin'
|
||||||
- type: 'linkedin'
|
|
||||||
link: 'https://de.linkedin.com/in/john-doe'
|
|
||||||
|
|
||||||
# Google Analytics
|
# Google Analytics
|
||||||
google_analytics:
|
#google_analytics:
|
||||||
- 'UA-XXXXXXXX-X'
|
# - 'UA-XXXXXXXX-X'
|
||||||
- 'auto'
|
# - 'auto'
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
|||||||
Reference in New Issue
Block a user