mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
20 lines
351 B
YAML
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 |