diff --git a/docs/blog/posts/v0.1.0.md b/docs/blog/posts/v0.1.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..f6384c8ecae30d8d2b60b7bfdc6a757097aeb082
--- /dev/null
+++ b/docs/blog/posts/v0.1.0.md
@@ -0,0 +1,53 @@
+---
+date:
+  created: 2016-09-16
+authors:
+  - moul
+categories:
+  - release
+---
+
+# Silkaj: new CLI Duniter client
+
+I am pleased to announce a new Duniter client!
+It's a client from CLI (command line interface) written with Python 3.
+
+- [Diaspora\* post](https://framasphere.org/posts/2226277)
+- [Code repository](https://github.com/duniter/silkaj) with a tutorial to install it.
+
+This client was started almost two weeks ago and needed to be mature enough before public release.
+
+<!-- more -->
+
+## Features
+
+You could see the [result of one of its best sub command `network`](https://github.com/duniter/silkaj#example):
+
+```{..yaml .no-copy}
+./src/silkaj.py network
+
+### 20 peers ups, with 15 members and 5 non-members
+
+|        domain       |      ip4       | port | block |    hash     | gen_time |    uid    |member| pubkey |diffi| version  |
+|---------------------+----------------+------+-------+-------------+----------+-----------+------+--------+-----+----------|
+| cgeek.fr            | 88.174.120.187 |  9330| 41166 | 000027421F… | 15:59:00 | cgeek     | yes  | HnFcS… |  77 | 0.31.0b6 |
+| mirror1.cgeek.fr    | 88.174.120.187 |  9331| 41166 | 000027421F… | 15:59:00 |           | no   | 4jT89… |     | 0.31.0b6 |
+| mirror2.cgeek.fr    | 88.174.120.187 |  9332| 41166 | 000027421F… | 15:59:00 |           | no   | AZ2JP… |     | 0.31.0b6 |
+| …t.duniter.inso.ovh |                |    80| 41166 | 000027421F… | 15:59:00 | inso      | yes  | 8Fi1V… | 231 | 0.30.17  |
+| peer.duniter.org    | 51.255.197.83  |  8999| 41166 | 000027421F… | 15:59:00 |           | no   | BSmby… |     | 0.30.17  |
+| desktop.moul.re     | 78.227.107.45  | 24723| 41166 | 000027421F… | 15:59:00 | moul      | yes  | J78bP… |  77 | 0.31.0b7 |
+| misc.moul.re        | 78.227.107.45  |  8999| 41166 | 000027421F… | 15:59:00 | moul      | yes  | J78bP… |  77 | 0.31.0b7 |
+| test-net.duniter.fr | 88.189.14.141  |  9201| 41166 | 000027421F… | 15:59:00 | kimamila  | yes  | 5ocqz… | 385 | 0.31.0b3 |
+| raspi3.cgeek.fr     | 88.174.120.187 |  8999| 41166 | 000027421F… | 15:59:00 |           | no   | G3wQw… |     | 0.31.0a9 |
+| duniter.vincentux.fr|                |  8999| 41166 | 000027421F… | 15:59:00 | vincentux | yes  | 9bZEA… |     | 0.30.17  |
+| remuniter.cgeek.fr  | 88.174.120.187 | 16120| 41166 | 000027421F… | 15:59:00 | remuniter…| yes  | TENGx… |     | 0.30.17  |
+|                     | 88.163.42.58   | 34052| 41166 | 000027421F… | 15:59:00 | cler53    | yes  | 4eDis… |  77 | 0.30.17  |
+| suchard.si7v.fr     | 163.172.252.3  |  8999| 41166 | 000027421F… | 15:59:00 | hacky     | yes  | DesHj… |  77 | 0.31.0a8 |
+|                     | 87.91.122.123  |  9330| 41166 | 000027421F… | 15:59:00 | mmpio     | yes  | BmDso… | 154 | 0.31.0b3 |
+| …er.help-web-low.fr | 151.80.40.148  |  8999| 41166 | 000027421F… | 15:59:00 | pafzedog  | yes  | XeBpJ… | 154 | 0.30.17  |
+|                     | 87.90.32.15    |  8999| 41166 | 000027421F… | 15:59:00 | nay4      | yes  | BnSRj… |  77 | 0.31.0a9 |
+| duniter.modulix.net | 212.47.227.101 |  9330| 41166 | 000027421F… | 15:59:00 | modulix   | yes  | DeCip… |     | 0.30.17  |
+|                     | 88.174.120.187 | 33036| 41166 | 000027421F… | 15:59:00 |           | no   | GNRug… |     | 0.31.0b7 |
+| duniter.cco.ovh     | 163.172.176.32 |  8999| 41166 | 000027421F… | 15:59:00 | charles   | yes  | DA4PY… |  77 | 0.31.0a8 |
+| duniter.ktorn.com   | 107.170.192.122|  8999| 41166 | 000027421F… | 15:59:00 | ktorn     | yes  | BR5DD… |  77 | 0.30.17  |
+```
diff --git a/docs/blog/posts/v0.10.0.md b/docs/blog/posts/v0.10.0.md
index 85ddc554eb0b34d0306f1220656b4cccbf7a0fb8..06d57f0d57b159d68bd9d3f758c4d7f83448c684 100644
--- a/docs/blog/posts/v0.10.0.md
+++ b/docs/blog/posts/v0.10.0.md
@@ -127,7 +127,7 @@ These hooks are run as jobs into the CI.
 
 ## Thanks
 
-@moul, @matograine
+moul, matograine
 
 ## Outlook
 
diff --git a/docs/blog/posts/v0.11.0.md b/docs/blog/posts/v0.11.0.md
index e4c507ea08923a3a89871d0e2e66bc1bdb5c140e..562a9f1fa7c917664be89c76c6abb91f4ac82331 100644
--- a/docs/blog/posts/v0.11.0.md
+++ b/docs/blog/posts/v0.11.0.md
@@ -172,7 +172,7 @@ The coverage integration into GitLab has been fixed.
 
 ## Thanks
 
-@moul, @matograine
+moul, matograine
 
 ## Outlook
 
diff --git a/docs/blog/posts/v0.11.1.md b/docs/blog/posts/v0.11.1.md
new file mode 100644
index 0000000000000000000000000000000000000000..da7e7358f1f7800f2650aac004bce9dba0db8df7
--- /dev/null
+++ b/docs/blog/posts/v0.11.1.md
@@ -0,0 +1,12 @@
+---
+date:
+  created: 2023-08-14
+authors:
+  - moul
+categories:
+  - minor
+---
+
+Bug fix release, because `libnacl` brought in a breaking change.
+
+- Bump DuniterPy to v1.1.1 [duniterpy#206](https://git.duniter.org/clients/python/duniterpy/-/issues/206)
diff --git a/docs/blog/posts/v0.11.2.md b/docs/blog/posts/v0.11.2.md
new file mode 100644
index 0000000000000000000000000000000000000000..38f26fabe3b935b28fb5853d708bd2a13bc783cb
--- /dev/null
+++ b/docs/blog/posts/v0.11.2.md
@@ -0,0 +1,10 @@
+---
+date:
+  created: 2023-11-22
+authors:
+  - moul
+categories:
+  - minor
+---
+
+- Add support for Python v3.12 and drop support for Python v3.7
diff --git a/docs/blog/posts/v0.2.0.md b/docs/blog/posts/v0.2.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..8b287e070d0309840130574e46b0ebb34f64eb00
--- /dev/null
+++ b/docs/blog/posts/v0.2.0.md
@@ -0,0 +1,40 @@
+---
+date:
+  created: 2017-03-27
+authors:
+  - moul
+categories:
+  - release
+---
+
+# Silkaj v0.2.0 release
+
+This release introduce the `transaction` feature, the `amount` command to check out the balance of a wallet, and the initial authentication support.
+
+<!-- more -->
+
+## New money management commands
+
+- `transaction` command with its main options: `--amountDU`, `--amount`, `--output`, `--comment`
+- `amount` command to display account balance
+
+## Authentication
+
+- `generate_auth_file` command to generate seed authentication file
+- authentication methods implementation: scrypt, seed, seed authentication file with `--auth-scrypt`, `--auth-seed`, `--auth-file` options
+
+## Under the hood
+
+- function to post request onto BMA API
+- function to sign document
+- function to check public key format and checksum
+
+## Others
+
+- In tables, the columns were randomly ordered. The columns in the table are now ordered thanks to `OrderedDict`.
+- Output information on the drop-down menu with Argos (GNOME Shell extension)
+
+## Thanks
+
+A huge thanks to Tortue who brought a huge contribution to this release.
+Thanks mmuman.
diff --git a/docs/blog/posts/v0.3.0.md b/docs/blog/posts/v0.3.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..f5f1ac9111cbd16bc19bbcaa8571f49453025308
--- /dev/null
+++ b/docs/blog/posts/v0.3.0.md
@@ -0,0 +1,48 @@
+---
+date:
+  created: 2017-04-17
+authors:
+  - moul
+categories:
+  - release
+---
+
+# Silkaj v0.3.0 release: Let's send money!
+
+This release comes with user experience enhancements on the `transaction` command and the authentication in general. A new `id` command allows to look-up for identities.
+Efforts were put into improving the installation process.
+
+<!-- more -->
+
+## Transactions
+
+`transaction` command enhancements:
+
+- ask for confirmation: #27, !30.
+- confirmation table containing transaction informations: !38
+- don't prompt `scrypt` parameters. See `Authentication` § below.
+
+## New command `id` to search for pubkey/identity
+
+- new command `id` to search identities with pubkey or id: !29.
+
+## Tutorial to install a Python environment
+
+- pyenv installation tutorial: #23, !40.
+
+## Authentication
+
+- new authentication method: WIF. For future paper wallet feature: !45
+- Don't prompt scrypt parameters at authentication. Use default ones: #39, !43
+
+## Builds
+
+- with Pyinstaller: #5.
+
+## Other
+
+- Ability to sort the table of `network` command: !33, !37.
+- Change license from GNU GPLv3 to AGPLv3.
+- Code formatting with `pep8`: !31.
+
+Thanks Tortue and jytou.
diff --git a/docs/blog/posts/v0.4.0.md b/docs/blog/posts/v0.4.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..53d49f0104bee496acddd072cf3508d71745fb2a
--- /dev/null
+++ b/docs/blog/posts/v0.4.0.md
@@ -0,0 +1,90 @@
+---
+date:
+  created: 2018-01-28
+authors:
+  - moul
+categories:
+  - release
+---
+
+# Silkaj v0.4.0 release
+
+A new `wot` command allows to display received and sent certifictaions of an identity.
+Additionnal user experience enhancements have been added to the transaction feature.
+It is now possible to check the balance of multiple public keys and get a sum of the balances.
+
+<!-- more -->
+
+## New `wot` command to display received and sent certifications
+
+You can now explore the Web-of-Trust by displaying in a table the received and sent certifications of an identity.
+
+```{..yaml .no-copy}
+silkaj wot moul
+moul (GfKER…) from block 0-E3B0C44298FC1…
+received 23 and sent 27 certifications:
+|    received    |       sent       |
+|----------------+------------------|
+|     Alfybe     |     gerard94     |
+|   cuckooland   |   jeanferreira   |
+|      Loda      |      elois       |
+|  jeanferreira  |      Galuel      |
+| BenoitLavenier |      smyds       |
+|     smyds      | CaizohanFerreira |
+|   gpsqueeek    |    gpsqueeek     |
+|    fbuland     |       inso       |
+|    gerard94    |       vit        |
+|     SebasC     |      Thatoo      |
+|     Thatoo     |     William      |
+|      inso      |    cuckooland    |
+|    Paulart     |     greyzlii     |
+|   vincentux    |   mathieuBize    |
+|    greyzlii    |      cgeek       |
+|   Mententon    |    PierreYves    |
+|   PierreYves   |     mmu_man      |
+|     paidge     |   OlivierAuber   |
+|     cgeek      |      paidge      |
+|    Nicolas     |      Alfybe      |
+|   jeangraine   |     1000i100     |
+|    pafzedog    |       dig        |
+|     Zheny      |  BenoitLavenier  |
+|                |    MystraSam     |
+|                |    jeangraine    |
+|                |      Zheny       |
+|                |     roodinux     |
+```
+
+## Transaction command provides a better UX
+
+The `transaction` command will beforehand check that the comment and recipient’s public key are in right format before it actually prompt for the authentication.
+
+## Balance of multiple public keys
+
+With the `amount` command, you can now pass multiple public keys `:` separated. The balance will be displayed for each of them, and a sum will be displayed at the end.
+
+```{..yaml .no-copy}
+silkaj amount --pubkeys GfKERHnJTYzKhKUma5h1uWhetbA8yHKymhVH2raf2aCP:fyqm24NzN7D2Lr4ssrNMacsctymQ2NzBqH9YUYuxSmy
+Requested default node: <g1.duniter.org:443>
+Total amount of: GfKERHnJTYzKhKUma5h1uWhetbA8yHKymhVH2raf2aCP
+----------------------------------------------------------------
+Total Relative     = 206.23 UD g1
+Total Quantitative = 2064.41 g1
+
+Total amount of: fyqm24NzN7D2Lr4ssrNMacsctymQ2NzBqH9YUYuxSmy
+----------------------------------------------------------------
+Total Relative     = 89.72 UD g1
+Total Quantitative = 898.08 g1
+
+Total amount of: Total
+----------------------------------------------------------------
+Total Relative     = 295.95 UD g1
+Total Quantitative = 2962.49 g1
+```
+
+## Installation
+
+- [Installation documentation](https://github.com/duniter/silkaj#install)
+
+## Certification feature
+
+- [Crowdfunding](https://gannonce.duniter.org/#/announce/916a521d-9131-4c78-9c0b-d8cf2b78ac6e)
diff --git a/docs/blog/posts/v0.5.0.md b/docs/blog/posts/v0.5.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..ecbdbc7e1fcf80560baf8968e7f10c4c555caf0a
--- /dev/null
+++ b/docs/blog/posts/v0.5.0.md
@@ -0,0 +1,113 @@
+---
+date:
+  created: 2018-05-21
+authors:
+  - moul
+categories:
+  - release
+---
+
+# Silkaj v0.5.0 release: Let’s certify!
+
+For the [eleventh Libre Currency Meeting (RML)](https://rml.creationmonetaire.info/), I am pleased to announce Silkaj v0.5.0 release.
+
+<center>
+![](../../images/silkaj_logo.png){ width="200" }
+</center>
+
+This new release comes with the long awaited certification feature, `wot` command now displays expiration dates of certifications, a new logo, and the repository migration to GitLab. This release includes 35 new commits done during four months of developments.
+
+<!-- more -->
+
+## Certification feature
+
+Now, you can certify other identities (send certification document to the network):
+
+```{..yaml .no-copy}
+silkaj cert jytou --auth-scrypt -p g1-test.duniter.org:443
+In which language would you like to display Ğ1 license [en/fr]? fr
+Do you approve Ğ1 license [yes/no]? yes
+Please enter your Scrypt Salt (Secret identifier):
+Please enter your Scrypt password (masked):
+Using default values. Scrypt parameters not specified or wrong format
+Scrypt parameters used: N: 4096, r: 16, p: 1
+╒════════╤══════════════════════════════════════════════╤════╤══════════════════════════════════════════════╕
+│ Cert   │ From                                         │ –> │ To                                           │
+├────────┼──────────────────────────────────────────────┼────┼──────────────────────────────────────────────┤
+│ ID     │ moul-test                                    │ –> │ jytou                                        │
+├────────┼──────────────────────────────────────────────┼────┼──────────────────────────────────────────────┤
+│ Pubkey │ 5B8iMAzq1dNmFe3ZxFTBQkqhq4fsztg1gZvxHXCk1XYH │ –> │ 2pyPsXM8UCB88jP2NRM4rUHxb63qm89JMEWbpoRrhyDK │
+╘════════╧══════════════════════════════════════════════╧════╧══════════════════════════════════════════════╛
+Do you confirm sending this certification? [yes/no]: yes
+Certification successfully sent.
+```
+
+Certification command will display Ğ1’s license in your web browser or in your terminal within a `less` in case you are running a headless computer.
+
+## `wot` command now displays expiration dates of certifications
+
+The table listing the received and sent certifications of an identity, now displays the expirations dates of the certifications.
+
+```{..yaml .no-copy}
+silkaj wot moul
+moul (GfKER…) from block #0-E3B0C44298FC1…
+received 24 and sent 27 certifications:
+|  received_expire  |    received    |       sent       |  sent_expire  |
+|-------------------+----------------+------------------+---------------|
+|    2019-03-09     |   cuckooland   |      cgeek       |  2019-03-09   |
+|    2019-03-09     |    Paulart     |      elois       |  2019-03-09   |
+|    2019-03-09     |   vincentux    |   mathieuBize    |  2019-03-09   |
+|    2019-03-09     | BenoitLavenier |     gerard94     |  2019-03-09   |
+|    2019-03-09     |      Loda      |      smyds       |  2019-03-09   |
+|    2019-03-09     |     smyds      | CaizohanFerreira |  2019-03-09   |
+|    2019-03-09     |   gpsqueeek    |    gpsqueeek     |  2019-03-09   |
+|    2019-03-09     |    fbuland     |       inso       |  2019-03-09   |
+|    2019-03-09     |  jeanferreira  |       vit        |  2019-03-09   |
+|    2019-03-09     |    gerard94    |      Thatoo      |  2019-03-09   |
+|    2019-03-09     |     SebasC     |    cuckooland    |  2019-03-09   |
+|    2019-03-09     |     Thatoo     |     William      |  2019-03-09   |
+|    2019-03-09     |      inso      |     greyzlii     |  2019-03-09   |
+|    2019-03-09     |     Alfybe     |      Galuel      |  2019-03-09   |
+|    2019-03-12     |    greyzlii    |   jeanferreira   |  2019-03-09   |
+|    2019-03-18     |   Mententon    |    PierreYves    |  2019-03-09   |
+|    2019-04-02     |   PierreYves   |     mmu_man      |  2019-03-09   |
+|    2019-04-03     |     paidge     |   OlivierAuber   |  2019-03-13   |
+|    2019-05-24     |     cgeek      |      paidge      |  2019-03-13   |
+|    2019-06-10     |    Nicolas     |      Alfybe      |  2019-03-19   |
+|    2019-07-04     |   jeangraine   |     1000i100     |  2019-03-26   |
+|    2019-07-23     |    pafzedog    |       dig        |  2019-03-31   |
+|    2019-08-07     |     Zheny      |  BenoitLavenier  |  2019-04-22   |
+|    2020-03-17     | HugoTrentesaux |    MystraSam     |  2019-06-16   |
+|                   |                |    jeangraine    |  2019-06-22   |
+|                   |                |      Zheny       |  2019-06-25   |
+|                   |                |     roodinux     |  2019-07-01   |
+```
+
+## Logo
+
+Silkaj now has a logo thanks to [Attilax](https://forum.monnaie-libre.fr/u/attilax/). You can find it [in this repository](https://git.duniter.org/communication/g1/-/tree/master/logos/logiciels?ref_type=heads). I choose the black and white one. Here is [a crowdfunding to free the logo](https://gannonce.duniter.org/#/announce/d82696ce-03f5-4e13-9316-20c94f00f76d).
+
+## Repository migration to GitLab
+
+I migrated the repository to our GitLab instance and archived the GitHub repository:
+
+- [https://git.duniter.org/clients/python/silkaj](https://git.duniter.org/clients/python/silkaj)
+
+## Website
+
+[Silkaj's website](https://silkaj.duniter.org) has been published among other websites on our GitLab instance.
+New revisions will be automatically published thanks to GitLab Pages. Here you can find the repository:
+[https://git.duniter.org/websites/silkaj_website/](https://git.duniter.org/websites/silkaj_website/)
+
+## Install
+
+- [Install documentation](https://git.duniter.org/clients/python/silkaj#install)
+
+## Future
+
+You can have a look at the next [v0.6.0 milestone](https://git.duniter.org/clients/python/silkaj/-/milestones/7) to have an idea of what could be included into next Silkaj development cycle.
+
+## Helps
+
+This whole work has been done voluntarily aside a dept-salary’s paid job.
+If you like what have been achieve, please contribute, by giving libre units to its only and main developer or to [Duniter’s developers](https://demo.cesium.app/#/app/wot/78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8/) to improve our little world.
diff --git a/docs/blog/posts/v0.6.0.md b/docs/blog/posts/v0.6.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..6c3bea69824e31afb8c450a00a2051dbe1121746
--- /dev/null
+++ b/docs/blog/posts/v0.6.0.md
@@ -0,0 +1,214 @@
+---
+date:
+  created: 2018-11-18
+authors:
+  - moul
+categories:
+  - release
+---
+
+# Silkaj v0.6.0 release: Let’s install
+
+Six months after the previous release, I am pleased to announce Silkaj v0.6.0 for the [twelfth Libre Currency Meeting](https://rml.creationmonetaire.info/).
+
+This release comes with 124 commits including eased installation procedures, multi-recipients transaction, `wot` command view improvements, scrypt authentication set by default, network performances, and much more.
+
+<!-- more -->
+
+## User installation eased via PyPI/pip
+
+Installing Silkaj has been a burning issue: Only Fedora users could install Silkaj with the Pyinstaller binary, since that’s where I was building it. The others, would have had to install a development environment with `pyenv` and the Python dependencies in order to make it work.
+
+Thanks to Cebash’s work. Now, we are able to install Silkaj with `pip`, the Python package manager, which retrieves the package from Python Package Indexer (PyPI):
+
+```bash
+pip3 install silkaj --user
+```
+
+## Development environment with Pipenv
+
+We switched from `pyenv+pip` to Pipenv because Pipenv offers a better development environment.
+
+## Transaction
+
+### Multi-recipients transaction
+
+Thanks to cgeek, Silkaj is the first client, besides [Remuniter](https://remuniter.cgeek.fr/#/), able to send multi-recipients transaction.
+This means, that we will be able to transfer money to several recipients within a single transaction.
+To do so, we have to pass recipients’ public keys separated with a colon `:` operator, as follow:
+
+```{..yaml .no-copy}
+silkaj tx --auth-file --amount 2 --gtest --output \
+DpJse2t7fyH9LC9FTMQHsMGZToXLmVQ8EV2eP47ipHDC:7KL2QXXFULDpsQY4UdSr5oEVx6rFE6oxeagRdkCX35bf
+╒═══════════════════════════╤══════════════════════════════════════════════╕
+│ pubkey’s amount before tx │ 15375.33 ĞTest                               │
+├───────────────────────────┼──────────────────────────────────────────────┤
+│ tx amount (unit)          │ 4.0 ĞTest                                    │
+├───────────────────────────┼──────────────────────────────────────────────┤
+│ tx amount (relative)      │ 0.0104 UD ĞTest                              │
+├───────────────────────────┼──────────────────────────────────────────────┤
+│ pubkey’s amount after tx  │ 15371.33 ĞTest                               │
+├───────────────────────────┼──────────────────────────────────────────────┤
+│ from (pubkey)             │ 5B8iMAzq1dNmFe3ZxFTBQkqhq4fsztg1gZvxHXCk1XYH │
+├───────────────────────────┼──────────────────────────────────────────────┤
+│ from (id)                 │ moul-test                                    │
+├───────────────────────────┼──────────────────────────────────────────────┤
+│ to (pubkey)               │ DpJse2t7fyH9LC9FTMQHsMGZToXLmVQ8EV2eP47ipHDC │
+├───────────────────────────┼──────────────────────────────────────────────┤
+│ to (id)                   │ vit                                          │
+├───────────────────────────┼──────────────────────────────────────────────┤
+│ to (pubkey)               │ 7KL2QXXFULDpsQY4UdSr5oEVx6rFE6oxeagRdkCX35bf │
+├───────────────────────────┼──────────────────────────────────────────────┤
+│ to (id)                   │ cuckooland                                   │
+├───────────────────────────┼──────────────────────────────────────────────┤
+│ comment                   │                                              │
+╘═══════════════════════════╧══════════════════════════════════════════════╛
+Do you confirm sending this transaction? [yes/no]: yes
+Generate Transaction:
+   - From:    5B8iMAzq1dNmFe3ZxFTBQkqhq4fsztg1gZvxHXCk1XYH
+   - To:      DpJse2t7fyH9LC9FTMQHsMGZToXLmVQ8EV2eP47ipHDC
+   - To:      7KL2QXXFULDpsQY4UdSr5oEVx6rFE6oxeagRdkCX35bf
+   - Amount:  4.0
+Transaction successfully sent.
+```
+
+Notes:
+
+- Each pubkey will receive the same amount of money. The amount per recipients can not be specified yet.
+- The purpose of this feature is to remunerate Duniter developers.
+
+### Display confirmation panel
+
+Before the transaction is actually sent, the balance before and after the transaction is displayed in the summary table. Check the example above.
+
+### Two wrappers
+
+- [Multi-recipients transfers and automation](../../usage/multi-recipients_transfers_and_automation.md)
+- [Transaction generator written in Shell](https://gitlab.com/jytou/tgen)
+
+## WoT view improvements
+
+- Display of the certifications stock
+- Membership expiration due to the membership expiration or due the fact that the threshold of minimal number of certifications is about to be crossed by certifications expirations
+- Identity status
+
+```{..yaml .no-copy}
+moul-test (5B8iM…) from block 167750-0000A51F…
+received 8 and sent 15/100 certifications:
+|  received_expire  |      received       |       sent        |  sent_expire  |
+|-------------------+---------------------+-------------------+---------------|
+|    2018-11-21     |      esprit ✔       |     MeluaTest     |  2018-11-19   |
+|    2018-12-15     |      GAS2000 ✔      |      esprit       |  2018-11-21   |
+|    2018-12-19     | matograine-G1Test ✔ |      GAS2000      |  2018-12-10   |
+|    2018-12-20     |   scanlegentil ✔    |       guwop       |  2018-12-10   |
+|    2019-01-29     |        vit ✔        | matograine-G1Test |  2019-02-04   |
+|    2019-02-07     |       Elois ✔       |       Elois       |  2019-02-07   |
+|    2019-02-15     |    cuckooland ✔     |    Vincentest     |  2019-02-07   |
+|    2019-02-16     |     piaaf31GT ✔     |    cuckooland     |  2019-02-07   |
+|                   |                     |        vit        |  2019-02-07   |
+|                   |                     |   scanlegentil    |  2019-02-07   |
+|                   |                     |       cgeek       |  2019-02-07   |
+|                   |                     |     isawien45     |  2019-02-07   |
+|                   |                     |     aguy-dev      |  2019-02-07   |
+|                   |                     |     piaaf31GT     |  2019-02-14   |
+|                   |                     |     kimamila      |  2019-02-15   |
+
+Membership expiration due to certification expirations: 2018-12-20
+member: True
+Membership document expiration: 2018-12-31
+Sentry: True
+outdistanced: False
+```
+
+## Scrypt authentication by default
+
+Previously, the authentication method had to be specified.
+Now, when no authentication method is specified, two inputs will be prompted in order to authenticate with the scrypt method.
+You can still specify other authentication methods, with following options:
+
+```{..yaml .no-copy}
+Authentication:
+ for amount, transaction, certification, and generate_auth_file commands
+ - Scrypt is the default authentication method with 4096,16,1 as default values
+    you can specify others values specifying following parameters: -n <N> -r <r> -p <p>
+ - Seed: --auth-seed
+ - File: --auth-file [--file=<path file>], './authfile' will be taken if there is no path specified
+ - WIF: --auth-wif
+```
+
+## Ğtest
+
+A new `--gtest` option has been added to ease the connection to Ğ1-test currency network for testing purposes.
+It uses the official node: https://g1-test.duniter.org.
+
+## Network performances
+
+With this update, Silkaj is retrieving information only once. Before, data was retrieved every time it was needed. Now, once the information has been fetched, it is kept into the memory and reused.
+
+## Python 3.7 support
+
+Silkaj has been tested with Python 3.7. Results show that there has been no issues.
+Python 3.7 has been set as the current version in Pipenv development environment.
+
+## New commands
+
+### License
+
+Originally built for the certification feature, the `license` command allows the consultation of the Ğ1’s license at any time given.
+
+### About
+
+A new command displays information about Silkaj:
+
+```{..yaml .no-copy}
+silkaj about
+             @@@@@@@@@@@@@
+         @@@     @         @@@
+      @@@   @@       @@@@@@   @@.            silkaj 0.6.0
+     @@  @@@       @@@@@@@@@@@  @@,
+   @@  @@@       &@@@@@@@@@@@@@  @@@         Powerfull and lightweight command line client
+  @@  @@@       @@@@@@@@@#   @@@@ @@(
+  @@ @@@@      @@@@@@@@@      @@@  @@        Built in Python for Duniter’s currencies: Ğ1 and Ğ1-Test
+ @@  @@@      @@@@@@@@ @       @@@  @@
+ @@  @@@      @@@@@@ @@@@       @@  @@       Authors: moul, tortue, jytou, cebash, cgeek
+ @@  @@@@      @@@ @@@@@@@      @@  @@
+  @@ @@@@*       @@@@@@@@@      @# @@        Website: https://silkaj.duniter.org
+  @@  @@@@@    @@@@@@@@@@       @ ,@@
+   @@  @@@@@ @@@@@@@@@@        @ ,@@         Repository: https://git.duniter.org/clients/python/silkaj
+    @@@  @@@@@@@@@@@@        @  @@*
+      @@@  @@@@@@@@        @  @@@            License: GNU AGPLv3
+        @@@@   @@          @@@,
+            @@@@@@@@@@@@@@@
+```
+
+## Logo
+
+<center>
+![](../../images/silkaj_logo.png){ width="200" }
+</center>
+
+Silkaj’s logo, designed by Attilax, is now [fully funded](https://gannonce.duniter.org/#/announce/d82696ce-03f5-4e13-9316-20c94f00f76d)!
+
+## Thanks
+
+Special thanks to Moul, Cebash, cgeek, and Attilax.
+
+Thanks to vit, Inso, vincentux, and jardin.
+
+______________________________________________________________________
+
+## Install
+
+- [Install documentation](https://git.duniter.org/clients/python/silkaj#install)
+
+## Future development cycles
+
+- [v0.7.0](https://git.duniter.org/clients/python/silkaj/-/milestones/10) will be focused on refactoring Silkaj in order to be ported to [DuniterPy](https://git.duniter.org/clients/python/duniterpy/) usage, a more robust API implementation. This mean sharing a common code with Sakia.
+
+- [v0.8.0](https://git.duniter.org/clients/python/silkaj/-/milestones/8) will add new features based on DuniterPy such as new authentication methods as well as being allowed to send the remaining Web-of-Trust documents: identity publication, membership publication and renewal, and revocation.
+
+- [v0.9.0](https://git.duniter.org/clients/python/silkaj/-/milestones/9) Let’s see what come to this milestone.
+
+## Contribute
+
+If you are pleased with the achievements, please contribute by reporting bugs, contributing to the code or giving [Duniter’s developers](https://g1.duniter.fr/#/app/wot/78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8/) libre units to improve our little world.
diff --git a/docs/blog/posts/v0.6.1.md b/docs/blog/posts/v0.6.1.md
new file mode 100644
index 0000000000000000000000000000000000000000..d51b096d7f5507d8425ca9400630cb7c8646038a
--- /dev/null
+++ b/docs/blog/posts/v0.6.1.md
@@ -0,0 +1,51 @@
+---
+date:
+  created: 2018-12-10
+authors:
+  - moul
+categories:
+  - release
+---
+
+# Silkaj v0.6.1 release
+
+I am pleased to announce Silkaj v0.6.1 release. This release comes with a major bug fix for transactions with big amounts. It also come with the ability to renew certifications.
+
+<!-- more -->
+
+## Bug fix in intermediaries transactions
+
+When sending a transaction with a big amount, there is a limit of forty sources per transaction allowed by Ğ1 protocol. In order to reach a big amount of money with only forty sources, the clients proceed beforehand to change operations to merge more money into fewer sources.
+Since the multi-recipients feature, a regression was introduced, the intermediaries transaction’s recipient were wrong and sent to the recipient of the transaction.
+This release fixes it!
+
+## Certification renewal
+
+Duniter v1.7 now allows to renew certification before their expiration.
+
+This protocol modification is now live on the Ğ1-Test currency since [December 2018](https://forum.duniter.org/t/g1-test-dans-les-choux-rejouage-des-certifications/4192/271?u=moul) in order to check that everything is working fine.
+You can already renew certifications on the Ğ1-Test currency.
+
+This protocol modification will be published on the Ğ1 currency when ready.
+
+Before processing the certification, Silkaj will check if the certification can be renewed.
+In the case of Ğ1, you will be able to renew the certification two months after the previous one. And, on the Ğ1-test, after twelve and half a day.
+
+## Tests on Windows
+
+Silkaj have been installed for the first time on the Windows platform via `pip`. It works!
+There is still fixes needed in order to have Silkaj to work properly.
+
+## Thanks
+
+Thanks to Moul, Galuel, and Bernard.
+
+______________________________________________________________________
+
+## Upgrade
+
+```bash
+pip3 install silkaj --user --upgrade
+```
+
+- [Install with `pip` documentation](../../install.md) for more details.
diff --git a/docs/blog/posts/v0.7.0.md b/docs/blog/posts/v0.7.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..a7d3fe136e7553d773028b295746121b1dd2ccc7
--- /dev/null
+++ b/docs/blog/posts/v0.7.0.md
@@ -0,0 +1,212 @@
+---
+date:
+  created: 2019-05-22
+authors:
+  - moul
+categories:
+  - release
+---
+
+# Silkaj v0.7.0 release: DuniterPy, click, transactions history, Debian, website
+
+Six months after the [previous major release](https://forum.duniter.org/t/silkaj-v0-6-0-release-let-s-install/4858/1), I am pleased to announce the release of Silkaj v0.7.0 for the [thirteenth Free Currency Meeting](http://rml13.creationmonetaire.info/).
+
+This release comes with 157 commits, the migration to DuniterPy and Click, the display of transaction history, the packaging into Debian Buster and Ubuntu 19.04, and a new website.
+
+Those two migrations bring few new features as the goal was to migrate to better libraries while keeping the same functionalities.
+
+<!-- more -->
+
+## DuniterPy migration
+
+<center>
+![](../../images/duniterpy_logo.png){ width="150" }
+</center>
+
+[DuniterPy](https://git.duniter.org/clients/python/duniterpy) is a Python library which implements methods to request from and send information to the Duniter nodes. It also has authentication methods to sign documents such as transactions and certifications. DuniterPy was initially written for the Sakia client. Silkaj and Sakia are now sharing the same common code. The migration to DuniterPy was tough, but it was worth it: It will allow the implementation of new features in future versions.
+
+There were many challenges: keeping the same functionalities, making Silkaj’s code asynchronous, and replacing the authentication and the network code by the ones implemented in DuniterPy. One struggling issue was that the [intermediaries transactions were no longer working](https://git.duniter.org/clients/python/silkaj/issues/178), because, the equality method of the transaction output source was not implemented, as they used to be stored in a string and are now stored into an `OutputSource` object. So, the equality had to be implemented.
+
+Check-out [DuniterPy versions from v0.50.0 to v0.54.1](https://forum.duniter.org/t/duniterpy-evolution-de-la-bibliotheque-python/5127) to follow the evolution of DuniterPy. These versions were specially made for Silkaj. In the future, following functionalities are planned: sending identity, membership, and revocation documents, the usage of authentication methods implemented in DuniterPy, and the usage of the planned GVA API.
+
+## Click migration
+
+<center>
+[![](../../images/click_logo.png){ width="200" }](https://click.palletsprojects.com/)
+</center>
+
+Since Debian Buster freeze was going to happen very soon and [`commandlines`](https://github.com/chrissimpkins/commandlines) library wasn’t packaged into Debian, the migration to [Click](https://click.palletsprojects.com/) “_Command Line Interface Creation Kit_” had to be done quickly. I decided to migrate to this really nice library, since it is much more maintained, comes with a better code, and is less buggy. Here you can see the new command line interface:
+
+```{..yaml .no-copy}
+Usage: silkaj [OPTIONS] COMMAND [ARGS]...
+
+Options:
+  -h, --help               Show this message and exit.
+  -v, --version            Show the version and exit.
+  -p, --peer TEXT          Default endpoint will reach Ğ1 currency with
+                           `https://g1.duniter.org` endpoint. Custom endpoint
+                           can be specified with `-p` option followed by
+                           <domain>:<port>
+  -gt, --gtest             ĞTest: `https://g1-test.duniter.org` endpoint
+  --auth-scrypt, --scrypt  Scrypt authentication: default method
+  --nrp TEXT               Scrypt parameters: defaults N,r,p: "4096,16,1"
+  -af, --auth-file         Authentication file. Defaults to: './authfile'
+--file TEXT              Path file specification with '--auth-file'
+                           [default: authfile]
+  --auth-seed, --seed      Seed hexadecimal authentication
+  --auth-wif, --wif        WIF and EWIF authentication methods
+
+Commands:
+  about     Display program information
+  argos     Display currency information formatted for Argos or BitBar
+  authfile  Generate authentication file
+  balance   Get wallet balance
+  blocks    Display blocks: default: 0 for current window size
+  cert      Send certification
+  diffi     Display the current Proof of Work difficulty level to generate...
+  history   Display transaction history
+  id        Find corresponding identity or pubkey from pubkey or identity
+  info      Display information about currency
+  license   Display Ğ1 license
+  net       Display network view
+  tx        Send transaction
+  wot       Check received and sent certifications and consult the...
+```
+
+The command line interface has changed. General parameters (options and arguments) should be placed in between the command and the sub-command. Specific parameters should be placed after the sub-command.
+
+```{..yaml .no-copy}
+silkaj --gtest --auth-file tx --amount 5 --output <pubkey>
+```
+
+For instance, in previous command `--gtest` and `--auth-file` are general parameters, where `--amount` and `--output` are specific parameters separated by `tx` sub-command.
+
+You can display general parameters with `silkaj --help` and specific parameters with `silkaj tx --help` for instance.
+
+## CLI changes
+
+- `issuers`, `amount`, and `generate_auth_file` commands have been respectively renamed to `blocks`, `balance`, and `authfile`.
+- The long sub-commands `certification`, `transaction`, `network`, `identities` have been removed. Now the small ones have to be used: `cert`, `tx`, `net`, `id`.
+- `blocks` defaults to `0` which stands for the current windows size and now has a limit of 5.000 blocks as set by BMA.
+- `balance`: public keys separator does no longer use colons `:`, it uses spaces instead.
+- Additionally, there are the new smaller authentication options: `--scrypt`, `-af`, `--seed`, `--wif`, without the `--auth` prefix.
+
+You might discover other breaking changes. For more details regarding these changes check out [this list](https://git.duniter.org/clients/python/silkaj/issues/77#breaking-changes).
+
+## Transaction history
+
+It is now possible to display the transactions history of a wallet:
+
+```{..yaml .no-copy}
+silkaj history GfKERHnJTYzKhKUma5h1uWhetbA8yHKymhVH2raf2aCP --uids
+
+Transactions history from: moul GfKERHnJTYzKhKUma5h1uWhetbA8yHKymhVH2raf2aCP
+Current balance: 17296.86 Ğ1, 1717.66 UD Ğ1 on the 2019-05-12 13:32:30
++---------------------+------------------------+------------+--------------+-----------------------+
+|        Date         |   Issuers/Recipients   | Amounts Ğ1 | Amounts UDĞ1 |        Comment        |
++=====================+========================+============+==============+=======================+
+| 2019-04-23 21:31:27 | CvrMiUhAJpNyX5sdAy     | 100.700    | 10           | Silkaj sur Ubuntu c   |
+|                     |                        |            |              | est une tres belle    |
+|                     |                        |            |              | surprise. Merci !     |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-22 18:59:34 | HugoTrentesaux -       | 100.700    | 10           | Merci pour Duniter    |
+|                     | 55oM6F9ZE2MGi          |            |              | v1.7.16 !             |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-15 14:35:15 | ArthurLutz -           | 200        | 19.861       | pour les paquets      |
+|                     | 4C4jsvxmFQBoH          |            |              | yunohost !            |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-15 10:40:11 | SonqoZEfZXHDBxi4Kx     | 30.210     | 3            | [G1SMS] VIREMENT 300  |
+|                     |                        |            |              | LOVE (30.21 G1)       |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-15 08:04:58 | fbuland -              | 200        | 19.861       | merci resolution bug  |
+|                     | 4bD7J3uA5pH2N          |            |              |                       |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-13 16:37:20 | Vivakvo -              | 100.700    | 10           | Merci pour Duniter    |
+|                     | 4wUdA1dx1NCZU          |            |              | v1.7.16 !             |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-12 08:59:04 | C4pUj26pVgPVPLEZ96     | 50         | 4.965        | Bravo pour le bug     |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-08 16:48:04 | 73ArdqtsQScypV35H4     | 100.700    | 10           | Merci pour Duniter    |
+|                     |                        |            |              | v1.7.16 !             |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-08 15:58:06 | Lucas - HY2nJUyxpzyrw  | 100.700    | 10           | Merci pour Duniter    |
+|                     |                        |            |              | v1.7.16 !             |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-08 15:10:25 | BenoitLavenier -       | 100.700    | 10           | Merci pour Duniter    |
+|                     | 38MEAZN68Pz1D          |            |              | v1.7.16 !             |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-08 14:11:00 | 4sfQWXBBy811CCDV6J     | 100.700    | 10           | 1.7.16                |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-07 22:59:00 | elois - D9D2zaJoWYWve  | 100        | 9.930        | merci pour le debug   |
+|                     |                        |            |              | de duniter et du      |
+|                     |                        |            |              | process de release    |
+|                     |                        |            |              | aussi                 |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-07 21:51:41 | Matograine -           | 100.700    | 10           | V1.7.16               |
+|                     | CmFKubyqbmJWb          |            |              |                       |
++---------------------+------------------------+------------+--------------+-----------------------+
+| 2019-04-07 01:18:44 | cgeek - 2ny7YAdmzReQx  | 1007       | 100          | Duniter v1.7.16       |
++---------------------+------------------------+------------+--------------+-----------------------+
+```
+
+## Debian and Ubuntu package
+
+<center>
+[![](../../images/debian_logo.svg){ width="100" }](https://packages.debian.org/buster/silkaj)
+</center>
+
+Silkaj v0.6.5 was packaged for Debian Buster v10, which is planned te be released on July 6th 2019. This package greatly benefits all Debian-based distributions. Moreover, Silkaj was also added into Ubuntu 19.04 repository, which was published on March 2019. For more details check-out [where Silkaj was included into the Debian-based distributions](https://repology.org/project/silkaj/versions). Silkaj v0.6.5 now comes with Click migration, auto-completion, and bug fixes, however it does not include DuniterPy migration and v0.7.0 features.
+
+You can install Silkaj with following command:
+
+```
+sudo apt install silkaj
+```
+
+This work have been made possible thanks to jonas, a Debian developer.
+
+## Proof-of-Work difficulty level
+
+Since we are using DuniterPy which includes WebSocket management, this latter can be used to improve the network connection. Previously, Silkaj was sending queries every five seconds to check if a new block was added to the blockchain. Now, Silkaj gets a notification every time a new block is appended to the blockchain. This improvement dramatically reduces traffic network.
+
+To better monitor the network, the header was improved and now displays current block’s number and its date of generation:
+
+```{..yaml .no-copy}
+Current block: n°219981, generated on the 2019-05-12 14:36:35
+Generation of next block n°219982 possible by at least 31/44 members
+Common Proof-of-Work difficulty level: 89, hash starting with `00000[0-6]*`
+```
+
+## New website
+
+[![](../../images/silkaj_website_screenshot.png)](https://silkaj.duniter.org/)
+
+At the beginning of the project, a simple [website](https://silkaj.duniter.org/) was made.
+Since then, Silkaj evolved and have brought new features which should be reflected on the website.
+
+More content was added to the website, which now has three pages: a main one, one for the features and the other one for the installation.
+
+Attilax worked to give the website a new black style, to make it looks like a terminal.
+He also translated it in French which makes the website available in two languages.
+
+## Thanks
+
+Attilax, Bernard, cebash, jonas, matograine, vit
+
+______________________________________________________________________
+
+## Install and upgrade
+
+- [Install and upgrade documentation](../../install.md)
+
+## Future development cycles
+
+Future releases will add new features based on DuniterPy such as [new authentication methods](https://git.duniter.org/clients/python/silkaj/issues/173) as well as being able to send WoT documents: [identity publication](https://git.duniter.org/clients/python/silkaj/issues/90), [membership publication and renewal](https://git.duniter.org/clients/python/silkaj/issues/88), and [revocation](https://git.duniter.org/clients/python/silkaj/issues/89). It is also planned to use features brought by Click usage, to set-up a CI/CD pipeline, and locking the code with tests.
+
+## Contribute
+
+If you are pleased with the achievement, please contribute by reporting bugs, contributing to the code or giving to [Duniter developers](https://demo.cesium.app/#/app/wot/78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8/) libre units to improve our little world.
+
+## Share on social networks
+
+- [Mastodon](https://framapiaf.org/@inso/102143656918574377)
diff --git a/docs/blog/posts/v0.7.1.md b/docs/blog/posts/v0.7.1.md
new file mode 100644
index 0000000000000000000000000000000000000000..0846a98a69a80f93a0c6cde2d13de207f21acfaf
--- /dev/null
+++ b/docs/blog/posts/v0.7.1.md
@@ -0,0 +1,10 @@
+---
+date:
+  created: 2019-05-29
+authors:
+  - moul
+categories:
+  - minor
+---
+
+- Bug fix transaction generation
diff --git a/docs/blog/posts/v0.7.2.md b/docs/blog/posts/v0.7.2.md
new file mode 100644
index 0000000000000000000000000000000000000000..54aaa7a57a92e8d213671cfb30f8de00bd3f48ea
--- /dev/null
+++ b/docs/blog/posts/v0.7.2.md
@@ -0,0 +1,10 @@
+---
+date:
+  created: 2019-06-25
+authors:
+  - moul
+categories:
+  - minor
+---
+
+- Fix result of the multiplication of the amount passed as float for the transaction command
diff --git a/docs/blog/posts/v0.7.3.md b/docs/blog/posts/v0.7.3.md
new file mode 100644
index 0000000000000000000000000000000000000000..10f37c0ee1c6409f5600f9fc9481b0adffd024f4
--- /dev/null
+++ b/docs/blog/posts/v0.7.3.md
@@ -0,0 +1,12 @@
+---
+date:
+  created: 2019-07-25
+authors:
+  - moul
+categories:
+  - minor
+---
+
+- #239: Bug fix release for broken successives transactions due to wrongly calculated pending inputs:
+    - remove already used inputs: restore previous behaviour which haven’t been kept the same during the migration
+    - `enumerate()` wrongly moved to the non appropriate `for` loop
diff --git a/docs/blog/posts/v0.7.4.md b/docs/blog/posts/v0.7.4.md
new file mode 100644
index 0000000000000000000000000000000000000000..55609453058073894aa649acc37bac1c1e7042a2
--- /dev/null
+++ b/docs/blog/posts/v0.7.4.md
@@ -0,0 +1,12 @@
+---
+date:
+  created: 2020-01-22
+authors:
+  - moul
+categories:
+  - minor
+---
+
+- #273: Fix broken PubSec authfile importation regex
+
+Thanks to matograine for this bugfix and the release!
diff --git a/docs/blog/posts/v0.7.5.md b/docs/blog/posts/v0.7.5.md
new file mode 100644
index 0000000000000000000000000000000000000000..e5dae74f2bfaa8997b3c9f39923194ec4c5a68e5
--- /dev/null
+++ b/docs/blog/posts/v0.7.5.md
@@ -0,0 +1,11 @@
+---
+date:
+  created: 2020-01-23
+authors:
+  - moul
+categories:
+  - minor
+---
+
+- #276: Publish on PyPI with the previous method: `setup.py`, `wheel`, and `twine`.
+- `silkaj` binary does not get installed to `$HOME/.local/bin` via Poetry
diff --git a/docs/blog/posts/v0.7.6.md b/docs/blog/posts/v0.7.6.md
new file mode 100644
index 0000000000000000000000000000000000000000..370578a2dedfd876961faa85abbd21a9de7404f8
--- /dev/null
+++ b/docs/blog/posts/v0.7.6.md
@@ -0,0 +1,10 @@
+---
+date:
+  created: 2020-01-24
+authors:
+  - moul
+categories:
+  - minor
+---
+
+- Update DuniterPy to v0.55.1 in order to have the PubSec regex fixed
diff --git a/docs/blog/posts/v0.8.md b/docs/blog/posts/v0.8.0.md
similarity index 98%
rename from docs/blog/posts/v0.8.md
rename to docs/blog/posts/v0.8.0.md
index f54167d18557616a37b23f4fc98a212c2df9bdb6..e5dd21505237e15bcac790aa1a4e0546f9a8ddde 100644
--- a/docs/blog/posts/v0.8.md
+++ b/docs/blog/posts/v0.8.0.md
@@ -237,7 +237,7 @@ Silkaj is compatible with a range of Python versions. Currently, it can be used
 
 Since there is a deadline for packaging Silkaj and DuniterPy into Debian Bullseye (v11), we are putting all our efforts into the upcoming packaging. As for the coming version, DeathReaper, the `excluded` command, for which the crowdfunding has been completed, and the newly revamped `info` command will be stabilized and automatic tests will be written.
 
-@ManUtopiK revamped the [website of Silkaj](https://mystifying-nobel-66ae54.netlify.app) in which you can look up all the presentations, the major features and documentations related to Silkaj. We are working on integrating the website into the project.
+ManUtopiK revamped [Silkaj website](https://git.duniter.org/websites/silkaj_website/) in which you can look up all the presentations, the major features and documentations related to Silkaj. We are working on integrating the website into the project.
 
 For further details check out the presentations of the [RML14](https://rml14.monnaielibreoccitanie.org/). The oral presentations are in French and the slides in English:
 
@@ -246,4 +246,4 @@ For further details check out the presentations of the [RML14](https://rml14.mon
 
 ### Thanks
 
-@moul, @matograine
+moul, matograine
diff --git a/docs/blog/posts/v0.8.1.md b/docs/blog/posts/v0.8.1.md
new file mode 100644
index 0000000000000000000000000000000000000000..e8ceb0b7663fd9c699ad9b13e7c4faba30e3d3e8
--- /dev/null
+++ b/docs/blog/posts/v0.8.1.md
@@ -0,0 +1,12 @@
+---
+date:
+  created: 2020-11-30
+authors:
+  - moul
+categories:
+  - minor
+---
+
+- #358, !152: Update DuniterPy to v0.58.1, to support `libnacl` v1.7.2
+
+Thanks matograine for your first release \\o/
diff --git a/docs/blog/posts/v0.9.md b/docs/blog/posts/v0.9.md
index 1eca4205e279f5600b44f51e699b1196b4c716d3..13109fe799adec55979b744279a1ec2e9481b62b 100644
--- a/docs/blog/posts/v0.9.md
+++ b/docs/blog/posts/v0.9.md
@@ -185,4 +185,4 @@ The removal of the asynchronous property, the migration from `tabulate` to `Text
 
 ### Thanks
 
-@matograine, @moul, @jonas, @atrax
+matograine, moul, jonas, atrax
diff --git a/docs/changelog.md b/docs/changelog.md
index d0e97c33f24f57a1d999e84d28eb051d51ee77a0..476072f621a34657de7605bc6d5403ec8a4ca617 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -170,7 +170,7 @@ Bug fix release, because `libnacl` brought in a breaking change.
 
 ______________________________________________________________________
 
-Thanks @moul, @matograine
+Thanks moul, matograine
 
 ## v0.9.0 <small>April 17, 2021</small> { id="0.9.0" }
 
@@ -235,13 +235,13 @@ Plus what can be found bellow in v0.9.0rc
 
 ______________________________________________________________________
 
-Thanks @matograine, @moul, @atrax
+Thanks matograine, moul, atrax
 
 ## v0.8.1 <small>November 30, 2020</small> { id="0.8.1" }
 
 - #358, !152: Update DuniterPy to v0.58.1, to support `libnacl` v1.7.2
 
-Thanks @matograine
+Thanks matograine
 
 ## v0.8.0 <small>October 18, 2020</small> { id="0.8.0" }
 
@@ -356,7 +356,7 @@ since [its support from the Python project has been dropped September 30th of 20
 
 ### Thanks
 
-@moul, @matograine
+moul, matograine
 
 ______________________________________________________________________
 
@@ -373,7 +373,7 @@ ______________________________________________________________________
 
 - #273, !119: Fix broken PubSec authfile importation regex
 
-Thanks to @matograine for this bugfix and the release!
+Thanks to matograine for this bugfix and the release!
 
 ## v0.7.3 <small>July 25, 2019</small> { id="0.7.3" }
 
@@ -490,7 +490,7 @@ Thanks to @matograine for this bugfix and the release!
 
 #### Thanks
 
-@Attilax, @Bernard, @cebash, @matograine, @vtexier
+Attilax, Bernard, cebash, matograine, vtexier
 
 ## v0.6.5 Debian <small>January 8, 2019</small> { id="0.6.5" }
 
@@ -502,7 +502,7 @@ v0.6.5 fork for Debian package without DuniterPy migration but with Click CLI mo
 
 #### Thanks
 
-@jonas
+jonas
 
 ## v0.6.1 <small>December 10, 2018</small> { id="0.6.1" }
 
@@ -676,7 +676,7 @@ v0.6.5 fork for Debian package without DuniterPy migration but with Click CLI mo
 
 #### Thanks
 
-Thanks to @Tortue95, @jytou, @mmuman, and @cuckooland
+Thanks to Tortue95, jytou, mmuman, and cuckooland
 
 ### [Forum post](https://forum.duniter.org/t/silkaj-0-4-0/4071)
 
@@ -714,7 +714,7 @@ Thanks to @Tortue95, @jytou, @mmuman, and @cuckooland
 - Change license from GNU GPLv3 to GNU AGPLv3
 - !31: Code formatting with `pep8`
 
-Thanks to @Tortue95 and @jytou
+Thanks to Tortue95 and jytou
 
 ### [Forum post](https://forum.duniter.org/t/lets-send-your-money-silkaj-v0-3-0/2404/1)
 
@@ -731,7 +731,7 @@ Thanks to @Tortue95 and @jytou
 
 - [Diaspora\* post](https://framasphere.org/posts/3055642)
 
-Big thanks to @Tortue95, and @mmuman.
+Big thanks to Tortue95, and mmuman.
 
 ## v0.1.0 <small>September 23, 2016</small> { id="0.1.0" }
 
@@ -751,4 +751,4 @@ Sub-commands:
 - `network`
 - `issuers`
 
-Thanks to @c-geek.
+Thanks to c-geek.
diff --git a/docs/images/click_logo.png b/docs/images/click_logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..449bd6352e06263c5fef22c34cd4b9d4c7ad6fd3
Binary files /dev/null and b/docs/images/click_logo.png differ
diff --git a/docs/images/debian_logo.svg b/docs/images/debian_logo.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7451c2256dfb8376e6c8b0208800e59b99e5eac0
--- /dev/null
+++ b/docs/images/debian_logo.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="-60 -75 210 260">
+  <g fill="#D70751">
+    <path d="M64.525 62.053c-4.125.058.78 2.125 6.165 2.954 1.488-1.161 2.838-2.336 4.04-3.479-3.354.821-6.765.838-10.205.525m22.14-5.52c2.457-3.389 4.246-7.102 4.878-10.939-.551 2.736-2.035 5.099-3.435 7.592-7.711 4.854-.726-2.883-.004-5.824-8.29 10.436-1.138 6.257-1.439 9.171m8.174-21.265c.497-7.428-1.462-5.08-2.121-2.245.766.4 1.377 5.237 2.121 2.245M48.883-66.264c2.201.395 4.757.698 4.398 1.224 2.407-.528 2.954-1.015-4.398-1.224"/>
+    <path d="m53.281-65.04-1.556.32 1.448-.127.108-.193"/>
+    <path d="M121.93 38.085c.247 6.671-1.95 9.907-3.932 15.637l-3.564 1.781c-2.919 5.666.282 3.598-1.807 8.105-4.556 4.049-13.823 12.67-16.789 13.457-2.163-.047 1.469-2.554 1.943-3.537-6.097 4.188-4.894 6.285-14.217 8.83l-.273-.607C60.29 92.569 28.344 71.129 28.765 41.875c-.246 1.857-.698 1.393-1.208 2.144-1.186-15.052 6.952-30.17 20.675-36.343 13.427-6.646 29.163-3.918 38.78 5.044C81.73 5.8 71.217-1.534 58.757-.848c-12.208.193-23.625 7.95-27.436 16.369-6.253 3.938-6.979 15.177-9.704 17.233-3.665 26.943 6.896 38.583 24.762 52.275 2.812 1.896.792 2.184 1.173 3.627-5.936-2.779-11.372-6.976-15.841-12.114 2.372 3.473 4.931 6.847 8.239 9.499-5.596-1.897-13.074-13.563-15.256-14.038 9.647 17.274 39.142 30.295 54.587 23.836-7.146.263-16.226.146-24.256-2.822-3.371-1.734-7.958-5.331-7.14-6.003 21.079 7.875 42.854 5.965 61.09-8.655 4.641-3.614 9.709-9.761 11.173-9.846-2.206 3.317.377 1.596-1.318 4.523 4.625-7.456-2.008-3.035 4.779-12.877l2.507 3.453c-.931-6.188 7.687-13.704 6.813-23.492 1.975-2.994 2.206 3.22.107 10.107 2.912-7.64.767-8.867 1.516-15.171.81 2.118 1.867 4.37 2.412 6.606-1.895-7.382 1.948-12.433 2.898-16.724-.937-.415-2.928 3.264-3.383-5.457.065-3.788 1.054-1.985 1.435-2.917-.744-.427-2.694-3.33-3.88-8.9.86-1.308 2.3 3.393 3.47 3.586-.753-4.429-2.049-7.805-2.103-11.202-3.421-7.149-1.211.953-3.985-3.069-3.641-11.357 3.021-2.637 3.47-7.796 5.52 7.995 8.667 20.387 10.11 25.519-1.103-6.258-2.883-12.32-5.058-18.185 1.677.705-2.699-12.875 2.18-3.882-5.21-19.172-22.302-37.087-38.025-45.493 1.924 1.76 4.354 3.971 3.481 4.317-7.819-4.656-6.444-5.018-7.565-6.985-6.369-2.591-6.788.208-11.007.004-12.005-6.368-14.318-5.69-25.368-9.681l.502 2.349c-7.953-2.649-9.265 1.005-17.862.009-.523-.409 2.753-1.479 5.452-1.871-7.69 1.015-7.329-1.515-14.854.279 1.855-1.301 3.815-2.162 5.793-3.269-6.271.381-14.971 3.649-12.286.677C20.144-62.46 1.976-56.053-8.218-46.494l-.321-2.142c-4.672 5.608-20.371 16.748-21.622 24.011l-1.249.291c-2.431 4.116-4.004 8.781-5.932 13.016-3.18 5.417-4.661 2.085-4.208 2.934-6.253 12.679-9.359 23.332-12.043 32.069 1.912 2.858.046 17.206.769 28.688-3.141 56.709 39.8 111.77 86.737 124.48 6.88 2.459 17.11 2.364 25.813 2.618-10.268-2.937-11.595-1.556-21.595-5.044-7.215-3.398-8.797-7.277-13.907-11.711l2.022 3.573c-10.021-3.547-5.829-4.39-13.982-6.972l2.16-2.82c-3.249-.246-8.604-5.475-10.069-8.371l-3.553.14c-4.27-5.269-6.545-9.063-6.379-12.005l-1.148 2.047c-1.301-2.235-15.709-19.759-8.234-15.679-1.389-1.271-3.235-2.067-5.237-5.703l1.522-1.739c-3.597-4.627-6.621-10.562-6.391-12.536 1.919 2.592 3.25 3.075 4.568 3.52-9.083-22.539-9.593-1.242-16.474-22.942l1.456-.116c-1.116-1.682-1.793-3.506-2.69-5.298l.633-6.313c-6.541-7.562-1.829-32.151-.887-45.637.655-5.485 5.459-11.322 9.114-20.477l-2.227-.384C-27.316-2.419-7.271-24.81 2.011-23.658c4.499-5.649-.892-.02-1.772-1.443 9.878-10.223 12.984-7.222 19.65-9.061 7.19-4.268-6.17 1.664-2.761-1.628 12.427-3.174 8.808-7.216 25.021-8.828 1.71.973-3.969 1.503-5.395 2.766 10.354-5.066 32.769-3.914 47.326 2.811 16.895 7.896 35.873 31.232 36.622 53.189l.852.229c-.431 8.729 1.336 18.822-1.727 28.094l2.1-4.385"/>
+    <path d="m19.5 67.715-.578 2.893c2.71 3.683 4.861 7.673 8.323 10.552-2.49-4.863-4.341-6.872-7.745-13.445m6.409-.251c-1.435-1.587-2.284-3.497-3.235-5.4.909 3.345 2.771 6.219 4.504 9.143l-1.269-3.743m113.411-24.65-.605 1.52c-1.111 7.892-3.511 15.701-7.189 22.941 4.06-7.639 6.69-15.995 7.79-24.461M49.698-68.243c2.789-1.022 6.855-.56 9.814-1.233-3.855.324-7.693.517-11.484 1.005l1.67.228m-97.917 52.067c.642 5.951-4.477 8.26 1.134 4.337 3.007-6.773-1.175-1.87-1.134-4.337m-6.593 27.538c1.292-3.967 1.526-6.349 2.02-8.645-3.571 4.566-1.643 5.539-2.02 8.645"/>
+  </g>
+</svg>
diff --git a/docs/images/silkaj_website_screenshot.png b/docs/images/silkaj_website_screenshot.png
new file mode 100644
index 0000000000000000000000000000000000000000..95b5bd04d6008a41b69d0a0b9403a204d4b0997e
Binary files /dev/null and b/docs/images/silkaj_website_screenshot.png differ