1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
site_name: Posting
site_url: https://posting.sh
repo_url: https://github.com/darrenburns/posting
repo_name: darrenburns/posting
theme:
name: material
palette:
scheme: slate
primary: custom
custom_dir: docs/overrides
icon:
logo: fontawesome/solid/paper-plane
font:
text: Open Sans
features:
- search.suggest
- search.highlight
- header.autohide
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- toc.integrate
extra_css:
- stylesheets/extra.css
nav:
- Home: "index.md"
- Guide:
- "Getting Started": "guide/index.md"
- "Navigation": "guide/navigation.md"
- "Collections": "guide/collections.md"
- "Requests": "guide/requests.md"
- "Configuration": "guide/configuration.md"
- "Environments": "guide/environments.md"
- "Command Palette": "guide/command_palette.md"
- "Themes": "guide/themes.md"
- "External Tools": "guide/external_tools.md"
- "Keymaps": "guide/keymap.md"
- "Importing": "guide/importing.md"
- "Scripting": "guide/scripting.md"
- "Help System": "guide/help_system.md"
- Roadmap: "roadmap.md"
- Changelog: "CHANGELOG.md"
- FAQ: "faq.md"
plugins:
- search
- tags
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- toc:
permalink: true
- footnotes
- tables
- pymdownx.keys
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.details
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@darrenburns
- icon: fontawesome/brands/x-twitter
link: https://x.com/_darrenburns
- icon: fontawesome/brands/github
link: https://github.com/darrenburns
copyright: Copyright © 2024 Darren Burns
|