mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 22:35:01 -04:00
Make it a Hugo Module
This commit is contained in:
parent
87aca20353
commit
e17a61997d
@ -7,7 +7,7 @@ footnotereturnlinkcontents = "↩"
|
|||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
metaDataFormat = "yaml"
|
metaDataFormat = "yaml"
|
||||||
title = "Hugo"
|
title = "Hugo"
|
||||||
theme = "gohugoioTheme"
|
|
||||||
|
|
||||||
googleAnalytics = "UA-7131036-4"
|
googleAnalytics = "UA-7131036-4"
|
||||||
|
|
||||||
@ -28,6 +28,12 @@ pygmentsUseClassic = false
|
|||||||
# See https://help.farbox.com/pygments.html
|
# See https://help.farbox.com/pygments.html
|
||||||
pygmentsStyle = "trac"
|
pygmentsStyle = "trac"
|
||||||
|
|
||||||
|
[module]
|
||||||
|
[module.hugoVersion]
|
||||||
|
min = "0.56.0"
|
||||||
|
[[module.imports]]
|
||||||
|
path = "github.com/gohugoio/gohugoioTheme"
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
|
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
|
||||||
section = [ "HTML", "RSS"]
|
section = [ "HTML", "RSS"]
|
||||||
|
5
go.mod
Normal file
5
go.mod
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module github.com/gohugoio/hugoDocs
|
||||||
|
|
||||||
|
go 1.12
|
||||||
|
|
||||||
|
require github.com/gohugoio/gohugoioTheme v0.0.0-20190726082015-1ca3974992e8 // indirect
|
Loading…
x
Reference in New Issue
Block a user