From 731b53a02d16cc2b704668237314d778b6dbab1f Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Apr 2026 10:41:05 +0200 Subject: feat: create 404 error page with search, recent articles, and easter egg --- themes/danix-xyz-hacker/i18n/en.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'themes/danix-xyz-hacker/i18n/en.yaml') diff --git a/themes/danix-xyz-hacker/i18n/en.yaml b/themes/danix-xyz-hacker/i18n/en.yaml index 164b6a8..be5e352 100644 --- a/themes/danix-xyz-hacker/i18n/en.yaml +++ b/themes/danix-xyz-hacker/i18n/en.yaml @@ -49,3 +49,18 @@ error: "An error occurred. Please try again." # Social follow: "Follow me" contactMe: "Contact me" + +# 404 Page +notFoundHeading: "404" +notFound: "Page Not Found" +notFoundMessage: "Sorry, the page you're looking for doesn't exist. Try searching or browse the articles below." +searchPlaceholder: "Search articles..." +noSearchResults: "No articles found matching your search." +recentArticles: "Recent Articles" +goHome: "Go Home" +browseArticles: "Browse Articles" +contactSupport: "Get in Touch" +followWhiteRabbit: "Follow the white rabbit..." +easterEggTitle: "Choose Your Path" +bluePill: "Stay Here" +redPill: "Show Me More" -- cgit v1.2.3