mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 19:14:40 -04:00
Update theme
This commit is contained in:
parent
c486747de6
commit
6a40124d60
@ -27,7 +27,7 @@
|
|||||||
{{ $isDev := eq hugo.Environment "development" }}
|
{{ $isDev := eq hugo.Environment "development" }}
|
||||||
{{ $stylesheet := resources.Get "output/css/app.css" }}
|
{{ $stylesheet := resources.Get "output/css/app.css" }}
|
||||||
{{ if not $isDev }}
|
{{ if not $isDev }}
|
||||||
{{ $stylesheet = $stylesheet | minify | fingerprint }}
|
{{ $stylesheet = $stylesheet | fingerprint }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with $stylesheet }}
|
{{ with $stylesheet }}
|
||||||
{{ if $isDev }}
|
{{ if $isDev }}
|
||||||
|
@ -1 +1 @@
|
|||||||
# github.com/gohugoio/gohugoioTheme v0.0.0-20191021162625-2e7250ca437d
|
# github.com/gohugoio/gohugoioTheme v0.0.0-20200123151337-9475fd449324
|
||||||
|
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs
|
|||||||
|
|
||||||
go 1.12
|
go 1.12
|
||||||
|
|
||||||
require github.com/gohugoio/gohugoioTheme v0.0.0-20191021162625-2e7250ca437d // indirect
|
require github.com/gohugoio/gohugoioTheme v0.0.0-20200123151337-9475fd449324 // indirect
|
||||||
|
2
go.sum
2
go.sum
@ -3,3 +3,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20191014144142-1f3a01deed7b h1:PWNjl46f
|
|||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20191014144142-1f3a01deed7b/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=
|
github.com/gohugoio/gohugoioTheme v0.0.0-20191014144142-1f3a01deed7b/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=
|
||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20191021162625-2e7250ca437d h1:D3DcaYkuJbotdWNNAQpQl37txX4HQ6R5uMHoxVmTw0w=
|
github.com/gohugoio/gohugoioTheme v0.0.0-20191021162625-2e7250ca437d h1:D3DcaYkuJbotdWNNAQpQl37txX4HQ6R5uMHoxVmTw0w=
|
||||||
github.com/gohugoio/gohugoioTheme v0.0.0-20191021162625-2e7250ca437d/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=
|
github.com/gohugoio/gohugoioTheme v0.0.0-20191021162625-2e7250ca437d/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=
|
||||||
|
github.com/gohugoio/gohugoioTheme v0.0.0-20200123151337-9475fd449324 h1:UZwHDYtGY0uOKIvcm2LWd+xfFxD3X5L222LIJdI5RE4=
|
||||||
|
github.com/gohugoio/gohugoioTheme v0.0.0-20200123151337-9475fd449324/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user