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