From 28f94c1499b2cff7a53e9c9fed0b0f6eb05c7e37 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Sat, 29 Jun 2024 23:10:44 +0200 Subject: [PATCH] Adds embedding of style.css to the roadmap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3804b36..3f19766 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Project heavily inspired by the amazing ## Roadmap - [X] Embed templates mechanism. +- [ ] Embed style.css - [X] Generate the index html file for the `index` subcommand. - [ ] Generate the log html file for a repository. - [ ] Detect and link README, LICENSE and CONTRIBUTING files.