Compare commits

..

2 Commits

Author SHA1 Message Date
Abner Coimbre
35229e3d29 F*ck disqus 2024-11-04 08:25:00 -08:00
Abner Coimbre
3293db2a0d Disable Twitch button until we figure out why there's no spacing between button in the final build 2024-11-04 08:24:48 -08:00
2 changed files with 1 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ banner:
icon: "fa fa-ticket pl-2" icon: "fa fa-ticket pl-2"
class: "btn text-white seattle-bg" class: "btn text-white seattle-bg"
button2: button2:
enable: true enable: false
label: "Twitch" label: "Twitch"
link: "https://twitch.tv/abnercoimbre" link: "https://twitch.tv/abnercoimbre"
icon: "fab fa-twitch pl-2" icon: "fab fa-twitch pl-2"

View File

@@ -25,9 +25,6 @@ defaultContentLanguageInSubdir = false
[services.googleAnalytics] [services.googleAnalytics]
ID = 'G-MEASUREMENT_ID' # see https://gohugo.io/templates/internal/#configure-google-analytics ID = 'G-MEASUREMENT_ID' # see https://gohugo.io/templates/internal/#configure-google-analytics
[services.disqus]
shortname = 'themefisher-template' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
########################## Permalinks ############################ ########################## Permalinks ############################
[permalinks.page] [permalinks.page]
"pages" = "/:slugorfilename/" "pages" = "/:slugorfilename/"