diff --git a/content/index.md b/content/index.md index c9aee53..d8985b9 100644 --- a/content/index.md +++ b/content/index.md @@ -1,20 +1,23 @@ --- -page_title: "Hellloooooo!" +page_title: "A small garden, hidden in the vast forest of the web" --- ## Welcome! This is what I call my **Digital Garden**, a place where I grow my online -presence. It is a minimal website that tries to fit in the 512kB club. Of -course, it's written using OCaml, as it wouldn't be me if it was in another -language! +presence. It is a minimal website that tries to fit in the 512kB club (still +not a member though...). Of course, it's written using OCaml, as it wouldn't be +me if it was in another language (currently working on the OCaml build system, +[Dune](https://github.com/ocaml/dune))! ## Explore... + - The [blog](/blog) (Still need some refactoring 🔧) -- The [wiki](/wiki) (This part is under construction ⚙️) +- The [wiki](/wiki) (This part is under construction, but it's improving) ⚙️) - Who [I](/about) am (Not really a nice page but, it will improve over time 🤞) ## Important + ⚠️ This website is still under heavy development and lack a lot of features. It will improve over time but, I wanted to have a decent base first (hence the code does not look good actually!). diff --git a/static/pages/about.md b/static/pages/about.md index f12944a..b45d394 100644 --- a/static/pages/about.md +++ b/static/pages/about.md @@ -2,14 +2,26 @@ page_title: "About" --- -French computer scientist curious about everything, I've started this blog to centralise my knowledge and share some pieces of my mind with others if it can help. Everything written in this website is my opinion. It doesn't reflect the ideas of my employers, my family or anyone else. +## Me -As I like both languages, there might be some French and some English in this blog. Even if I'm not as confortable in English as in French, I will do my best to improve my writing style! +French computer scientist curious about everything, I've started this blog to +centralise my knowledge and share some pieces of my mind with others if it can +help. Everything written in this website is my opinion. It doesn't reflect the +ideas of my employers, my family or anyone else. -If you want to discuss with me, feel free to reach me. Below, see some links that could interest you: +As I like both languages, there might be some French and some English in this +blog. Even if I'm not as comfortable in English as in French, I will do my best +to improve my writing style! - Mail: dev[at]maiste.fr - Github: maiste - Rss: flux +## Contact -If you would like me to made a change or improve something, you can ask on GitHub issues :) +If you want to discuss with me, feel free to reach me. Below, see some links +that could interest you: + +- **Mail**: dev[at]maiste.fr +- **Github**: [maiste](https://github.com/maiste) +- **Rss**: flux (without a link as I haven't already written the code to have +it, sorry!) + +If you would like me to make a change or improve something, you can ask on +GitHub [issues](https://github.com/maiste/maiste.fr/issues) :)