Compare commits

..

1 Commits

Author SHA1 Message Date
legion 8a2ac5eb34 Add animated logo
continuous-integration/drone/push Build is passing Details
2020-12-01 23:07:04 +01:00
4 changed files with 7 additions and 10 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.12
RUN apk add --no-cache hugo git
RUN apk add --no-cache hugo
WORKDIR /var/www/html
VOLUME /var/www/html

View File

@ -4,7 +4,12 @@ menu:
main:
weight: 1
---
{{<video mp4=`/franconia_animated.mp4` webm=`/franconia_animated.webm` alt=`A router labelled "franconian.net" with a "window" to the world of rC3 and the hackspaces backspace, Hackzogtum, and Nerd2Nerd connected to it.`>}}
{{
<video loop muted title=`A router labelled "franconian.net" with a "window" to the world of rC3 and the hackspaces backspace, Hackzogtum, and Nerd2Nerd connected to it.`>
<source src="/franconia_animated.mp4" type=video/mp4>
</video>
}}
## cat content/*

View File

@ -1 +0,0 @@
{{.Inner}}

View File

@ -1,7 +0,0 @@
<figure>
<video muted autoplay loop>
<source src="{{ .Get "mp4" }}" type="video/mp4">
<source src="{{ .Get "webm" }}" type="video/webm">
</video>
<figcaption>{{ .Get "alt" }}</figcaption>
</figure>