aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2023-11-26 20:48:51 +0000
committerMartin Ashby <martin@ashbysoft.com>2023-11-26 20:48:51 +0000
commitff1c0c780de7f5806638a99cdb6d525d689511d1 (patch)
tree5df35238f9e02d6a091a4b2d7e30cfe63ba2286f
parent128fe851c769ee5c0aa6cd88e3a71b8501656443 (diff)
downloadmfashby.net-ff1c0c780de7f5806638a99cdb6d525d689511d1.tar.gz
mfashby.net-ff1c0c780de7f5806638a99cdb6d525d689511d1.tar.bz2
mfashby.net-ff1c0c780de7f5806638a99cdb6d525d689511d1.tar.xz
mfashby.net-ff1c0c780de7f5806638a99cdb6d525d689511d1.zip
Skateboard 2
Add rawhtml shortcode for posting inline HTML
-rw-r--r--content/posts/2023-11-26-skateboard-2.md16
-rw-r--r--layouts/shortcodes/rawhtml.html3
2 files changed, 19 insertions, 0 deletions
diff --git a/content/posts/2023-11-26-skateboard-2.md b/content/posts/2023-11-26-skateboard-2.md
new file mode 100644
index 0000000..2bbfac7
--- /dev/null
+++ b/content/posts/2023-11-26-skateboard-2.md
@@ -0,0 +1,16 @@
+---
+title: "Skateboard 2"
+date: 2023-11-26T20:33:27Z
+draft: false
+---
+
+I've been skating indoors at [LS-ten skatepark](https://ls-ten.org/) recently, as the poor weather over the last few weeks has made outdoor skating... not fun. I've mostly abandoned my shorter board in favour of the [Lush Throttle](https://lushlongboards.com/buy/throttle/). At 34" length it's not too much longer than a typical 'popsicle' board, but I find it much more comfortable. I don't mind the lack of double kicktail, and I prefer the longer wheelbase.
+
+I've been working on the basics of skating ramps and bowls - drop-ins, roll-ins, kick turns, rock-to-fakie, and tail stall; and I'm still quite rough as you can see in the following video. I hope to continue skating regularly and improving.
+
+{{< rawhtml >}}
+<iframe title="mini ramp fun" width="560" height="315" src="https://tube.spdns.org/videos/embed/415b33b3-80ed-4d60-8063-e7a9492dab59" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe>
+{{< /rawhtml >}}
+
+
+(on a technical note, I've signed up for a peertube instance and I'm posting my skate videos there. I have the content backed up locally as well, but I figured I might avoid hosting videos from my home server for now) \ No newline at end of file
diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html
new file mode 100644
index 0000000..14e0ee9
--- /dev/null
+++ b/layouts/shortcodes/rawhtml.html
@@ -0,0 +1,3 @@
+<!-- https://anaulin.org/blog/hugo-raw-html-shortcode/ -->
+<!-- raw html -->
+{{.Inner}} \ No newline at end of file