🔧 Add support for abbrviations

This commit is contained in:
Benoit S 2021-02-20 14:15:59 +09:00
parent 045e5def49
commit 71613e596b
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,4 @@
*[AKA]: Also know as
*[IRC]: Internet Relay Chat, you know the old thing before Slack/Discourse/...
*[VOD]: Video on-demand, you know like Netflix
*[DNS]: Domaine Name System

View File

@ -10,9 +10,9 @@ theme:
palette:
scheme: slate
primary: black
favicon: images/console-network.png
icon:
logo: material/console-network
favicon: images/console-network.png
repo: fontawesome/brands/git-alt
features:
- navigation.tabs
@ -32,11 +32,24 @@ markdown_extensions:
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- abbr
- pymdownx.snippets
plugins:
- search
- git-revision-date
extra:
social:
- icon: material/pencil
link: https://blog.benpro.fr
name: Blog
- icon: material/mastodon
link: https://toots.benpro.fr/@benoit
name: Mastodon
- icon: material/camera
link: https://pix.benpro.fr/benoit
name: PixelFed
nav:
- Homepage:
- index.md