Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pi-www-theme-soho
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institut π
pi-www-theme-soho
Commits
c437d766
Commit
c437d766
authored
3 years ago
by
Andreas Deininger
Browse files
Options
Downloads
Patches
Plain Diff
Add theme for example site
parent
32d39a31
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
exampleSite/.gitignore
+1
-0
1 addition, 0 deletions
exampleSite/.gitignore
exampleSite/config.toml
+1
-0
1 addition, 0 deletions
exampleSite/config.toml
exampleSite/go.mod
+5
-0
5 additions, 0 deletions
exampleSite/go.mod
exampleSite/go.sum
+2
-0
2 additions, 0 deletions
exampleSite/go.sum
with
9 additions
and
0 deletions
exampleSite/.gitignore
0 → 100644
+
1
−
0
View file @
c437d766
.hugo_build.lock
\ No newline at end of file
This diff is collapsed.
Click to expand it.
exampleSite/config.toml
+
1
−
0
View file @
c437d766
baseurl
=
"https://example.com/"
languageCode
=
"en"
title
=
"Soho Theme"
theme
=
"github.com/alexandrevicenzi/soho"
DefaultContentLanguage
=
"en"
enableInlineShortcodes
=
true
summarylength
=
10
...
...
This diff is collapsed.
Click to expand it.
exampleSite/go.mod
0 → 100644
+
5
−
0
View file @
c437d766
module github.com/alexandrevicenzi/soho/exampleSite
go 1.12
require github.com/alexandrevicenzi/soho v1.1.0 // indirect
This diff is collapsed.
Click to expand it.
exampleSite/go.sum
0 → 100644
+
2
−
0
View file @
c437d766
github.com/alexandrevicenzi/soho v1.1.0 h1:vXAEpvWPa8qo9JbZNyFHwr6/MDadZpslo1+GBn+c6kU=
github.com/alexandrevicenzi/soho v1.1.0/go.mod h1:OJk59xwtMsfVCt+dVL3rOqXj9HW7ThJYP6rCULyx9Jw=
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment