diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-18 20:55:59 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-18 20:55:59 +0200 |
| commit | d7c1e2b8570c986902d8527dbdeca2774e6d0205 (patch) | |
| tree | d2615593ee067b2498c93b8d72d4131bcbe902c8 | |
| parent | 05f33a6e1059e84c309c5f674e094ed3b1105134 (diff) | |
| download | danixxyz-d7c1e2b8570c986902d8527dbdeca2774e6d0205.tar.gz danixxyz-d7c1e2b8570c986902d8527dbdeca2774e6d0205.zip | |
updates to TODO.md and hugo.toml
| -rw-r--r-- | TODO.md | 1 | ||||
| -rw-r--r-- | hugo.toml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ - [✅] 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 - [ ] Analytics (privacy-respecting) - [ ] Progressive enhancement (offline support) @@ -109,7 +109,7 @@ enableRobotsTXT = true siteName = "danix.xyz" author = "Danilo Macrì" email = "danix@danix.xyz" - twitterHandle = "" + twitterHandle = "danixland" # Theme options readingTime = true |
