Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable demo link and links in theme READMEs #463

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/hugothemesitebuilder/build/site/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
github.com/gohugoio/gohugoioTheme v0.0.0-20240508091825-b23e8e2d2419 // indirect
github.com/gohugoio/hugoThemesSite v0.0.0-20240508092046-c60406304339
github.com/gohugoio/hugoThemesSite v0.0.0-20240515150039-584ce012ee7f
)
2 changes: 2 additions & 0 deletions cmd/hugothemesitebuilder/build/site/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ github.com/gohugoio/hugoThemesSite v0.0.0-20240125095428-964006cadb41 h1:nKhHyYp
github.com/gohugoio/hugoThemesSite v0.0.0-20240125095428-964006cadb41/go.mod h1:Um2gWoqNvIM9ss6TP1iSAzldlUzeMzZxNv6C94P6Snk=
github.com/gohugoio/hugoThemesSite v0.0.0-20240508092046-c60406304339 h1:Rqhq6wbjTrPuimpcQDI65jaViwBV2n6LwVAETYOpB9w=
github.com/gohugoio/hugoThemesSite v0.0.0-20240508092046-c60406304339/go.mod h1:/gs9qI8d+qXJdA/eZToqMq0FW8hIcmrVBPec9b1Gnis=
github.com/gohugoio/hugoThemesSite v0.0.0-20240515150039-584ce012ee7f h1:5nFxW9z69T6iwwHulam50tG50lwpNwVWeECQ3Vh6OI8=
github.com/gohugoio/hugoThemesSite v0.0.0-20240515150039-584ce012ee7f/go.mod h1:/gs9qI8d+qXJdA/eZToqMq0FW8hIcmrVBPec9b1Gnis=
1 change: 1 addition & 0 deletions cmd/hugothemesitebuilder/build/site/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ disableKinds = ["taxonomy"]
github_repo = "https://github.com/gohugoio/hugoThemesSiteBuilder"
gitter = "https://gitter.im/spf13/hugo"
forum = "https://discourse.gohugo.io/"
hideDemoLink = true
#This array is meant for disabling the Homepage button of a theme.
noHomePage = ["hugo-theme-novela"]

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{{ .Text | default .Title | safeHTML }}
{{- /* chomp trailing newline */ -}}