radar231.com/mkdocs.yml

78 lines
1.6 KiB
YAML

site_name: radar231
site_description: radar231's odd n sods
site_url: https://radar231.com
theme:
name: material
custom_dir: overrides
logo: Matrix_Tux.png
favicon: Matrix_Tux.png
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
language: en
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: blue
accent: purple
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
primary: blue
accent: lime
icon:
tag:
ansible: simple/ansible
files: simple/files
radio: material/radio-handheld
network: material/network
k8s: simple/kubernetes
lxd: material/server
wiki: simple/tiddlywiki
uncat: material/folder-search
plugins:
- search
- tags:
tags_file: index.md
- rss:
use_git: false
abstract_chars_count: 160
pretty_print: true
categories:
- tags
date_from_meta:
as_creation: created
as_update: updated
default_timezone: America/Toronto
date_format: "%Y-%m-%d %H:%M"
default_time: 09:30
nav:
- "Home": index.md
- "About": about.md
markdown_extensions:
- attr_list
extra:
tags:
Ansible: ansible
FileServer: files
HamRadio: radio
HomeLab: network
Kubernetes: k8s
LXD: lxd
Tiddlywiki: wiki
Uncategorized: uncat
# my custom config for adding dates to pages
page_dates_head: false
page_dates_foot: true