summaryrefslogtreecommitdiffstats
path: root/content/en
AgeCommit message (Collapse)AuthorFilesLines
9 daystranslate: fixed translation for "outside of the box"Danilo M.1-2/+3
9 daysremoved article "of being lonely"Danilo M.1-16/+0
9 daystranslate: fixed translation and uploaded files for "nerdness"Danilo M.1-2/+3
9 daysremoved article "myself as a droid"Danilo M.1-11/+0
9 daystranslate: fixed translation for "money for independence"Danilo M.1-0/+1
9 daystranslate: fixed translation for "manage you passwords with password-store"Danilo M.1-4/+4
9 daystranslate: fixed translation for "le email queste sconosciute" [DRAFT]Danilo M.1-5/+43
9 daystranslate: fixed translation for "la giornata del pi greco"Danilo M.1-6/+20
9 daystranslate: fixed translation and uploaded files for "katsushika-hokusai"Danilo M.1-13/+12
9 daystranslate: updated translation for "io-supporto-mario-congiusta"Danilo M.1-6/+25
chore: added static image for "imagine"
9 daystranslate: fixed translation for "imagine"Danilo M.1-2/+2
9 daystranslate: fixed translation for "haiku-2"Danilo M.1-6/+6
9 daystranslate: fixed translation for "haiku"Danilo M.1-3/+3
9 daystranslate: fixed translation for "git setup own server"Danilo M.1-0/+1
9 daystranslate: fixed translation for "git setup own server - part2"Danilo M.1-2/+2
9 daystranslate: fixed translation for "gify - back to bash scripting"Danilo M.1-1/+2
9 daystranslation: Added english translation for "conquista la folla"Danilo M.1-8/+9
9 daystranslation: Added italian translation for "About Loneliness"Danilo M.1-1/+0
9 daystranslation: Added italian translation for "Cad designing in gnu linux"Danilo M.1-4/+6
9 daystranslation: Added italian translation for "Bash Notes"Danilo M.1-1/+0
9 daysRemoved article "Come funziona questo sito"Danilo M.1-11/+0
9 daystranslate: Added italian translation for "Baking Programs"Danilo M.1-1/+0
9 daysUpdated draft for bash-notes articleDanilo M.1-4/+7
9 daysdocs: add callout spec/plan, actions shortcode in bash-notes, fix IT ↵Danilo M.1-0/+2
trailing newline - docs/superpowers/specs/2026-04-29-callout-shortcode-design.md — approved design spec - docs/superpowers/plans/2026-04-29-callout-shortcode.md — implementation plan - content/en/articles/bash-notes: add actions download button - content/it/articles/bash-notes: fix missing trailing newline Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 daysfeat: add 'My Git Workflow' article (EN/IT)release_28042026-2031Danilo M.1-0/+346
Add bilingual article covering personal git config settings: - push.autoSetupRemote, pull.rebase - commit.gpgsign - help.autocorrect, fetch.prune, fetch.prunetags - merge.conflictstyle (zdiff3), rerere - branch.sort, column.ui, log.*, diff.* - Aliases (lg, sw) - Typical workflow narrative Includes both English and Italian translations. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
10 daysfix: convert remaining raw HTML to markdown and add acronym shortcodesDanilo M.2-19/+32
- myself-as-a-droid: drop external image figure, decode entities - poker-time: drop external image figure and orphan nbsp - le-email-queste-sconosciute: replace acronym tags with shortcodes, markdown strikethrough - xrandr-dual-head: convert pre block to fenced code - git-setup-own-server-part2: markdown blockquote + drop image figure + fenced code blocks (user will add image later)
10 daysfix: convert raw HTML to markdown and fix deprecated HTML entitiesDanilo M.5-57/+53
Content fixes: - speak-to-me: Convert blockquote to markdown, decode entities - wp_patcher: Convert pre blocks to fenced code, markdown blockquote - manage-your-passwords: Convert a tags and blockquotes to markdown, add acronym shortcode, decode entities - playing-with-colors: Convert a tag to markdown - pure-nerdgasm: Mark as draft (YouTube embed lost in export) - r-i-p-steve-jobs: Replace figure with image shortcode - responsibility: Convert blockquote to markdown
10 daysfeat: enable repository page with single repo displayDanilo M.1-1/+0
10 daysUpdated the Repository page content. Added a cover image for the ↵Danilo M.1-12/+35
Sl-Hack-Ware project on github. [EN,IT]
11 daysUpdated content in homepage. [EN,IT]Danilo M.1-1/+1
11 daysRewrite about page: present current identity and valuesrelease_28042026-1021Danilo M.1-5/+9
Replace generic 2009 bio with focused introduction covering cybersecurity training, AI interest, web dev background, GNU/Linux and Slackware philosophy, privacy commitment, and A11y standards. Added closing CTA to contact or browse articles. Updated both EN and IT versions. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-24Fix category typos and normalize tags/categories for all EN articles; move ↵release_24042026-1841Danilo M.23-342/+100
Italian articles from EN to IT folder with English placeholders
2026-04-24working on the frontmatters for all articlesrelease_24042026-1126Danilo M.21-63/+77
2026-04-22Repository is a draft until we actually manage the contentrelease_22042026-1858Danilo M.1-1/+1
2026-04-22Updated articles/convertire-file-video-in-mp3release_22042026-1638Danilo M.1-11/+12
2026-04-22refactor: convert repository from section (_index.md) to plain page (index.md)Danilo M.1-1/+0
Repository is a simple page, not a section. Renamed _index.md to index.md in both EN and IT, removed type = "repository" front matter (Hugo resolves layouts/repository/single.html automatically by section name), and renamed list.html to single.html. Visual output unchanged. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-22Chore: fixed gravatar display in pages.Danilo M.2-2/+3
2026-04-22feat: publish a11y audit pages and link wcag badgeDanilo M.1-0/+879
Create Italian translation of A11Y Compliant audit report (Settimane 1-5). Publish both EN and IT pages (draft: false). Link WCAG 2.1 AA badge in footer to /is/a11y-compliant/ with language-aware URL. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-18Started content cleanupDanilo M.21-25/+8
2026-04-18cleanup: remove old default image references from frontmatterDanilo M.2-2/+0
Articles without custom images now use automatic theme-aware defaults via the updated template. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-18removed all occurrencies of the highlight shortcode. File removed.Danilo M.1-22/+22
2026-04-18fixed syntax in article git-setup-own-serverDanilo M.1-20/+23
2026-04-18consolidated duplicated shortcodes. Initial fix of the content files. Manual ↵Danilo M.9-28/+27
review needed
2026-04-17fix: implement proper language-specific 404 layoutsDanilo M.1-6/+0
Created 404.en.html and 404.it.html in themes/danix-xyz-hacker/layouts/ following Hugo's standard pattern for language-specific templates. Each layout uses i18n for translations and links to the correct language-specific sections. Hugo automatically selects the correct template based on request language. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-17build: generate language-specific 404.html filesDanilo M.1-0/+1
Created content/en/404.md and content/it/404.md with proper front matter to generate public/404.html and public/it/404.html files. These are ready for deployment with proper language-aware redirect rules. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-17fix: use content-based 404 pages with proper language contextDanilo M.1-0/+5
Created language-specific 404 content pages (content/en/404.md and content/it/404.md) that Hugo renders with the correct language context. Updated redirect rules and created _default/404.html layout that uses i18n properly. Now .Lang is set correctly for translation strings. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-17Revert "fix: use language-specific 404 layouts for proper i18n support"Danilo M.1-5/+0
This reverts commit 94a11324999f07feff138364633e8442947b628a.
2026-04-17fix: use language-specific 404 layouts for proper i18n supportDanilo M.1-0/+5
Created separate 404.html layouts in themes/danix-xyz-hacker/layouts/it/ and themes/danix-xyz-hacker/layouts/en/ with hardcoded language-specific links. Hugo automatically routes language requests to the correct layout, enabling proper i18n context and translations. Removed generic 404.html and all JavaScript detection hacks. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-04-17Revert "fix: use Hugo content-based 404 pages for proper multilingual support"Danilo M.1-5/+0
This reverts commit 1cab4424a5c6dd2aeb453d299b6a2f12a840599d.
2026-04-17fix: use Hugo content-based 404 pages for proper multilingual supportDanilo M.1-0/+5
Created language-specific 404 pages (content/en/404.md and content/it/404.md) instead of using JavaScript detection. Hugo now properly routes 404 errors to the correct language context, allowing .Lang and i18n to work correctly. Removed JS language detection hack. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>