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
|
Reference in New Issue
Block a user