Add theme for example site
This commit is contained in:
parent
32d39a31c7
commit
c437d766fd
|
@ -0,0 +1 @@
|
|||
.hugo_build.lock
|
|
@ -1,6 +1,7 @@
|
|||
baseurl = "https://example.com/"
|
||||
languageCode = "en"
|
||||
title = "Soho Theme"
|
||||
theme = "github.com/alexandrevicenzi/soho"
|
||||
DefaultContentLanguage = "en"
|
||||
enableInlineShortcodes = true
|
||||
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