Compare commits
1 Commits
e608ad1868
...
8a2ac5eb34
Author | SHA1 | Date |
---|---|---|
legion | 8a2ac5eb34 |
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:3.12
|
FROM alpine:3.12
|
||||||
|
|
||||||
RUN apk add --no-cache hugo git
|
RUN apk add --no-cache hugo
|
||||||
|
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
|
@ -4,7 +4,12 @@ menu:
|
||||||
main:
|
main:
|
||||||
weight: 1
|
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/*
|
## cat content/*
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{{.Inner}}
|
|
|
@ -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>
|
|
Loading…
Reference in New Issue