First we need to install a dependency.
pip install pygments
The contents of mkdocs.yml
now are listed below.
site_name: My Docs
theme:
name: material
palette:
primary: purple
accent: cyan
font:
text: Ubuntu
logo:
icon: cloud
markdown_extensions:
- codehilite:
linennums: true