Initialize Hugo website with custom infinite-scroll theme
- Set up complete Hugo project structure with bilingual support (EN/DE) - Create custom pyx-theme with modern, clean design - Implement infinite scrolling single-page layout with sections - Style with white background, black text, and blue accent color - Add responsive navigation with smooth anchor scrolling - Move logo assets to static/images directory - Configure i18n translations for English and German (Swiss spelling) - Add company data structure in data/company.yaml - Create archetypes for consistent content frontmatter - Update CLAUDE.md with comprehensive project documentation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
50
i18n/de.toml
Normal file
50
i18n/de.toml
Normal file
@@ -0,0 +1,50 @@
|
||||
[home]
|
||||
other = "Home"
|
||||
|
||||
[about]
|
||||
other = "Über uns"
|
||||
|
||||
[services]
|
||||
other = "Dienstleistungen"
|
||||
|
||||
[projects]
|
||||
other = "Projekte"
|
||||
|
||||
[phone]
|
||||
other = "Telefon"
|
||||
|
||||
[email]
|
||||
other = "E-Mail"
|
||||
|
||||
[impressum]
|
||||
other = "Impressum"
|
||||
|
||||
[privacy]
|
||||
other = "Datenschutz"
|
||||
|
||||
[allRightsReserved]
|
||||
other = "Alle Rechte vorbehalten"
|
||||
|
||||
[readMore]
|
||||
other = "Mehr erfahren"
|
||||
|
||||
[exploreServices]
|
||||
other = "Unsere Dienstleistungen"
|
||||
|
||||
[aboutDescription]
|
||||
other = "Pyx Engineering AG ist ein Schweizer IT-Beratungsunternehmen, spezialisiert auf moderne Dateninfrastruktur und Machine Learning Operations. Wir liefern hochwertige Lösungen mit Schweizer Präzision und Zuverlässigkeit."
|
||||
|
||||
[mlOpsDescription]
|
||||
other = "End-to-End Machine Learning Operations, von der Modellentwicklung bis zur Produktionsbereitstellung und Überwachung."
|
||||
|
||||
[kafkaDescription]
|
||||
other = "Apache Kafka Expertise für den Aufbau robuster, skalierbarer Echtzeit-Datenstreaming-Plattformen."
|
||||
|
||||
[elasticsearchDescription]
|
||||
other = "Such- und Analyselösungen auf Basis von Elasticsearch für Ihre datengetriebenen Anwendungen."
|
||||
|
||||
[projectsComingSoon]
|
||||
other = "Projekte folgen in Kürze"
|
||||
|
||||
[projectsComingSoonDescription]
|
||||
other = "Wir arbeiten derzeit daran, unsere erfolgreichen Kundenprojekte zu präsentieren. Schauen Sie bald wieder vorbei!"
|
||||
50
i18n/en.toml
Normal file
50
i18n/en.toml
Normal file
@@ -0,0 +1,50 @@
|
||||
[home]
|
||||
other = "Home"
|
||||
|
||||
[about]
|
||||
other = "About"
|
||||
|
||||
[services]
|
||||
other = "Services"
|
||||
|
||||
[projects]
|
||||
other = "Projects"
|
||||
|
||||
[phone]
|
||||
other = "Phone"
|
||||
|
||||
[email]
|
||||
other = "Email"
|
||||
|
||||
[impressum]
|
||||
other = "Imprint"
|
||||
|
||||
[privacy]
|
||||
other = "Privacy Policy"
|
||||
|
||||
[allRightsReserved]
|
||||
other = "All rights reserved"
|
||||
|
||||
[readMore]
|
||||
other = "Read more"
|
||||
|
||||
[exploreServices]
|
||||
other = "Explore Our Services"
|
||||
|
||||
[aboutDescription]
|
||||
other = "Pyx Engineering AG is a Swiss IT consulting company specializing in modern data infrastructure and machine learning operations. We deliver high-quality solutions with Swiss precision and reliability."
|
||||
|
||||
[mlOpsDescription]
|
||||
other = "End-to-end machine learning operations, from model development to production deployment and monitoring."
|
||||
|
||||
[kafkaDescription]
|
||||
other = "Apache Kafka expertise for building robust, scalable real-time data streaming platforms."
|
||||
|
||||
[elasticsearchDescription]
|
||||
other = "Search and analytics solutions powered by Elasticsearch for your data-driven applications."
|
||||
|
||||
[projectsComingSoon]
|
||||
other = "Projects Coming Soon"
|
||||
|
||||
[projectsComingSoonDescription]
|
||||
other = "We're currently working on showcasing our successful client projects. Check back soon!"
|
||||
Reference in New Issue
Block a user