update readme file
This commit is contained in:
parent
a9c3dc90d3
commit
23d086d430
@ -3,7 +3,7 @@ publish = "public"
|
||||
command = "yarn build"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.112.3"
|
||||
HUGO_VERSION = "0.112.5"
|
||||
GO_VERSION = "1.19.4"
|
||||
HUGO_BASEURL = "/"
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# default versions
|
||||
if [ -z $GO_VERSION ]; then GO_VERSION='1.19.3'; fi
|
||||
if [ -z $HUGO_VERSION ]; then HUGO_VERSION='0.112.3'; fi
|
||||
if [ -z $HUGO_VERSION ]; then HUGO_VERSION='0.112.5'; fi
|
||||
|
||||
# install Go
|
||||
curl -sSOL https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz
|
||||
|
@ -3,7 +3,7 @@ publish = "exampleSite/public"
|
||||
command = "yarn build"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.112.3"
|
||||
HUGO_VERSION = "0.112.5"
|
||||
GO_VERSION = "1.19.4"
|
||||
HUGO_THEME = "repo"
|
||||
HUGO_BASEURL = "/"
|
||||
|
@ -5,12 +5,12 @@
|
||||
|
||||
<p align=center> Made with ♥ by <a href="https://zeon.studio/">Zeon Studio</a></p>
|
||||
|
||||
<h2 align="center"> <a target="_blank" href="https://hugoplate.netlify.app/" rel="nofollow">👀 Demo</a> | <a target="_blank" href="">Page Speed (95+)🚀</a>
|
||||
<h2 align="center"> <a target="_blank" href="https://hugoplate.netlify.app/" rel="nofollow">👀 Demo</a> | <a target="_blank" href="https://pagespeed.web.dev/analysis/https-hugoplate-netlify-app/u7b5ztmzc6?form_factor=desktop">Page Speed (95+)🚀</a>
|
||||
</h2>
|
||||
|
||||
<p align=center>
|
||||
<a href="https://github.com/gohugoio/hugo/releases/tag/v0.112.3" alt="Contributors">
|
||||
<img src="https://img.shields.io/static/v1?label=min-HUGO-version&message=0.112.3&color=f00&logo=hugo" />
|
||||
<a href="https://github.com/gohugoio/hugo/releases/tag/v0.112.5" alt="Contributors">
|
||||
<img src="https://img.shields.io/static/v1?label=min-HUGO-version&message=0.112.5&color=f00&logo=hugo" />
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/zeon-studio/hugoplate/blob/main/LICENSE">
|
||||
|
Loading…
Reference in New Issue
Block a user