Initial commit

This commit is contained in:
2025-07-31 00:25:18 +02:00
commit fc15ebbde0
19 changed files with 315 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Example site for hugo-theme-gallery
## Installation
```
# Install Hugo module
hugo mod get
# Pull example images from Unsplash
./pull-images.sh
```