Merge pull request #12 from deining/theme

Add theme for example site
This commit is contained in:
Alexandre Vicenzi 2022-03-08 14:15:18 +01:00 committed by GitHub
commit 98502b240c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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=