Initial commit: Hugo site with PaperMod theme
This commit is contained in:
15
content/docs/123.md
Normal file
15
content/docs/123.md
Normal 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
8
content/docs/_index.md
Normal 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
15
content/docs/example.md
Normal 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
1
content/posts/aaa.md
Normal file
@ -0,0 +1 @@
|
||||
ddd
|
9
content/posts/first-post.md
Normal file
9
content/posts/first-post.md
Normal 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.
|
Reference in New Issue
Block a user