diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-20 21:01:47 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-20 21:01:47 +0200 |
| commit | 6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8 (patch) | |
| tree | ed2586a3aec2c48b1f6fa90e45514ba3ea397c5f | |
| parent | c942e4492dbf74a5d41fcbfea22c074b460b50ff (diff) | |
| download | danixxyz-6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8.tar.gz danixxyz-6e6c64b40b07bc7807fc7f2ee539b9d0cdcdc4e8.zip | |
updated i18n files in theme to reflect new variables added. Updated TODO and hugo.toml.
| -rw-r--r-- | TODO.md | 16 | ||||
| -rw-r--r-- | hugo.toml | 14 | ||||
| -rw-r--r-- | i18n/en.yaml | 1 | ||||
| -rw-r--r-- | i18n/it.yaml | 1 |
4 files changed, 19 insertions, 13 deletions
@@ -1,26 +1,30 @@ -# danix.xyz Week 6+ TODO List +# danix.xyz TODO List -- [ ] Content review (correct post type, fix thumbnails, metadata, etc.) +- [⏳] 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.) +- [✅] Footer redesign (3-column, social badges, fortune cookie, tech badges, etc.) - [✅] related articles debug - [✅] shortcodes cleanup (remove duplicates) -- [ ] Search functionality +- [✅] Search functionality - [✅] Open Graph meta tags for social sharing - [✅] Theme-aware default thumbnails - [ ] Sitemap & robots.txt optimization - [✅] Prev/Next navigation in single articles view. -- [ ] Blog/Articles with syntax highlighting +- [⏳] debug Prev/Next navigation on narrow screens (out of viewport) - [ ] Analytics (privacy-respecting) +- [ ] add back-to-top button +- [ ] Lazy loading articles in list view +- [ ] modify articles list view to be more of a timeline (line in middle, articles on sides) - [ ] Progressive enhancement (offline support) -- [ ] Create accessibility badges component (WCAG 2.1 AA, Keyboard Accessible, Screen Reader Compatible) +- [⏳] Create accessibility badges component (WCAG 2.1 AA, Keyboard Accessible, Screen Reader Compatible) - [ ] Add badges to footer with links to A11Y-AUDIT-REPORT.md - [ ] Add accessibility section to About page (Week 6) ### Optional Enhancements +- [ ] New Blog/Articles with syntax highlighting - [ ] Breadcrumb JSON-LD structured data - [ ] Extended screen reader testing (JAWS, TalkBack) - [ ] Mobile device testing (real devices, not just emulation) @@ -4,6 +4,13 @@ title = "danix.xyz" theme = "danix-xyz-hacker" enableRobotsTXT = true +# Theme parameters +[params] + siteName = "danix.xyz" + author = "Danilo Macrì" + email = "danix@danix.xyz" + twitterHandle = "danixland" + # Output format definitions [outputFormats] [outputFormats.JSON] @@ -118,13 +125,6 @@ enableRobotsTXT = true tag = "tags" category = "categories" -# Theme parameters -[params] - siteName = "danix.xyz" - author = "Danilo Macrì" - email = "danix@danix.xyz" - twitterHandle = "danixland" - # Theme options readingTime = true shareButtons = true diff --git a/i18n/en.yaml b/i18n/en.yaml index d0ca1a4..7e8b71f 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -23,6 +23,7 @@ footer_by: "by" footer_love: "love" footer_sleep: "sleep" footer_coffee: "coffee" +footer_about_name: "Name" footer_about_role: "role" footer_about_cert: "cert" footer_about_os: "os" diff --git a/i18n/it.yaml b/i18n/it.yaml index e71f436..43cb604 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -23,6 +23,7 @@ footer_by: "da" footer_love: "amore" footer_sleep: "sonno" footer_coffee: "caffè" +footer_about_name: "Nome" footer_about_role: "ruolo" footer_about_cert: "cert" footer_about_os: "os" |
