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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -3,6 +3,7 @@ languageCode = "en-us"
|
||||
defaultContentLanguage = "en"
|
||||
title = "wazero"
|
||||
theme = "hello-friend"
|
||||
googleAnalytics = "G-LG7LD9G4ZB"
|
||||
|
||||
[params]
|
||||
defaultTheme = "light"
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user