feat: implement Hugo site structure and configuration

- Add base template (baseof.html) for consistent layout
- Create home page (index.html) and content (_index.md)
- Update Hugo configuration (hugo.toml) for local development
- Improve list template with proper block definition
- Update .gitignore to exclude WordPress content
- Add .gitkeep to maintain posts directory structure
- Update package.json and dependencies
- Refactor fetch-wordpress.js to use dynamic import
- Update yarn.lock with latest dependencies
This commit is contained in:
kbe
2025-08-18 15:45:20 +02:00
parent 316e12b98a
commit 34084f1481
10 changed files with 128 additions and 6 deletions

11
content/_index.md Normal file
View File

@@ -0,0 +1,11 @@
---
title: "Mistergeek - Blog High Tech"
date: 2025-08-18T13:41:00Z
draft: false
---
Bienvenue sur le blog Mistergeek, votre source d'informations sur la high-tech, l'informatique et les nouvelles technologies.
## Articles récents
Découvrez nos derniers articles sur les sujets high-tech du moment.