Skip to content

Commit fb4b059

Browse files
committed
feat: goatcounter
1 parent bd5b6e2 commit fb4b059

File tree

13 files changed

+52
-10
lines changed

13 files changed

+52
-10
lines changed

docs/_includes/tags.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<hr>
2-
31
<style>
42
p.tags {
53
margin-top: 0.5rem;
@@ -17,10 +15,14 @@
1715
</style>
1816

1917
{% if page.tags %}
18+
<hr>
2019
<p class="tags">
2120
🔖 Tags:
2221
{% for tag in page.tags %}
2322
<span class="tag">{{ tag }}</span>{% unless forloop.last %}, {% endunless %}
2423
{% endfor %}
2524
</p>
26-
{% endif %}
25+
{% endif %}
26+
27+
<script data-goatcounter="https://smoothini.goatcounter.com/count"
28+
async src="//gc.zgo.at/count.js"></script>

docs/blog/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ has_children: true
1616
{% endif %}
1717
{% endfor %}
1818
</ul>
19+
20+
21+
{% include tags.html %}

docs/calculators/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ layout: page
55
has_children: true
66
---
77

8-
# On the fly calculators and utilities
8+
# On the fly calculators and utilities
9+
10+
11+
{% include tags.html %}

docs/cheatsheets/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ layout: page
55
has_children: true
66
---
77

8-
# Cheatsheets and various useful resources!
8+
# Cheatsheets and various useful resources!
9+
10+
11+
{% include tags.html %}

docs/cheatsheets/markdown.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,7 @@ alert(message);
119119
## Inline code
120120

121121
This web site is maybe using `markedjs/marked`.
122+
123+
124+
125+
{% include tags.html %}

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ Useful resources and various cheatsheets.
3636
- [All Projects](/projects/)
3737
- [Setup Notes](/notes/setup/)
3838
- [My Resume](/resume/) *(optional)*
39-
-->
39+
-->
40+
41+
42+
<script data-goatcounter="https://smoothini.goatcounter.com/count"
43+
async src="//gc.zgo.at/count.js"></script>

docs/other/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ layout: page
55
has_children: true
66
---
77

8-
# ╮(╯_╰)╭
8+
# ╮(╯_╰)╭
9+
10+
11+
{% include tags.html %}

docs/projects/cad/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@ M140 S0 ;Turn-off bed
9090
M84 X Y E ;Disable all steppers but Z
9191
```
9292
</details>
93+
94+
95+
96+
{% include tags.html %}

docs/projects/hardware/bittboyc.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ My issue was since it was somewhat an older console, it had a micro usb charging
1616

1717
I used my hotplate to remove the old port, and then I started soldering the new one. Only issue was, when all was set and done, and epoxy applyed, it occured to me I had placed the new port in a way which didn't allow for the backplate to be re-assembled. After some elbow grease and a few broken pads (luckily data ones which I didn't need), I managed to put it all back together, and I ended up with a functional type c charging port!
1818

19-
If I can find some pictures I will add em as I no longer have that phone.
19+
If I can find some pictures I will add em as I no longer have that phone.
20+
21+
22+
{% include tags.html %}

docs/projects/hardware/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ has_children: true
1414
- Hotplate - 65W PD compliant tiny hotplate
1515
- Multimeter
1616
- One too many sets of screwdrivers with 10 bajilion bits because I keep finding interesting ones and I just can't help it
17+
18+
19+
20+
{% include tags.html %}

0 commit comments

Comments
 (0)