- Welcome to my corner of the internet! This is where I share my thoughts, opinions,
- and experiences - from tech adventures to life as a family man. Yes, I love
- technology, but there's so much more to life than just code and servers.
+ {t('introParagraph1')}
- STATUS: ACTIVE // ROLE: DAD + DEV + LIFE ENTHUSIAST
+ {t('introLabel')}
@@ -48,46 +47,39 @@ export default async function AboutPage({params}: Props) {
{/* Life & Values Section */}
- > LIFE & VALUES
+ {t('lifeValuesTitle')}
- [FAMILY FIRST]
+ {t('familyFirstTitle')}
- Being a dad to an amazing toddler is my most important role. Family time is
- sacred - whether it's building block towers, exploring parks, or just
- enjoying the chaos of everyday life together. Tech can wait; these moments
- can't.
+ {t('familyFirstText')}
- I believe in keeping the body active. Whether it's hitting the gym, playing
- sports, or just staying on the move - physical activity keeps me sharp,
- balanced, and ready for whatever life throws my way.
+ {t('activeLifestyleText')}
- [ENJOYING THE SIMPLE THINGS]
+ {t('simpleThingsTitle')}
- Life's too short not to enjoy it. A good drink, a relaxing
- evening after a long day, or just not doing anything a blowing some steam off.
+ {t('simpleThingsText')}
- [TECH WITH PURPOSE]
+ {t('techPurposeTitle')}
- Yes, I love tech - self-hosting, privacy, tinkering with hardware. But it's
- a tool, not a lifestyle. Tech should serve life, not the other way around.
+ {t('techPurposeText')}
@@ -147,14 +154,14 @@ export default async function HomePage() {
href="/blog"
className="inline-flex items-center px-8 py-4 bg-transparent text-slate-700 dark:text-slate-300 border-2 border-slate-400 dark:border-slate-700 font-mono font-bold uppercase text-sm tracking-wider hover:bg-slate-200 dark:hover:bg-slate-800 hover:border-slate-500 dark:hover:border-slate-600 transition-colors duration-200"
>
- [SEE POSTS] >>
+ {t('seePostsButton')}
)}
- [SEE ALL TAGS] >>
+ {t('seeAllTagsButton')}
diff --git a/content/blog/en/why-this-page.md b/content/blog/en/why-this-page.md
index dc12dff..614dfc5 100644
--- a/content/blog/en/why-this-page.md
+++ b/content/blog/en/why-this-page.md
@@ -1,5 +1,5 @@
---
-title: 'Why I created this page'
+title: 'First post'
description: 'First post'
date: '2025-12-02'
author: 'Rares'
diff --git a/content/blog/ro/why-this-page.md b/content/blog/ro/why-this-page.md
index c040ebd..454216b 100644
--- a/content/blog/ro/why-this-page.md
+++ b/content/blog/ro/why-this-page.md
@@ -1,6 +1,6 @@
---
-title: 'Why I created this page'
-description: 'First post'
+title: 'Primul post'
+description: 'Primul post'
date: '2025-12-02'
author: 'Rares'
category: 'Opinion'
diff --git a/messages/en.json b/messages/en.json
index af3d382..d354bb9 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -18,6 +18,21 @@
"about": "About"
},
+ "Home": {
+ "terminalVersion": "TERMINAL:// V2.0",
+ "documentLevel": "DOCUMENT LEVEL-1 //",
+ "heroTitle": "BUILD. WRITE. SHARE.",
+ "heroSubtitle": "> Explore ideas",
+ "checkPostsButton": "[CHECK POSTS]",
+ "aboutMeButton": "[ABOUT ME]",
+ "recentEntriesLabel": "ARCHIVE ACCESS // RECENT ENTRIES",
+ "recentEntriesTitle": "> RECENT ENTRIES",
+ "fileLabel": "FILE#{number} // {category}",
+ "accessButton": "[ACCESS] >>",
+ "seePostsButton": "[SEE POSTS] >>",
+ "seeAllTagsButton": "[SEE ALL TAGS] >>"
+ },
+
"BlogListing": {
"title": "Blog",
"subtitle": "Latest articles and thoughts",
@@ -29,7 +44,9 @@
"filterByTag": "Filter by tag",
"clearFilters": "Clear filters",
"foundPosts": "Found {count} posts",
- "noPosts": "No posts found"
+ "noPosts": "No posts found",
+ "prev": "< PREV",
+ "next": "NEXT >"
},
"BlogPost": {
@@ -53,7 +70,54 @@
"About": {
"title": "About",
- "subtitle": "Learn more about me"
+ "subtitle": "Learn more about me",
+ "classificationHeader": ">> _DOC://PUBLIC_ACCESS",
+ "mainTitle": "ABOUT ME_",
+ "introLabel": "STATUS: ACTIVE // ROLE: DAD + DEV + LIFE ENTHUSIAST",
+ "introParagraph1": "Welcome to my corner of the internet! This is where I share my thoughts, opinions, and experiences - from tech adventures to life as a family man. Yes, I love technology, but there's so much more to life than just code and servers.",
+ "lifeValuesTitle": "> LIFE & VALUES",
+ "familyFirstTitle": "[FAMILY FIRST]",
+ "familyFirstText": "Being a dad to an amazing toddler is my most important role. Family time is sacred - whether it's building block towers, exploring parks, or just enjoying the chaos of everyday life together. Tech can wait; these moments can't.",
+ "activeLifestyleTitle": "[ACTIVE LIFESTYLE]",
+ "activeLifestyleText": "I believe in keeping the body active. Whether it's hitting the gym, playing sports, or just staying on the move - physical activity keeps me sharp, balanced, and ready for whatever life throws my way.",
+ "simpleThingsTitle": "[ENJOYING THE SIMPLE THINGS]",
+ "simpleThingsText": "Life's too short not to enjoy it. A good drink, a relaxing evening after a long day, or just not doing anything a blowing some steam off.",
+ "techPurposeTitle": "[TECH WITH PURPOSE]",
+ "techPurposeText": "Yes, I love tech - self-hosting, privacy, tinkering with hardware. But it's a tool, not a lifestyle. Tech should serve life, not the other way around.",
+ "contentTitle": "> WHAT YOU'LL FIND HERE",
+ "contentSubtitle": "CONTENT SCOPE // EVERYTHING FROM TECH TO LIFE",
+ "contentThoughts": "Thoughts & Opinions",
+ "contentThoughtsDesc": "My take on life, work, and everything in between",
+ "contentLifeFamily": "Life & Family",
+ "contentLifeFamilyDesc": "Adventures in parenting, sports, and enjoying the simple things",
+ "contentTechResearch": "Tech Research",
+ "contentTechResearchDesc": "When I dive into interesting technologies and experiments",
+ "contentSysAdmin": "System Administration",
+ "contentSysAdminDesc": "Self-hosting, infrastructure, and DevOps adventures",
+ "contentDevelopment": "Development Insights",
+ "contentDevelopmentDesc": "Lessons learned from building software",
+ "contentRandom": "Random Stuff",
+ "contentRandomDesc": "Because life doesn't fit into neat categories!",
+ "focusTitle": "> AREAS OF FOCUS",
+ "focusBeingDadTitle": "[BEING A DAD]",
+ "focusBeingDadText": "Playing with my boy, teaching moments, watching him grow, building memories together",
+ "focusStayingActiveTitle": "[STAYING ACTIVE]",
+ "focusStayingActiveText": "Gym sessions, sports, keeping fit, maintaining energy for life's demands",
+ "focusTechnologyTitle": "[TECHNOLOGY & SYSTEMS]",
+ "focusTechnologyText": "Software development, infrastructure, DevOps, self-hosting adventures",
+ "focusLifeBalanceTitle": "[LIFE BALANCE]",
+ "focusLifeBalanceText": "Relaxing with good company, enjoying downtime, appreciating the simple moments",
+ "techStackTitle": "> TECH STACK",
+ "techStackSubtitle": "TOOLS I USE // WHEN NEEDED",
+ "techStackDevelopmentTitle": "[DEVELOPMENT]",
+ "techStackDevelopmentText": ".NET, Golang, TypeScript, Next.js, React",
+ "techStackInfrastructureTitle": "[INFRASTRUCTURE]",
+ "techStackInfrastructureText": "Windows Server, Linux, Docker, Hyper-V",
+ "techStackDesignTitle": "[DESIGN]",
+ "techStackDesignText": "Tailwind CSS, Markdown, Terminal aesthetics",
+ "techStackSelfHostingTitle": "[SELF-HOSTING]",
+ "techStackSelfHostingText": "Home lab, privacy-focused services, full control, Git server",
+ "contactTitle": "> CONTACT"
},
"NotFound": {
diff --git a/messages/ro.json b/messages/ro.json
index d0077f2..0536108 100644
--- a/messages/ro.json
+++ b/messages/ro.json
@@ -18,6 +18,21 @@
"about": "Despre"
},
+ "Home": {
+ "terminalVersion": "TERMINAL:// V2.0",
+ "documentLevel": "DOCUMENT LEVEL-1 //",
+ "heroTitle": "BUILD. WRITE. SHARE.",
+ "heroSubtitle": "> Explore ideas",
+ "checkPostsButton": "[CHECK POSTS]",
+ "aboutMeButton": "[ABOUT ME]",
+ "recentEntriesLabel": "ARCHIVE ACCESS // RECENT ENTRIES",
+ "recentEntriesTitle": "> RECENT ENTRIES",
+ "fileLabel": "FILE#{number} // {category}",
+ "accessButton": "[ACCESS] >>",
+ "seePostsButton": "[SEE POSTS] >>",
+ "seeAllTagsButton": "[SEE ALL TAGS] >>"
+ },
+
"BlogListing": {
"title": "Blog",
"subtitle": "Ultimele articole și gânduri",
@@ -29,7 +44,9 @@
"filterByTag": "Filtrează după etichetă",
"clearFilters": "Șterge filtrele",
"foundPosts": "{count} articole găsite",
- "noPosts": "Niciun articol găsit"
+ "noPosts": "Niciun articol găsit",
+ "prev": "< PREV",
+ "next": "NEXT >"
},
"BlogPost": {
@@ -53,7 +70,54 @@
"About": {
"title": "Despre",
- "subtitle": "Află mai multe despre mine"
+ "subtitle": "Află mai multe despre mine",
+ "classificationHeader": ">> _DOC://PUBLIC_ACCESS",
+ "mainTitle": "ABOUT ME_",
+ "introLabel": "STATUS: ACTIVE // ROLE: DAD + DEV + LIFE ENTHUSIAST",
+ "introParagraph1": "Welcome to my corner of the internet! This is where I share my thoughts, opinions, and experiences - from tech adventures to life as a family man. Yes, I love technology, but there's so much more to life than just code and servers.",
+ "lifeValuesTitle": "> LIFE & VALUES",
+ "familyFirstTitle": "[FAMILY FIRST]",
+ "familyFirstText": "Being a dad to an amazing toddler is my most important role. Family time is sacred - whether it's building block towers, exploring parks, or just enjoying the chaos of everyday life together. Tech can wait; these moments can't.",
+ "activeLifestyleTitle": "[ACTIVE LIFESTYLE]",
+ "activeLifestyleText": "I believe in keeping the body active. Whether it's hitting the gym, playing sports, or just staying on the move - physical activity keeps me sharp, balanced, and ready for whatever life throws my way.",
+ "simpleThingsTitle": "[ENJOYING THE SIMPLE THINGS]",
+ "simpleThingsText": "Life's too short not to enjoy it. A good drink, a relaxing evening after a long day, or just not doing anything a blowing some steam off.",
+ "techPurposeTitle": "[TECH WITH PURPOSE]",
+ "techPurposeText": "Yes, I love tech - self-hosting, privacy, tinkering with hardware. But it's a tool, not a lifestyle. Tech should serve life, not the other way around.",
+ "contentTitle": "> WHAT YOU'LL FIND HERE",
+ "contentSubtitle": "CONTENT SCOPE // EVERYTHING FROM TECH TO LIFE",
+ "contentThoughts": "Thoughts & Opinions",
+ "contentThoughtsDesc": "My take on life, work, and everything in between",
+ "contentLifeFamily": "Life & Family",
+ "contentLifeFamilyDesc": "Adventures in parenting, sports, and enjoying the simple things",
+ "contentTechResearch": "Tech Research",
+ "contentTechResearchDesc": "When I dive into interesting technologies and experiments",
+ "contentSysAdmin": "System Administration",
+ "contentSysAdminDesc": "Self-hosting, infrastructure, and DevOps adventures",
+ "contentDevelopment": "Development Insights",
+ "contentDevelopmentDesc": "Lessons learned from building software",
+ "contentRandom": "Random Stuff",
+ "contentRandomDesc": "Because life doesn't fit into neat categories!",
+ "focusTitle": "> AREAS OF FOCUS",
+ "focusBeingDadTitle": "[BEING A DAD]",
+ "focusBeingDadText": "Playing with my boy, teaching moments, watching him grow, building memories together",
+ "focusStayingActiveTitle": "[STAYING ACTIVE]",
+ "focusStayingActiveText": "Gym sessions, sports, keeping fit, maintaining energy for life's demands",
+ "focusTechnologyTitle": "[TECHNOLOGY & SYSTEMS]",
+ "focusTechnologyText": "Software development, infrastructure, DevOps, self-hosting adventures",
+ "focusLifeBalanceTitle": "[LIFE BALANCE]",
+ "focusLifeBalanceText": "Relaxing with good company, enjoying downtime, appreciating the simple moments",
+ "techStackTitle": "> TECH STACK",
+ "techStackSubtitle": "TOOLS I USE // WHEN NEEDED",
+ "techStackDevelopmentTitle": "[DEVELOPMENT]",
+ "techStackDevelopmentText": ".NET, Golang, TypeScript, Next.js, React",
+ "techStackInfrastructureTitle": "[INFRASTRUCTURE]",
+ "techStackInfrastructureText": "Windows Server, Linux, Docker, Hyper-V",
+ "techStackDesignTitle": "[DESIGN]",
+ "techStackDesignText": "Tailwind CSS, Markdown, Terminal aesthetics",
+ "techStackSelfHostingTitle": "[SELF-HOSTING]",
+ "techStackSelfHostingText": "Home lab, privacy-focused services, full control, Git server",
+ "contactTitle": "> CONTACT"
},
"NotFound": {