chore(docs): rename exampleSite to docs and create examples (#813)

* chore(docs): rename `exampleSite` to `docs` and create `examples`

* chore(build): update build script to support new version format and source directories; add v0.10 to documentation menu
This commit is contained in:
Xin
2025-09-06 12:06:26 +01:00
committed by GitHub
parent f8eae96c11
commit 83f3b5052e
156 changed files with 62 additions and 43 deletions

13
examples/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Examples
This folder will host boilerplate example sites demonstrating Hextra for different use-cases.
Planned examples:
- docs/ (minimal docs boilerplate)
- blog/ (blog-centric setup)
- portfolio/ (personal site/portfolio)
Each example will include:
- A ready-to-run Hugo site
- Recommended config and params
- Customizations and best practices