mirror of https://github.com/tikv/website.git
Upgrade to Hugo 0.66.0 (#129)
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
parent
22e2c98e91
commit
7e3611a6a3
|
|
@ -1,8 +1,8 @@
|
|||
{{ $fontAwesomeVersion := site.Params.assets.fontAwesomeVersion }}
|
||||
{{ $fontAwesomeUrl := printf "https://use.fontawesome.com/releases/v%s/css/all.css" $fontAwesomeVersion }}
|
||||
@charset "utf-8"
|
||||
@import url(https://fonts.googleapis.com/icon?family=Titillium+Web:300,400,600,700|Inconsolata:300,400,600,700)
|
||||
@import url({{ $fontAwesomeUrl }})
|
||||
@import url("https://fonts.googleapis.com/icon?family=Titillium+Web:300,400,600,700|Inconsolata:300,400,600,700")
|
||||
@import url("{{ $fontAwesomeUrl }}")
|
||||
|
||||
// Misc
|
||||
$twitter-blue: #1da1f3
|
||||
|
|
@ -173,4 +173,4 @@ $colors: mergeColorMaps(("twitter-blue": ($twitter-blue, $white)), $colors)
|
|||
margin-top: 2.5rem
|
||||
|
||||
.highlight
|
||||
overflow-x: scroll
|
||||
overflow-x: scroll
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ publish = "public"
|
|||
command = "make production-build"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.62.0"
|
||||
HUGO_VERSION = "0.66.0"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "make preview-build"
|
||||
|
|
|
|||
Loading…
Reference in New Issue