Compare commits
No commits in common. "3a8baf7378c8fae9787e835a8ec09974ed983c6d" and "79867bd433fd3acf5bc4ab49fc3831c92784febc" have entirely different histories.
3a8baf7378
...
79867bd433
2 changed files with 13 additions and 16 deletions
|
@ -5,15 +5,13 @@ 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`.
|
||||
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`.
|
||||
|
||||
<a href="https://laminar.benoit.jp.net/jobs/mkdocs">
|
||||
<img src="https://laminar.benoit.jp.net/badge/mkdocs.svg">
|
||||
<a href="https://laminar.benoit.jp.net/jobs/mkdocs-benoit.jp.net">
|
||||
<img src="https://laminar.benoit.jp.net/badge/mkdocs-benoit.jp.net.svg">
|
||||
</a>
|
||||
|
||||
## About Me
|
||||
|
@ -24,10 +22,10 @@ use this mail `contact-website`:material-at:`benoit.jp.net`.
|
|||
|
||||
- :material-git:[Forgejo](https://git.benoit.jp.net/benoit)
|
||||
- :material-github:[Github](https://github.com/benoitjpnet)
|
||||
- :material-mastodon:[Mastodon](https://mastodon.benoit.jp.net/@benoit)
|
||||
- :material-mastodon:[Mastodon](https://toots.benpro.fr/@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"
|
||||
|
|
13
mkdocs.yml
13
mkdocs.yml
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
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>
|
||||
repo_url: https://forgejo.benoit.jp.net/Benoit/Website
|
||||
repo_name: forgejo.benoit.jp.net
|
||||
repo_url: https://git.benoit.jp.net/benoit/mkdocs-benoit.jp.net
|
||||
repo_name: git.benoit.jp.net
|
||||
edit_uri: _edit/master/docs/
|
||||
|
||||
theme:
|
||||
|
@ -42,10 +42,6 @@ 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
|
||||
|
@ -61,6 +57,9 @@ 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:
|
||||
|
@ -76,7 +75,7 @@ extra:
|
|||
link: https://toots.benpro.fr/@benoit
|
||||
name: Mastodon
|
||||
- icon: material/git
|
||||
link: https://forgejo.benoit.jp.net/benoit
|
||||
link: https://git.benoit.jp.net/benoit
|
||||
name: Forgejo
|
||||
- icon: material/github
|
||||
link: https://github.com/benoitjpnet
|
||||
|
|
Loading…
Add table
Reference in a new issue