Skip to content

Instantly share code, notes, and snippets.

@jzztf
Created April 25, 2018 06:33
Show Gist options
  • Save jzztf/2308c0256de2eb334b49c5c3b979edc7 to your computer and use it in GitHub Desktop.
Save jzztf/2308c0256de2eb334b49c5c3b979edc7 to your computer and use it in GitHub Desktop.
mkdocs 配置
site_name: python notes
site_url: www.xx.com
theme:
name: 'material'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
palette:
primary: 'cyan'
accent: 'indigo'
repo_name: 'jzztf/python_notes'
repo_url: 'https://github.com/jzztf/python_notes'
extra:
disqus: 'jzztf'
social:
- type: 'github'
link: 'https://github.com/jzztf'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: "¶"
plugins:
- search
pages:
- Home: 'index.md'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment