diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 13:19:11 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 13:19:11 +0100 |
commit | 4e977b00355652bf8d14a5615fb1b24fe1792805 (patch) | |
tree | 937a72f24ee7ceaf3c8f81abfab673069e7b7b04 | |
parent | 79f07f768332187bd48b65800522a1fd1332eb97 (diff) | |
download | bookup-4e977b00355652bf8d14a5615fb1b24fe1792805.tar.gz bookup-4e977b00355652bf8d14a5615fb1b24fe1792805.tar.bz2 |
Feat: misc improvements
-rw-r--r-- | ChangeLog.md | 8 | ||||
-rw-r--r-- | TODO.md | 1 | ||||
-rw-r--r-- | content/sections/00-intro/intro.md | 3 |
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index b809662..4f5ac8a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,14 @@ ## v0.0.6 - unrelased +### Features + +* [x] Add the repository URL into the + documentation. +* [x] Improvements towards localization. + +### Issues + * [x] Add a `test` folder for quick experiments. ## v0.0.5 - 2024-06-09 @@ -8,7 +8,6 @@ * [ ] Localization support, by detecting the `lang` YAML parameters and using templates from `templates/{book,notes}/$lang`. * [ ] Improve the documentation, including: - * [ ] Repository URL. * [ ] Translate to English. * [ ] Add a reference to books using Bookup. * [ ] Similar projects: diff --git a/content/sections/00-intro/intro.md b/content/sections/00-intro/intro.md index 5e5c7d0..2267597 100644 --- a/content/sections/00-intro/intro.md +++ b/content/sections/00-intro/intro.md @@ -16,4 +16,7 @@ Não foi priorizado investir tempo em generalizar tudo ao máximo. O mais importante foi criar uma base comum para os meus livros, e talvez aos poucos generalizar para que possa ser usado por outras iniciativas. +O código do Bookup está disponível em [https://0xacab.org/rhatto/bookup][]. + [Bookdown]: https://bookdown.org +[https://0xacab.org/rhatto/bookup]: https://0xacab.org/rhatto/bookup |