]> danix's work - danix.xyz-2.git/commitdiff
updated i18n files in theme to reflect new variables added. Updated TODO and hugo...
authorDanilo M. <redacted>
Mon, 20 Apr 2026 19:01:47 +0000 (21:01 +0200)
committerDanilo M. <redacted>
Mon, 20 Apr 2026 19:01:47 +0000 (21:01 +0200)
TODO.md
hugo.toml
i18n/en.yaml
i18n/it.yaml

diff --git a/TODO.md b/TODO.md
index a7a3521e3a58ee9987c346264422e5332622cb77..14516ac1c7918090757d6c73bb935736675ffdf5 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -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)
index 0a7a233fd9a23f4f029876e8d909d17e9023d14f..505befb01268a32e6b1b266f0604012c8faf970d 100644 (file)
--- a/hugo.toml
+++ b/hugo.toml
@@ -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
index d0ca1a4a4d86402db52b5fb5a00c6eff64a83a09..7e8b71fe65669c5ffbe3e69521ca758e1fc359a4 100644 (file)
@@ -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"
index e71f4364b3433f059b35ccb3f776e0b8f9bc2dfa..43cb604a50f00fb397b85a34561029677e8c325d 100644 (file)
@@ -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"