2022-09-09 20:57:44 +00:00
|
|
|
site_name: Homebox
|
2022-09-14 17:35:23 +00:00
|
|
|
site_url: https://hay-kot.github.io/homebox/
|
|
|
|
repo_name: Homebox
|
|
|
|
repo_url: https://github.com/hay-kot/homebox
|
2022-09-09 20:57:44 +00:00
|
|
|
use_directory_urls: true
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
palette:
|
|
|
|
# Palette toggle for light mode
|
|
|
|
- scheme: homebox
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-7
|
|
|
|
name: Switch to dark mode
|
|
|
|
|
|
|
|
# Palette toggle for dark mode
|
|
|
|
- scheme: slate
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-4
|
|
|
|
name: Switch to light mode
|
|
|
|
|
|
|
|
features:
|
|
|
|
- content.code.annotate
|
|
|
|
- navigation.instant
|
|
|
|
- navigation.expand
|
|
|
|
- navigation.sections
|
|
|
|
- navigation.tabs.sticky
|
2022-09-12 22:47:27 +00:00
|
|
|
favicon: assets/img/favicon.svg
|
|
|
|
logo: assets/img/favicon.svg
|
2022-09-09 20:57:44 +00:00
|
|
|
|
|
|
|
extra_css:
|
|
|
|
- assets/stylesheets/extras.css
|
2022-09-13 04:54:30 +00:00
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
|
|
- def_list
|
|
|
|
- pymdownx.highlight
|
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.tasklist:
|
|
|
|
custom_checkbox: true
|
|
|
|
- admonition
|
|
|
|
- attr_list
|
|
|
|
- pymdownx.tabbed
|
|
|
|
- pymdownx.superfences
|
2022-09-14 17:35:23 +00:00
|
|
|
|
|
|
|
nav:
|
|
|
|
- Home: index.md
|
|
|
|
- Quick Start: quick-start.md
|
2022-10-20 05:31:08 +00:00
|
|
|
- Tips and Tricks: tips-tricks.md
|
2022-09-14 17:35:23 +00:00
|
|
|
- Importing Data: import-csv.md
|
|
|
|
- Building The Binary: build.md
|