🔧 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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue