Commit Graph

10 Commits

Author SHA1 Message Date
kbe
c7fafad8d4 Move header into a separate file 2025-08-19 08:43:59 +02:00
kbe
69552e1fc5 Improve single display post 2025-08-18 18:26:47 +02:00
kbe
67d08d9865 fix: pagination in list.html 2025-08-18 18:16:18 +02:00
kbe
0089c93afa Fix URL usage 2025-08-18 17:57:53 +02:00
kbe
fced4930c1 refactor: update content structure and layout templates
- Updated author format in content files
- Added section field to content files
- Simplified categories format
- Removed no-category.html layout
- Updated list.html and single.html layouts
- Updated index.html layout
- Updated generate-content.js script
- Do not index content with git
2025-08-18 17:41:53 +02:00
kbe
2135420573 fix: Pagination reduced links 2025-08-18 17:17:33 +02:00
kbe
c5c947c5d7 Add a pagination partial 2025-08-18 17:15:47 +02:00
kbe
710e63afda chore: update permalink configuration and content organization
Modified hugo.toml to use section in post front-matter for permalinks

Updated layouts/_default/single.html to handle posts without categories

Modified scripts/generate-content.js to organize content by category

Deleted content/_index.md and added new category directories
2025-08-18 16:39:27 +02:00
kbe
34084f1481 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
2025-08-18 15:45:20 +02:00
kbe
316e12b98a first commit 2025-08-18 15:31:30 +02:00