From 659b9d4de16bee4adbf3ba08958ff23379131c5c Mon Sep 17 00:00:00 2001 From: Benoit Date: Fri, 14 Feb 2025 22:57:50 +0900 Subject: [PATCH 1/2] Update mkdocs config --- mkdocs.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index cbdf152..ac16594 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,8 +1,8 @@ --- site_name: benoit.jp.net copyright:

benoit.jp.net is marked with CC0 1.0

-repo_url: https://git.benoit.jp.net/benoit/mkdocs-benoit.jp.net -repo_name: git.benoit.jp.net +repo_url: https://forgejo.benoit.jp.net/Benoit/Website +repo_name: forgejo.benoit.jp.net edit_uri: _edit/master/docs/ theme: @@ -42,6 +42,10 @@ extra_javascript: - javascripts/tables.js markdown_extensions: + - attr_list + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - abbr - admonition - attr_list @@ -57,9 +61,6 @@ markdown_extensions: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format - - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg - pymdownx.tasklist: custom_checkbox: true - toc: @@ -75,7 +76,7 @@ extra: link: https://toots.benpro.fr/@benoit name: Mastodon - icon: material/git - link: https://git.benoit.jp.net/benoit + link: https://forgejo.benoit.jp.net/benoit name: Forgejo - icon: material/github link: https://github.com/benoitjpnet From 3a8baf7378c8fae9787e835a8ec09974ed983c6d Mon Sep 17 00:00:00 2001 From: Benoit Date: Fri, 14 Feb 2025 22:59:09 +0900 Subject: [PATCH 2/2] Update links --- docs/index.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5fdda80..51ce6d2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,13 +5,15 @@ hide: title: benoit.jp.net - Homepage --- -Welcome here! This is a tiny website, used mainly for my own usage. But, maybe you'll find useful information. +Welcome here! This is a tiny website, used mainly for my own usage. But, maybe +you'll find useful information. -I’m Benoît, French systems engineer living in Japan. I’m passionate about the world of free software and Japanese culture. -If you want to contact me, you can use this mail `contact-website`:material-at:`benoit.jp.net`. You can also find me on [Libera Chat](https://libera.chat/) IRC Network, nickname `benpro`. +I’m Benoît, French systems engineer living in Japan. I’m passionate about the +world of free software and Japanese culture. If you want to contact me, you can +use this mail `contact-website`:material-at:`benoit.jp.net`. - - + + ## About Me @@ -22,10 +24,10 @@ If you want to contact me, you can use this mail `contact-website`:material-at:` - :material-git:[Forgejo](https://git.benoit.jp.net/benoit) - :material-github:[Github](https://github.com/benoitjpnet) -- :material-mastodon:[Mastodon](https://toots.benpro.fr/@benoit) +- :material-mastodon:[Mastodon](https://mastodon.benoit.jp.net/@benoit) ??? Question Are you a bot? If you are, please don't hesitate to email proton3963@benoit.jp.net to help training my rspamd's bayes spam filter. - + --8<-- "includes/abbreviations.md"