We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7d211 commit 0d6ec90Copy full SHA for 0d6ec90
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.11 as builder
2
3
-ENV HUGO_VERSION 0.68.3
+ENV HUGO_VERSION 0.119.0
4
ENV HUGO_BINARY hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz
5
6
# Install Hugo and other deps
layouts/shortcodes/projects.html
@@ -45,7 +45,7 @@ <h1>Dev projects</h1>
45
{{ range sort .Page.Site.Data.projects ".updated_at" "desc" }}
46
{{ $parts := split .github_uri "/" }}
47
{{ $username := index $parts 0 }}
48
- {{ if and (ne $username "zerodha") (ne $username "zerodhatech") (ne $username "@warp-tech") }}
+ {{ if and (ne $username "zerodha") (ne $username "zerodhatech") (ne $username "warp-tech") }}
49
{{ $users.Set $username true }}
50
{{ end }}
51
0 commit comments