12 lines
153 B
Markdown
12 lines
153 B
Markdown
# Example site for hugo-theme-gallery
|
|
|
|
## Installation
|
|
|
|
```
|
|
# Install Hugo module
|
|
hugo mod get
|
|
|
|
# Pull example images from Unsplash
|
|
./pull-images.sh
|
|
```
|