Compare commits
4 Commits
90da8036d4
...
renovate/h
Author | SHA1 | Date | |
---|---|---|---|
bffc424da5 | |||
78bd487cfe | |||
f342bf94ad | |||
367670897b |
@ -7,11 +7,11 @@ WORKDIR /opt/blog
|
|||||||
COPY . /opt/blog/
|
COPY . /opt/blog/
|
||||||
|
|
||||||
RUN git submodule update --init --recursive && \
|
RUN git submodule update --init --recursive && \
|
||||||
git -C themes/blowfish/ checkout v2.84.0
|
git -C themes/blowfish/ checkout v2.87.0
|
||||||
RUN hugo
|
RUN hugo
|
||||||
|
|
||||||
# Publish Stage
|
# Publish Stage
|
||||||
FROM nginx:1.28-alpine
|
FROM nginx:1.29-alpine
|
||||||
|
|
||||||
WORKDIR /usr/share/nginx/html
|
WORKDIR /usr/share/nginx/html
|
||||||
COPY --from=build /opt/blog/public /usr/share/nginx/html/
|
COPY --from=build /opt/blog/public /usr/share/nginx/html/
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "d3vyce Blog's"
|
title: "d3vyce Blog's"
|
||||||
description: "This page was built using the Blowfish theme for Hugo."
|
description: "This page was built using the Blowfish theme for Hugo."
|
||||||
layout: "simple"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< list title="Latest Projects" cardView=true limit=3 where="Type" value="projects" >}}
|
{{< list title="Latest Projects" cardView=true limit=3 where="Type" value="projects" >}}
|
||||||
|
Submodule themes/blowfish updated: 984320d0ef...2f12b8d0d9
Reference in New Issue
Block a user