mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
05.23.2024 d59e570823704a939e7d59067694af0c9dc28619
fix: move variable under params
3 files modified
26 ■■■■ changed files
README.md 14 ●●●● patch | view | raw | blame | history
tests/exampleSiteWithImage/hugo.toml 6 ●●●● patch | view | raw | blame | history
tests/exampleSiteWithVideo/hugo.toml 6 ●●●● patch | view | raw | blame | history
README.md
@@ -214,13 +214,6 @@
```
### Support author and remove credit
To remove this credit you can remove the CC3.0 license for only $9 here: https://onepagelove.com/split.
This really helps contribute towards us developing more templates and means the world to me!
Cheers, Rob (@robhope)
### Nearly finished
In order to see your site in action, run Hugo's built-in local server.
@@ -241,6 +234,13 @@
The original template is released under the [Creative Commons Attribution 3.0 License](https://github.com/escalate/hugo-split-theme/blob/master/LICENSE.md). Please keep the original attribution link when using for your own project. If you'd like to use the template without the attribution, you can check out the license option via the template [author's website](https://onepagelove.com/split).
To deactivate the license text after purchase, set the value of the variable `licensed` to `true`.
```toml
[params]
  licensed = true
```
## Annotations
tests/exampleSiteWithImage/hugo.toml
@@ -13,9 +13,6 @@
# Copyright
copyright = "©2024 Your Name"
# Whether you purchased the license from the author.
licensed = false
[services]
  [services.googleAnalytics]
    # Enter your tracking code to enable Google Analytics
@@ -29,6 +26,9 @@
  shareImage = "images/social.jpg"
  twitterHandle = "onepagelove"
  # Whether you purchased the license from the author.
  licensed = false
  # Favicon
  favicon = "favicon.ico"
tests/exampleSiteWithVideo/hugo.toml
@@ -13,9 +13,6 @@
# Copyright
copyright = "©2024 Your Name"
# Whether you purchased the license from the author.
licensed = false
[services]
  [services.googleAnalytics]
    # Enter your tracking code to enable Google Analytics
@@ -29,6 +26,9 @@
  shareImage = "images/social.jpg"
  twitterHandle = "onepagelove"
  # Whether you purchased the license from the author.
  licensed = false
  # Favicon
  favicon = "favicon.ico"