Simple lightweight python files server. #krash https://pages.charlesreid1.com/d-python-files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
788 B

site_name: d-python-files
6 years ago
site_url: https://pages.charlesreid1.com/d-python-files
repo_name: d-python-files
repo_url: https://git.charlesreid1.com/docker/d-python-files
edit_uri: ""
copyright: 'Copyright &copy; 2018 <a href="https://charlesreid1.com">Charles Reid</a>, released under the <a href="https://opensource.org/licenses/MIT">MIT license</a>'
6 years ago
docs_dir: docs
site_dir: site
extra_css:
- css/custom.css
theme:
name: null
custom_dir: 'mkdocs-material/material'
palette:
primary: 'light green'
accent: 'light green'
logo:
icon: 'input'
font:
text: 'Roboto'
code: 'Roboto Mono'
nav:
- 'Home': 'index.md'
6 years ago
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
strict: true