Compare commits
2 commits
79867bd433
...
3a8baf7378
Author | SHA1 | Date | |
---|---|---|---|
3a8baf7378 | |||
659b9d4de1 |
2 changed files with 16 additions and 13 deletions
|
@ -5,13 +5,15 @@ hide:
|
||||||
title: benoit.jp.net - Homepage
|
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.
|
I’m Benoît, French systems engineer living in Japan. I’m passionate about the
|
||||||
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`.
|
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`.
|
||||||
|
|
||||||
<a href="https://laminar.benoit.jp.net/jobs/mkdocs-benoit.jp.net">
|
<a href="https://laminar.benoit.jp.net/jobs/mkdocs">
|
||||||
<img src="https://laminar.benoit.jp.net/badge/mkdocs-benoit.jp.net.svg">
|
<img src="https://laminar.benoit.jp.net/badge/mkdocs.svg">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
## About Me
|
## 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-git:[Forgejo](https://git.benoit.jp.net/benoit)
|
||||||
- :material-github:[Github](https://github.com/benoitjpnet)
|
- :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
|
??? 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.
|
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"
|
--8<-- "includes/abbreviations.md"
|
||||||
|
|
13
mkdocs.yml
13
mkdocs.yml
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
site_name: benoit.jp.net
|
site_name: benoit.jp.net
|
||||||
copyright: <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">benoit.jp.net</span> is marked with <a href="http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://benoit.jp.net/images/cc.svg"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://benoit.jp.net/images/zero.svg"></a></p>
|
copyright: <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">benoit.jp.net</span> is marked with <a href="http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://benoit.jp.net/images/cc.svg"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://benoit.jp.net/images/zero.svg"></a></p>
|
||||||
repo_url: https://git.benoit.jp.net/benoit/mkdocs-benoit.jp.net
|
repo_url: https://forgejo.benoit.jp.net/Benoit/Website
|
||||||
repo_name: git.benoit.jp.net
|
repo_name: forgejo.benoit.jp.net
|
||||||
edit_uri: _edit/master/docs/
|
edit_uri: _edit/master/docs/
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
|
@ -42,6 +42,10 @@ extra_javascript:
|
||||||
- javascripts/tables.js
|
- javascripts/tables.js
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
- attr_list
|
||||||
|
- pymdownx.emoji:
|
||||||
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
- abbr
|
- abbr
|
||||||
- admonition
|
- admonition
|
||||||
- attr_list
|
- attr_list
|
||||||
|
@ -57,9 +61,6 @@ markdown_extensions:
|
||||||
- name: mermaid
|
- name: mermaid
|
||||||
class: mermaid
|
class: mermaid
|
||||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
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:
|
- pymdownx.tasklist:
|
||||||
custom_checkbox: true
|
custom_checkbox: true
|
||||||
- toc:
|
- toc:
|
||||||
|
@ -75,7 +76,7 @@ extra:
|
||||||
link: https://toots.benpro.fr/@benoit
|
link: https://toots.benpro.fr/@benoit
|
||||||
name: Mastodon
|
name: Mastodon
|
||||||
- icon: material/git
|
- icon: material/git
|
||||||
link: https://git.benoit.jp.net/benoit
|
link: https://forgejo.benoit.jp.net/benoit
|
||||||
name: Forgejo
|
name: Forgejo
|
||||||
- icon: material/github
|
- icon: material/github
|
||||||
link: https://github.com/benoitjpnet
|
link: https://github.com/benoitjpnet
|
||||||
|
|
Loading…
Add table
Reference in a new issue