mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Update config, menu and sidebar
This commit is contained in:
parent
f061294c05
commit
448cfbe2e4
17 changed files with 166 additions and 167 deletions
|
@ -13,9 +13,6 @@ keywords = ["Salar", "Rahmanian", "Salar Rahmanian", "Blog", "python", "scala",
|
|||
# Google analytics Id
|
||||
ga_analytics = "G-XZR9K3MDHX"
|
||||
|
||||
# Matomo ID
|
||||
matomo_site_id = "2"
|
||||
|
||||
# limit the number of taxonomies links shown on the sidebar of each page by default.
|
||||
numberOfTagsShown = 14 # Applies for all other default & custom taxonomies. e.g categories, brands see https://gohugo.io/content-management/taxonomies#what-is-a-taxonomy
|
||||
|
||||
|
@ -37,7 +34,7 @@ usePageBundles = false
|
|||
# the originals to get the files included with Hugo Clarity.
|
||||
#
|
||||
# Images:
|
||||
imagesDir = "img/" # without a leading forward slash
|
||||
imagesDir = "images/" # without a leading forward slash
|
||||
# Icons:
|
||||
iconsDir = "icons/" # without a leading forward slash
|
||||
# Fonts:
|
||||
|
@ -140,10 +137,11 @@ websiteDomain = "example.com" # domain name of your website, most cases same as
|
|||
# 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 = "example.com" # 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
|
||||
enable = true # To enable matomo analytics change to `true`.
|
||||
websiteDomain = "www.softinio.com" # Set the domain name of your website, in most cases same as your base URL this is required.
|
||||
matomoDomain = "softinio.dev/matomo/" # Set to Matomo domain
|
||||
|
||||
matomoSiteID = "2" # Default is set to 1, change this to the siteid being tracked
|
||||
|
||||
[giscus]
|
||||
enable = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue