Files
rojo/mkdocs.yml
2018-04-01 23:35:18 -07:00

20 lines
351 B
YAML

site_name: Rojo Documentation
site_url: https://lpghatguy.github.io/rojo/
repo_name: LPGhatguy/rojo
repo_url: https://github.com/LPGhatguy/rojo
theme:
name: material
palette:
primary: 'Red'
accent: 'Red'
pages:
- Home: index.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true