Skip to content

Commit

Permalink
Use example.org for default domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sutton committed Dec 5, 2021
1 parent 6d80a45 commit 14c4989
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/hugo_conf/site_template/config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# set `baseurl` to your root domain
# if you set it to "/" share icons won't work properly on production
baseurl = "https://osgs.kartoza.com/" # Include trailing slash
baseurl = "https://example.org/" # Include trailing slash
# title = "Clarity" # Edit directly from config/_default/languages.toml # alternatively, uncomment this and remove `title` entry from the aforemention file.
copyright = "Copyright © 2021, Tim Sutton; all rights reserved."
# canonifyurls = true
Expand Down
4 changes: 2 additions & 2 deletions conf/hugo_conf/site_template/config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ photo = "images/tim-sutton-twitter.jpg" #include this if you would like to show

[plausible_analytics]
enable = false # to enable plausible analytics set to true.
websiteDomain = "osgs.kartoza.com" # domain name of your website, most cases same as your base url
websiteDomain = "example.org" # domain name of your website, most cases same as your base url
# plausibleDomain = "plausible.io" # default is set to plausible.io, only required if plausible is selfhosted
# scritpName = "plausible" # default is set to plausible, only required if using a custome name for script

[matomo_analytics]
enable = false # To enable matomo analytics change to `true`.
websiteDomain = "osgs.kartoza.com" # Set the domain name of your website, in most cases same as your base URL this is required.
websiteDomain = "example.org" # Set the domain name of your website, in most cases same as your base URL this is required.
matomoDomain = "matomo.example.com" # Set to Matomo domain
matomoSiteID = "1" # Default is set to 1, change this to the siteid being tracked
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ subtitle: The most basic map we can make
images:
- "/unsplash/photo-1573489176014-6d0176081570.jpg"

wms: "https://osgs.kartoza.com/ogc/HelloWorld"
wms: "https://example.org/ogc/HelloWorld"

layers:
- "Map"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: St Lucia Labour Market
subtitle: Labour map for St Lucia


wms: "https://osgs.kartoza.com/ogc/StLuciaLabourForce"
wms: "https://example.org/ogc/StLuciaLabourForce"

layers:
- "LabourForce"
Expand Down

0 comments on commit 14c4989

Please sign in to comment.