Erstelle eine neue Homepage für Trailmarks.io mit Jekyll und Tailwind CSS#2
Conversation
Co-authored-by: m4cx <363497+m4cx@users.noreply.github.com>
Co-authored-by: m4cx <363497+m4cx@users.noreply.github.com>
There was a problem hiding this comment.
Contents should ideally be maintained in markdown-Files
There was a problem hiding this comment.
Converted the English homepage from HTML to markdown format for better content maintainability. The file is now en/index.md instead of en/index.html, making it much easier to edit content while preserving all the Tailwind CSS styling and visual design. (2757cf0)
There was a problem hiding this comment.
Contents should be maintained in markdown-Files
There was a problem hiding this comment.
Converted the German homepage from HTML to markdown format for better content maintainability. The file is now index.md instead of index.html, making it much easier to edit content while preserving all the Tailwind CSS styling and visual design. (2757cf0)
This PR implements a complete modern homepage for Trailmarks.io that tells the story of "Wandersteine" (hiking stones) and presents the vision for digital trail marking.
🏗️ Technical Implementation
Built a full Jekyll static site with:
🎨 Design & Content
Created a modern, bright design featuring:
🌐 Multi-Language Support
Complete German and English versions:
/,/about/,/contact//en/,/en/about/,/en/contact/🚀 Deployment Strategy
Configured multi-environment deployment:
mainbranch → root GitHub Pagesdevelopbranch →/devsubdirectory📖 Content Strategy
The homepage effectively communicates:
📝 Content Maintainability
Content is now maintained in markdown files (
index.md,en/index.md) instead of HTML files for better maintainability while preserving all Tailwind CSS styling and visual design. This makes editing content much easier while keeping the complex layouts intact.The site successfully presents Trailmarks.io as the future of hiking navigation while respecting the timeless wisdom of traditional trail stones.
Fixes #1.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.