mirror of
https://github.com/acaloiaro/garbagespeak.com
synced 2026-07-21 10:12:19 +00:00
Add plausible
This commit is contained in:
parent
3099594e4e
commit
44969eccc8
3 changed files with 4 additions and 1 deletions
|
|
@ -11,3 +11,5 @@ curl -sL "https://htmx.org/img/bars.svg" > static/img/bars.svg
|
||||||
echo '<script type="text/javascript" src="/htmx.js"></script>' > layouts/partials/extended_head.html
|
echo '<script type="text/javascript" src="/htmx.js"></script>' > layouts/partials/extended_head.html
|
||||||
echo '<script type="text/javascript" src="/remove-me.js"></script>' >> layouts/partials/extended_head.html
|
echo '<script type="text/javascript" src="/remove-me.js"></script>' >> layouts/partials/extended_head.html
|
||||||
echo "<meta name=\"htmx-config\" content='{\"withCredentials\": true}'>" >> layouts/partials/extended_head.html
|
echo "<meta name=\"htmx-config\" content='{\"withCredentials\": true}'>" >> layouts/partials/extended_head.html
|
||||||
|
echo '<script defer data-domain="garbagespeak.com" src="/js/script.tagged-events.js"></script>' >> layouts/partials/extended_head.html
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ enableInlineShortcodes = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
subtitle = "The personal website of Adriano Caloiaro, covering technology, programming, technical howtos, life as a digital nomad, and more"
|
subtitle = "Garbage speak is a community of thought leaders who speak like your boss' boss"
|
||||||
owner = ""
|
owner = ""
|
||||||
keywords = "garbage speak, corporate speak, corporate langauge, corporate jargon"
|
keywords = "garbage speak, corporate speak, corporate langauge, corporate jargon"
|
||||||
copyright = "Garbage Speak"
|
copyright = "Garbage Speak"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
<script type="text/javascript" src="/htmx.js"></script>
|
<script type="text/javascript" src="/htmx.js"></script>
|
||||||
<script type="text/javascript" src="/remove-me.js"></script>
|
<script type="text/javascript" src="/remove-me.js"></script>
|
||||||
<meta name="htmx-config" content='{"withCredentials": true}'>
|
<meta name="htmx-config" content='{"withCredentials": true}'>
|
||||||
|
<script defer data-domain="garbagespeak.com" src="/js/script.tagged-events.js"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue