This commit is contained in:
Captain Arepa 2023-02-24 22:15:19 -04:00
parent 0de36fefb5
commit 8b9d37b3c0
3 changed files with 41 additions and 0 deletions

28
content/posts/wood.md Normal file
View file

@ -0,0 +1,28 @@
+++
title = "Wood"
date = "2023-02-24T19:53:45-04:00"
author = "Captain Arepa"
authorTwitter = "" #do not include @
cover = "img/tools-n-wood.jpg"
tags = ["random", "life", "video"]
keywords = ["", ""]
description = "*Don't you love the smell of wood?*"
showFullContent = false
readingTime = false
hideComments = false
color = "orange" #color from the theme settings
+++
One of my goals in life, if not only **the** goal, is to retire to a nice house in the countryside and spend my time growing things in my garden, cooking and eating delicious food, and engaging in vigorous lovemaking-- I mean, woodworking. Well, sex too, what kind of man wouldn't want to spend his retiree years fucking beatiful women? Just kidding.
{{< youtube id="P-ODWGUfBEM" autoplay="true" title="Japanese Joinery - Kane Tsugi 面代留め差しほぞ接ぎ" >}}
*I truly love this kind of videos...*
To be quite honest, I don't have experience with woodworking at all. I've worked with electrical stuff and plumbing (mostly dealing with stuff where I live), but never done anything with wood. Now, you might ask "Why would you want to do woodworking when you know jackshit about it?", and the answer is quite simple: I'd like to *build*. Not "build" anything in particular, just "building", as in doing, making. Creating something useful with my own hands and then enjoy the achievement derived from it.
Anways, that's all I've wanted to talk about. Maybe I'll write about something more elabore eventually. Who knows.
{{< youtube id="e1hMVlCMi1g" autoplay="true" title="The Most Complex Japanese Joiner" >}}
*cum.png*
>*Adieu!*

View file

@ -0,0 +1,13 @@
{{- $pc := .Page.Site.Config.Privacy.YouTube -}}
{{- if not $pc.Disable -}}
{{- $ytHost := cond $pc.PrivacyEnhanced "www.youtube-nocookie.com" "www.youtube.com" -}}
{{- $id := .Get "id" | default (.Get 0) -}}
{{- $class := .Get "class" | default (.Get 1) -}}
{{- $title := .Get "title" | default "YouTube Video" }}
<div {{ with $class }}class="{{ . }}" {{ else
}}style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;" {{ end }}>
<iframe src="https://{{ $ytHost }}/embed/{{ $id }}{{ with .Get " autoplay" }}{{ if eq . "true" }}?autoplay=1{{ end
}}{{ end }}" {{ if not $class }}style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" {{
end }}allowfullscreen title="{{ $title }}"></iframe>
</div>
{{ end -}}

BIN
static/img/tools-n-wood.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB