diff --git a/Dockerfile b/Dockerfile index 3a76a20..df27e48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage -FROM hugomods/hugo:0.145.0 AS build +FROM hugomods/hugo:0.147.8 AS build ARG BLOWFISH_VERSION @@ -7,7 +7,7 @@ WORKDIR /opt/blog COPY . /opt/blog/ RUN git submodule update --init --recursive && \ - git -C themes/blowfish/ checkout v2.84.0 + git -C themes/blowfish/ checkout v2.87.0 RUN hugo # Publish Stage diff --git a/content/_index.md b/content/_index.md index f5b841b..69a4050 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,6 @@ --- title: "d3vyce Blog's" 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" >}} diff --git a/themes/blowfish b/themes/blowfish index 984320d..2f12b8d 160000 --- a/themes/blowfish +++ b/themes/blowfish @@ -1 +1 @@ -Subproject commit 984320d0ef70f22d34f552c501600c434937f1d2 +Subproject commit 2f12b8d0d9ee90a4fa5481a92c2032ba97f1f358