Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 08532dc

Browse files
committed
Changed about image
1 parent 6c3bb8d commit 08532dc

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian AS build
22

33
# Hugo version
4-
ARG VERSION=0.135.0
4+
ARG VERSION=0.142.0
55
ADD https://github.com/gohugoio/hugo/releases/download/v${VERSION}/hugo_extended_${VERSION}_Linux-64bit.tar.gz /hugo_extended.tar.gz
66
RUN tar -zxvf hugo_extended.tar.gz
77
RUN /hugo version

content/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2021-01-13T00:49:25+01:00
77
draft: false
88
---
99
<img class="center"
10-
src="/assets/lukas-rotermund.webp"
10+
src="/assets/a5f00c1f-7f64-4faa-a62d-8028c14a3909.webp"
1111
alt="That's me, Lukas">
1212

1313
My name is Lukas Rotermund, and I am a backend software developer working
70.1 KB
Loading

content/graphic-and-image-sources/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,12 @@ command="Resize"
115115
options="150x"
116116
lazy="true" >}}
117117

118+
{{< _figureCupper
119+
img="a5f00c1f-7f64-4faa-a62d-8028c14a3909.webp"
120+
caption="a5f00c1f-7f64-4faa-a62d-8028c14a3909.webp – Photo by [Rafael Michel](https://rafaelmichel.de)."
121+
alt="Photo by Rafael Michel: https://rafaelmichel.de."
122+
command="Resize"
123+
options="x100"
124+
lazy="true" >}}
125+
118126
</div>
70.1 KB
Loading

0 commit comments

Comments
 (0)