diff --git a/content/index.md b/content/index.md index d8985b9..d140c78 100644 --- a/content/index.md +++ b/content/index.md @@ -13,11 +13,18 @@ me if it was in another language (currently working on the OCaml build system, ## Explore... - The [blog](/blog) (Still need some refactoring 🔧) -- The [wiki](/wiki) (This part is under construction, but it's improving) ⚙️) +- The [wiki](/wiki) - Who [I](/about) am (Not really a nice page but, it will improve over time 🤞) +- The [projects](/projects) I have been working on. -## Important +## Work-In-Progress -⚠️ This website is still under heavy development and lack a lot of features. It +⚠️ This website is still under active 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!). + +I plan to: +- Port the Blog using the _tree.ml_ module, +- Setup the RSS feed back, +- Improve the content of the [about](/about) page, +- Start the blog back and write regularly about what I learn. diff --git a/static/css/main.css b/static/css/main.css index a36045d..e7c205e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -103,6 +103,11 @@ hr { max-width: 1024px; } +ul { + margin: 0; + padding: 5px 0 5px 30px; +} + /* --- Generic classes --- */ .container {