From 71613e596b5daab0b95f69fe7acac6bf861fa459 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Sat, 20 Feb 2021 14:15:59 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20support=20for=20abbrviatio?= =?UTF-8?q?ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/abbreviations.md | 4 ++++ mkdocs.yml | 17 +++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 includes/abbreviations.md diff --git a/includes/abbreviations.md b/includes/abbreviations.md new file mode 100644 index 0000000..3ba54a7 --- /dev/null +++ b/includes/abbreviations.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 1ab78c7..c821bee 100644 --- a/mkdocs.yml +++ b/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