mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-10 03:13:14 -06:00
30 lines
666 B
YAML
30 lines
666 B
YAML
site_name: task.mk
|
|
site_url: https://gh.dayl.in/task.mk
|
|
repo_url: https://github.com/daylinmorgan/task.mk
|
|
edit_uri: edit/main/docs/
|
|
repo_name: daylinmorgan/task.mk
|
|
theme:
|
|
name: material
|
|
custom_dir: docs/overrides
|
|
features:
|
|
- navigation.indexes
|
|
palette:
|
|
- scheme: default
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
- stylesheets/asciinema-player.css
|
|
extra_javascript:
|
|
- javascripts/asciinema-player.min.js
|
|
plugins:
|
|
- search
|
|
- git-revision-date-localized:
|
|
enable_creation_date: true
|
|
markdown_extensions:
|
|
- def_list
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
|
|
|