commit
98502b240c
|
@ -0,0 +1 @@
|
||||||
|
.hugo_build.lock
|
|
@ -1,6 +1,7 @@
|
||||||
baseurl = "https://example.com/"
|
baseurl = "https://example.com/"
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
title = "Soho Theme"
|
title = "Soho Theme"
|
||||||
|
theme = "github.com/alexandrevicenzi/soho"
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
enableInlineShortcodes = true
|
enableInlineShortcodes = true
|
||||||
summarylength = 10
|
summarylength = 10
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
module github.com/alexandrevicenzi/soho/exampleSite
|
||||||
|
|
||||||
|
go 1.12
|
||||||
|
|
||||||
|
require github.com/alexandrevicenzi/soho v1.1.0 // indirect
|
|
@ -0,0 +1,2 @@
|
||||||
|
github.com/alexandrevicenzi/soho v1.1.0 h1:vXAEpvWPa8qo9JbZNyFHwr6/MDadZpslo1+GBn+c6kU=
|
||||||
|
github.com/alexandrevicenzi/soho v1.1.0/go.mod h1:OJk59xwtMsfVCt+dVL3rOqXj9HW7ThJYP6rCULyx9Jw=
|
Loading…
Reference in New Issue