🔧 Add support for abbrviations
This commit is contained in:
parent
045e5def49
commit
71613e596b
2 changed files with 19 additions and 2 deletions
4
includes/abbreviations.md
Normal file
4
includes/abbreviations.md
Normal 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
|
17
mkdocs.yml
17
mkdocs.yml
|
@ -10,9 +10,9 @@ theme:
|
||||||
palette:
|
palette:
|
||||||
scheme: slate
|
scheme: slate
|
||||||
primary: black
|
primary: black
|
||||||
|
favicon: images/console-network.png
|
||||||
icon:
|
icon:
|
||||||
logo: material/console-network
|
logo: material/console-network
|
||||||
favicon: images/console-network.png
|
|
||||||
repo: fontawesome/brands/git-alt
|
repo: fontawesome/brands/git-alt
|
||||||
features:
|
features:
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
|
@ -32,11 +32,24 @@ markdown_extensions:
|
||||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
- pymdownx.tasklist:
|
- pymdownx.tasklist:
|
||||||
custom_checkbox: true
|
custom_checkbox: true
|
||||||
|
- abbr
|
||||||
|
- pymdownx.snippets
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
|
||||||
- git-revision-date
|
- 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:
|
nav:
|
||||||
- Homepage:
|
- Homepage:
|
||||||
- index.md
|
- index.md
|
||||||
|
|
Loading…
Reference in a new issue