Restore Maore Mobile website from Wayback Machine archive
- 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>
This commit is contained in:
14
hugo.toml
14
hugo.toml
@@ -1,5 +1,5 @@
|
||||
baseURL = 'https://maoremobile.yt/'
|
||||
title = 'Maore Mobile'
|
||||
title = 'Maore Mobile - Opérateur mobile à Mayotte'
|
||||
|
||||
defaultContentLanguage = 'fr'
|
||||
defaultContentLanguageInSubdir = true
|
||||
@@ -9,14 +9,18 @@ defaultContentLanguageInSubdir = true
|
||||
languageCode = 'fr'
|
||||
languageName = 'Français'
|
||||
weight = 1
|
||||
title = 'Maore Mobile'
|
||||
title = 'Maore Mobile - Opérateur mobile à Mayotte'
|
||||
|
||||
[languages.en]
|
||||
languageCode = 'en'
|
||||
languageName = 'English'
|
||||
weight = 2
|
||||
title = 'Maore Mobile'
|
||||
title = 'Maore Mobile - Mobile Operator in Mayotte'
|
||||
|
||||
[params]
|
||||
description = "Services mobiles à Mayotte"
|
||||
author = "Maore Mobile"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user