diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-28 21:09:14 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-28 21:09:14 +0200 |
| commit | f250d9fba9e87e656c31ec4a5818746895ae2c09 (patch) | |
| tree | 1a4f5aa8f9ef03ca81aebadc29815f1112b0edb7 | |
| parent | 7b3ff5ffc0146432c405a09676f4ec2c15067895 (diff) | |
| download | danixxyz-f250d9fba9e87e656c31ec4a5818746895ae2c09.tar.gz danixxyz-f250d9fba9e87e656c31ec4a5818746895ae2c09.zip | |
feat: add i18n keys for article stats widget, mark TODO items complete
| -rw-r--r-- | TODO.md | 12 | ||||
| -rw-r--r-- | i18n/en.yaml | 2 | ||||
| -rw-r--r-- | i18n/it.yaml | 2 |
3 files changed, 12 insertions, 4 deletions
@@ -1,12 +1,16 @@ # danix.xyz TODO List +## Urgent +- [✅] missing related articles logic in sidebar for articles +- [✅] article stats in sidebar (Author, number of words, reading time, thumbnail, etc.) + +## no top priority +- [ ] lazy loading in list view should honor the article side (not all from left) - [⏳] Content review (correct post type, fix thumbnails, metadata, etc.) -- [✅] Related Articles widget in sidebar. - [✅] social sharing sidebar widget - [✅] titles redesign (mono font // Title) - [✅] Sidebar widgets redesign (no box, mono font "# Title") - [✅] Footer redesign (3-column, social badges, fortune cookie, tech badges, etc.) -- [✅] related articles debug - [✅] shortcodes cleanup (remove duplicates) - [✅] Search functionality - [✅] Open Graph meta tags for social sharing @@ -21,8 +25,8 @@ - [✅] remove article type labels from static pages - [✅] Create accessibility badges component (WCAG 2.1 AA, Keyboard Accessible, Screen Reader Compatible) - [✅] Add badges to footer with links to A11Y-AUDIT-REPORT.md -- [ ] theme and content should live on two separate git repos -- [ ] Add accessibility section to About page +- [✅] theme and content should live on two separate git repos +- [✅] Add accessibility section to About page ### Optional Enhancements - [ ] Analytics (privacy-respecting) diff --git a/i18n/en.yaml b/i18n/en.yaml index f464748..89b9b22 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -44,6 +44,8 @@ updated: "Updated" readingTime: "reading time" min: "min" author: "Author" +words: "words" +articleStats: "article" category: "Category" categories: "Categories" tag: "Tag" diff --git a/i18n/it.yaml b/i18n/it.yaml index 438eb8a..c1df1ad 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -44,6 +44,8 @@ updated: "Aggiornato" readingTime: "tempo di lettura" min: "min" author: "Autore" +words: "parole" +articleStats: "articolo" category: "Categoria" categories: "Categorie" tag: "Tag" |
