Initial commit: Hugo site with PaperMod theme

This commit is contained in:
2025-05-13 21:59:36 +02:00
commit 15a6807518
44 changed files with 3544 additions and 0 deletions

15
content/docs/123.md Normal file
View File

@ -0,0 +1,15 @@
---
title: "Example Page"
weight: 1
---
# Example Documentation
This is an example page using the Book theme.
## Features
- Clean documentation layout
- Sidebar navigation
- Search functionality
- Mobile friendly designdddd

8
content/docs/_index.md Normal file
View File

@ -0,0 +1,8 @@
---
title: "Documentation"
weight: 1
---
# Documentation
Welcome to the documentation section. This demonstrates the Book theme's documentation capabilities.

15
content/docs/example.md Normal file
View File

@ -0,0 +1,15 @@
---
title: "Example Page"
weight: 1
---
# Example Documentation
This is an example page using the Book theme.
## Features
- Clean documentation layout
- Sidebar navigation
- Search functionality
- Mobile friendly design

1
content/posts/aaa.md Normal file
View File

@ -0,0 +1 @@
ddd

View File

@ -0,0 +1,9 @@
---
title: "My First Post"
date: 2025-05-13
draft: false
---
# Hello World!
This is my first blog post using the Book theme.