Add theme for example site

This commit is contained in:
Andreas Deininger 2022-03-02 21:11:53 +01:00
parent 32d39a31c7
commit c437d766fd
4 changed files with 9 additions and 0 deletions

1
exampleSite/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.hugo_build.lock

View File

@ -1,6 +1,7 @@
baseurl = "https://example.com/"
languageCode = "en"
title = "Soho Theme"
theme = "github.com/alexandrevicenzi/soho"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
summarylength = 10

5
exampleSite/go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/alexandrevicenzi/soho/exampleSite
go 1.12
require github.com/alexandrevicenzi/soho v1.1.0 // indirect

2
exampleSite/go.sum Normal file
View File

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