mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-22 23:12:19 +00:00
Compare commits
No commits in common. "2d02179d2eb2ec5fa7677f65a8fec7cd2d964c6b" and "1b35ccd64da44c7aa5c644d89607c57fd6a793aa" have entirely different histories.
2d02179d2e
...
1b35ccd64d
4 changed files with 6 additions and 31 deletions
|
@ -18,7 +18,7 @@ giscusInputPosition = "bottom"
|
||||||
giscusLang = "en"
|
giscusLang = "en"
|
||||||
giscusLoading = "lazy"
|
giscusLoading = "lazy"
|
||||||
giscusMapping = "og:title"
|
giscusMapping = "og:title"
|
||||||
giscusReactions = "0"
|
giscusReactions = "1"
|
||||||
giscusRepo = "jbowdre/site-comments"
|
giscusRepo = "jbowdre/site-comments"
|
||||||
giscusRepoId = "R_kgDOKKEGDw"
|
giscusRepoId = "R_kgDOKKEGDw"
|
||||||
giscusStrict = "0"
|
giscusStrict = "0"
|
||||||
|
@ -183,8 +183,8 @@ title = "torchlight"
|
||||||
url = "https://torchlight.dev"
|
url = "https://torchlight.dev"
|
||||||
|
|
||||||
[[powerLinks]]
|
[[powerLinks]]
|
||||||
title = "tinylytics"
|
title = "cabin"
|
||||||
url = "https://tinylytics.app/home"
|
url = "https://withcabin.com/privacy/runtimeterror.dev"
|
||||||
|
|
||||||
[[verifyLinks]]
|
[[verifyLinks]]
|
||||||
title = "omg.lol"
|
title = "omg.lol"
|
||||||
|
|
|
@ -16,10 +16,6 @@
|
||||||
<div class="content__body">
|
<div class="content__body">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
{{- if eq .Site.Params.analytics true }}
|
|
||||||
<hr>
|
|
||||||
<span class="post_kudos">kudoses:<button class="tinylytics_kudos"></button></span>
|
|
||||||
{{- end }}
|
|
||||||
{{- $showComments := true }}
|
{{- $showComments := true }}
|
||||||
{{- if eq .Site.Params.comments false }}
|
{{- if eq .Site.Params.comments false }}
|
||||||
{{- $showComments = false }}
|
{{- $showComments = false }}
|
||||||
|
|
|
@ -34,9 +34,9 @@
|
||||||
<link rel="stylesheet" href="{{ "css/risotto.css" | absURL }}">
|
<link rel="stylesheet" href="{{ "css/risotto.css" | absURL }}">
|
||||||
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}">
|
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}">
|
||||||
|
|
||||||
{{ if eq .Site.Params.analytics true }}
|
{{ if .Site.Params.analytics }}
|
||||||
<!-- tinylytics -->
|
<!-- cabin analytics -->
|
||||||
<script src="https://tinylytics.app/embed/z4bwvaCBkF39NcDDLsRu.js?kudos=👏" defer></script>
|
<script async defer src="https://scripts.withcabin.com/hello.js"></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- syntax highlighting -->
|
<!-- syntax highlighting -->
|
||||||
|
|
|
@ -281,25 +281,4 @@ blockquote {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
border-left: 0.25rem solid var(--logo);
|
border-left: 0.25rem solid var(--logo);
|
||||||
padding-left: 0.25rem;
|
padding-left: 0.25rem;
|
||||||
}
|
|
||||||
|
|
||||||
/* tinylytics kudos styling*/
|
|
||||||
.post_kudos {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.tinylytics_kudos {
|
|
||||||
border: 0;
|
|
||||||
background-color: transparent;
|
|
||||||
cursor: pointer;
|
|
||||||
display: flex;
|
|
||||||
color: var(--off-fg);
|
|
||||||
font-size: 1.2rem;
|
|
||||||
padding: 0;
|
|
||||||
transition: all .2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.tinylytics_kudos:hover {
|
|
||||||
transform: scale(1.1);
|
|
||||||
text-shadow: var(--off-fg) 0 0 1px;
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue