site: fixes header and footer (#573)

* site: fixes header and footer

Signed-off-by: Adrian Cole <adrian@tetrate.io>

* bump hugo

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2022-05-17 17:10:14 -06:00
committed by GitHub
parent e493ebe98e
commit 87929a7301
4 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
goimports := golang.org/x/tools/cmd/goimports@v0.1.10
golangci_lint := github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.0
# sync this with netlify.toml!
hugo := github.com/gohugoio/hugo@v0.98.0
hugo := github.com/gohugoio/hugo@v0.99.0
ensureCompilerFastest := -ldflags '-X github.com/tetratelabs/wazero/internal/integration_test/vs.ensureCompilerFastest=true'
.PHONY: bench

View File

@@ -3,7 +3,7 @@
publish = "public"
[build.environment]
HUGO_VERSION = "0.98.0"
HUGO_VERSION = "0.99.0"
[context.production]
command = "git submodule update --init && hugo --gc --minify"

View File

@@ -3,6 +3,7 @@ languageCode = "en-us"
defaultContentLanguage = "en"
title = "wazero"
theme = "hello-friend"
googleAnalytics = "G-LG7LD9G4ZB"
[params]
defaultTheme = "light"

View File

@@ -1,6 +1,6 @@
<!-- For Safari, 180 optimizes for iPhone Retina display -->
<link rel="apple-touch-icon" sizes="180x180" href="/icons/icon@180w.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/icon@32w.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/icon@16w.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/icon@180w.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icon@32w.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icon@16w.png">
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/manifest.webmanifest">