Skip to content

Commit

Permalink
Add demosite for "Demo" button on themes.gohugo.io (#891)
Browse files Browse the repository at this point in the history
### Description

At https://themes.gohugo.io/themes/hugo-coder/ there is no direct link
to the demo site. This PR adds the demosite variable (idk what its
called) in theme.toml, which is necessary for the "Demo" button. See
https://github.com/gohugoio/hugoThemesSiteBuilder#theme-configuration.

Sorry for the issue I accidentally opened and the PR I accidentally
closed hehe
  • Loading branch information
leoheitmannruiz authored Feb 5, 2024
1 parent 1fdac00 commit cb6f1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@
- [Jens Rantil](https://github.com/JensRantil)
- [Muqeet Malik](https://github.com/mmalik23)
- [Sammy44nts](https://github.com/sammy44nts)
- [Leo Heimann Ruiz](https://leo.heitmannruiz.org/)
1 change: 1 addition & 0 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ license = "MIT"
licenselink = "https://github.com/luizdepra/hugo-coder/blob/master/LICENSE.md"
description = "A simple and clean blog theme for Hugo"
homepage = "https://github.com/luizdepra/hugo-coder/"
demosite = "https://hugo-coder.netlify.app/"
tags = [
"blog",
"minimal",
Expand Down

0 comments on commit cb6f1a7

Please sign in to comment.