diff --git a/config.toml b/config.toml
index e4b48fe..65f3b45 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,5 @@
baseURL = ""
-languageCode = "fr-FR"
+languageCode = "en-US,fr-FR"
title = "The Octet Press"
theme = "blogotheme"
@@ -12,3 +12,22 @@ theme = "blogotheme"
[markup]
[markup.highlight]
style = "igor"
+
+
+[languages]
+ [languages.en]
+ title = "The Octect Press"
+ weight = 2
+ [languages.en.params]
+ brand = "The Octet Press"
+ description = "Hi, I'm n07070. This is my blog and homepage, where I post articles, art, code, links and more."
+ bgimg = ""
+ rssinmenu = true
+ [languages.fr]
+ title = "La Presse à Octect"
+ weight = 1
+ [languages.fr.params]
+ brand = "La Press à Octet"
+ description = "Salut, moi c'est n07070. Vous êtes sur mon blog et ma page perso, je poste des billets d'humeur, de l'art, du code, des liens et autres."
+ bgimg = ""
+ rssinmenu = true
diff --git a/content/About Me/index.md b/content/About Me/index.md
index 3233091..fba5c48 100644
--- a/content/About Me/index.md
+++ b/content/About Me/index.md
@@ -14,35 +14,36 @@ resources:
## What is this blog about ?
-For the moment it's mostly some articles I wrote, but over time, if I get good feedback, I'll try to turn to publishing as a full-time job. I plan on writing about ecology, tech, society, traveling, politics and fiction. If you like hastags, #SolarPunk, #VanLife, #DIY, #dWeb...
+For the moment it's mostly some articles I wrote. I plan on writing about ecology, tech, society, traveling, politics and fiction. If you like hastags, #SolarPunk, #VanLife, #DIY, #dWeb...
I'm writing in French and English, maybe even in Esperanto one day !
-Most of the articles and general structure of the blog's source is found [in my git server](http://git.n07070.xyz/n07070/Blog-Articles) ! Feel free to correct things or propose articles and such !
+Most of the articles and general structure of the blog's source is found [in my git server](http://git.n07070.xyz/n07070/blog) ! Feel free to correct things or propose articles and such !
## Who am I ?
-I'm a student in his twenties. I'm trying to figure out life. If you have any thing to say to me, or would just like to tchat, hit me up at [this email](mailto:contact@n07070.xyz) !
+I'm a student in his twenties. I'm trying to figure out life. If you have any thing to say to me, or would just like to tchat, hit me up at [this email](mailto:contact+blog@n07070.xyz) !
## Projects and code
-I try to keep my git up-to-date, but for now, I'm mainly migrating bit by bit from Microsoft's Github.
+My git server is the main repository of code. Some of it is mirrored from other forges, such as Gitlab or Github.
- [git.n07070.xyz - code projects](http://git.n07070.xyz)
-- [Other projects](https://projects.n07070.xyz/)
+- [Other projects](https://n07070.xyz/art-and-code/)
+
## How to follow this blog
You can follow this blog with :
-- [RSS](https://n07070.xyz/index.xml)
-- [ActivityPub](http://@Octet_Press@bots.tinysubversions.com)
-- Or by coming every two weeks. I won't post more than that... for now.
+- [RSS](https://n07070.xyz/index.xml). [How to use RSS ?](https://github.com/AboutRSS/ALL-about-RSS)
+- Or by coming every two weeks.
## How you can help
-Writing is time-consuming, and sadly I need to work. Each euro you give me is a step ahead ! If you wonder how I'm gonna use your money, feel free to shoot an email at me !
+Writing is time-consuming, and sadly, I am forced to work to feed myself. Each euro you give me is a step ahead !
I accept donations via Liberapay for now, but if you prefer another way, I'm sure I can set it up for you. Just ask me !
+
diff --git a/content/Art-and-code/index.md b/content/Art-and-code/index.md
index c994b3c..57f5ec7 100644
--- a/content/Art-and-code/index.md
+++ b/content/Art-and-code/index.md
@@ -12,4 +12,11 @@ resources:
src: "cover.jpg"
---
-Here, you will find the different art and code projects I've been working on.
+# YAACO
+> Yet Another Ant Colony Optimiser
+
+This projet was made during my studies; the goal was to impliment a Ant Colony path finding program in Java. You can find in on my git : https://git.n07070.xyz/n07070/YAACO
+
+---
+
+More links will be added eventually...
diff --git a/content/Articles/cool-links/September/cover_.jpg b/content/Articles/cool-links/September/cover.jpg
similarity index 100%
rename from content/Articles/cool-links/September/cover_.jpg
rename to content/Articles/cool-links/September/cover.jpg