hugo_website/README.md
sthope 19825d15c8
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2021-09-06 17:06:36 +02:00

11 lines
360 B
Markdown

# hugo_website
[![Build Status](https://drone.sthope.dev/api/badges/sthope/hugo_website/status.svg)](https://drone.sthope.dev/sthope/hugo_website)
```
clear; curl -s "https://api.github.com/repos/gohugoio/hugo/releases/latest" | awk -F '"' '/tag_name/{print $4}'
```
```
docker build --build-arg HUGO_VERSION=0.88.1 --rm -f "Dockerfile" -t hugo:latest .
```