- Add original CSS styling (maore.css) with complete branding and responsive design - Restore all original SVG icons and images from website dump - Replace Google Fonts with locally hosted Varela Round font family - Download clean JavaScript files (jQuery, Bootstrap, maore.js, utils.js) - Implement Hugo multilingual setup with French/English support - Create responsive homepage template matching original design - Add comprehensive translation files for both languages - Configure local asset paths to eliminate external dependencies - Set up proper navigation structure with all original menu items 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
720 B
TOML
27 lines
720 B
TOML
baseURL = 'https://maoremobile.yt/'
|
|
title = 'Maore Mobile - Opérateur mobile à Mayotte'
|
|
|
|
defaultContentLanguage = 'fr'
|
|
defaultContentLanguageInSubdir = true
|
|
|
|
[languages]
|
|
[languages.fr]
|
|
languageCode = 'fr'
|
|
languageName = 'Français'
|
|
weight = 1
|
|
title = 'Maore Mobile - Opérateur mobile à Mayotte'
|
|
|
|
[languages.en]
|
|
languageCode = 'en'
|
|
languageName = 'English'
|
|
weight = 2
|
|
title = 'Maore Mobile - Mobile Operator in Mayotte'
|
|
|
|
[params]
|
|
description = "Opérateur mobile à Mayotte - Transfert de crédit, recharge, 4G"
|
|
author = "Maore Mobile SAS"
|
|
company = "Maore Mobile SAS"
|
|
rcs = "751 314 717 RCS MAMOUDZOU"
|
|
phone = "+262 (0) 6 39 900 900"
|
|
customerService = "06 39 900 900"
|