Commit graph

9 commits

Author SHA1 Message Date
d6996e2fe9 refactor: update README for improved clarity and organization 2026-05-21 00:34:26 +02:00
0dd01ca947 Refactor code structure for improved readability and maintainability 2026-05-20 14:20:02 +02:00
37f3e1ecea feat: enhance SEO and add multilingual support with new meta tags and sitemap 2026-05-20 13:31:45 +02:00
0708e33448 fix: update Dockerfile to use correct Hugo base image and adjust build process 2026-05-17 17:33:20 +02:00
af44031f05 fix: update build output path in Dockerfile to use /out directory 2026-05-17 17:25:36 +02:00
3bc7617ead fix: update Hugo base image to use onbuild variant 2026-05-17 17:23:16 +02:00
dd9f79aadf fix: update Hugo base image and fix build output path 2026-05-17 17:22:20 +02:00
d2a9f905f1 fix: update Hugo base image to use onbuild variant 2026-05-17 17:20:18 +02:00
3dbacc94d3 feat: add new project and single page layouts
- Created a new layout for projects with sections for hero, projects, roadmap, selection criteria, and a call to action.
- Added a single page layout for individual project details, including a hero section and content area.
- Introduced a brand highlight partial to emphasize "TheAfriForge" in text.
- Implemented an icon partial for reusable SVG icons across the site.
- Developed a site header and footer with navigation and legal links, adapting for language variations.
- Enhanced the index layout with sections for hero, stats, pillars, projects, and members.
- Added a development script to load environment variables and run Hugo with optional arguments.
2026-05-17 17:11:54 +02:00