Upgrade to Hugo 0.66.0 (#129)

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
Luc Perkins 2020-03-05 12:00:33 -08:00 committed by GitHub
parent 22e2c98e91
commit 7e3611a6a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"