diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | archetypes/default.md | 6 | ||||
-rw-r--r-- | config.toml | 38 | ||||
-rw-r--r-- | content/about.md | 9 | ||||
-rw-r--r-- | content/blog/WASM_openbsd_chromium.md | 15 | ||||
-rw-r--r-- | content/blog/_index.md | 0 | ||||
-rw-r--r-- | content/blog/cats/treecreeper_killer.md | 9 | ||||
-rw-r--r-- | content/blog/how_to_connect_to_wifi_using_nmcli.md | 43 | ||||
-rw-r--r-- | content/blog/intro.md | 10 | ||||
-rw-r--r-- | content/blog/resettings-the-cooker.md | 11 | ||||
-rw-r--r-- | static/img/bob.jpg | bin | 0 -> 52929 bytes | |||
m--------- | themes/etch | 0 |
14 files changed, 147 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..364fdec --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..521161a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/etch"] + path = themes/etch + url = https://github.com/LukasJoswiak/etch.git diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..01054ea --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +push: + rsync -avzr public/ lemon@joannalemon.com:/var/www/yulqen.org/ --exclude Makefile --exclude .git --delete-excluded --delete diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..14163ce --- /dev/null +++ b/config.toml @@ -0,0 +1,38 @@ +baseURL = "https://yulqen.org" +title = "Yulqen" +theme = "etch" +languageCode = "en-gb" +enableInlineShortcodes = true +pygmentsCodeFences = true +pygmentsUseClasses = true + +[params] + description = "An intentionally quiet and unassuming (and empty) blog" + copyright = "Copyright © 2021 Yulqen" + dark = "auto" + highlight = true + +[menu] + [[menu.main]] + identifier = "blog" + name = "blog" + title = "blog" + url = "/" + weight = 10 + + [[menu.main]] + identifier = "about" + name = "about" + title = "about" + url = "/about/" + weight = 20 + +[permalinks] + posts = "/:title/" + +[markup.goldmark.renderer] + # Allow HTML in Markdown + unsafe = true + + [markup.tableOfContents] + ordered = true diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..141376f --- /dev/null +++ b/content/about.md @@ -0,0 +1,9 @@ +--- +title: "About" +date: 2021-05-17T19:45:46+01:00 +draft: false +slug: "about" +--- + +I am a person. + diff --git a/content/blog/WASM_openbsd_chromium.md b/content/blog/WASM_openbsd_chromium.md new file mode 100644 index 0000000..2b1693e --- /dev/null +++ b/content/blog/WASM_openbsd_chromium.md @@ -0,0 +1,15 @@ +--- +title: "Enable WASM in OpenBSD Chromium" +date: 2021-05-17T20:54:01+01:00 +draft: false +--- + +We all need to be able to use Zoom nowadays, as much as I hate it. +OpenBSD's has sensibly locked down a lot of shit, and one example is +`WASM` in Chromium. + +Launch Chromium like this: `ENABLE_WASM=1 chrome --enable-wasm`. + +You don't get a client obviously. You have to use the web client, so +make sure you click the correct link. + diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/content/blog/_index.md diff --git a/content/blog/cats/treecreeper_killer.md b/content/blog/cats/treecreeper_killer.md new file mode 100644 index 0000000..23a6719 --- /dev/null +++ b/content/blog/cats/treecreeper_killer.md @@ -0,0 +1,9 @@ +--- +title: "Treecreeper Killer" +date: 2021-05-17T19:42:59+01:00 +draft: false +--- + +This cat kills treecreepers. He is a very naughty boy. + +{{<figure src="/img/bob.jpg" title="Bob the cat">}} diff --git a/content/blog/how_to_connect_to_wifi_using_nmcli.md b/content/blog/how_to_connect_to_wifi_using_nmcli.md new file mode 100644 index 0000000..6f02ff1 --- /dev/null +++ b/content/blog/how_to_connect_to_wifi_using_nmcli.md @@ -0,0 +1,43 @@ +--- +title: "How to connect to Wifi using nmcli" +date: 2021-05-18T17:17:03+01:00 +draft: false +--- + +Something I've been enjoying on OpenBSD is the relative simplicity of +wifi networking compared to Linux. In OpenBSD, you put your SSID details +inside `/etc/hostname.iwm0` or similar (depends on driver name for your +interface). Check out `hostname.if(5)`. + +I forgot about this when revisiting my Debian laptops recently. I've +used various means of connecting to wifi on Linux in the past, but +currently I'm using NetworkManager, and I find it a pain to use. The API +for `nmcli` is a disaster area in my view. + +I used +[this](https://nullr0ute.com/2016/09/connect-to-a-wireless-network-using-command-line-nmcli/) +web site to finally crack it (thanks!): + +``` +# nmcli radio +WIFI-HW WIFI WWAN-HW WWAN +enabled enabled enabled enabled +``` + +``` +# nmcli device +DEVICE TYPE STATE CONNECTION +wlan0 wifi disconnected -- +eth0 ethernet unavailable -- +lo loopback unmanaged -- +``` + +Then to actually connect to a wireless AP: + +``` +# nmcli device wifi rescan +# nmcli device wifi list +# nmcli device wifi connect SSID-Name --ask +``` + +Do not darken my doors ever again. diff --git a/content/blog/intro.md b/content/blog/intro.md new file mode 100644 index 0000000..5e7d346 --- /dev/null +++ b/content/blog/intro.md @@ -0,0 +1,10 @@ +--- +title: "Test Page" +date: 2021-05-17T19:39:13+01:00 +draft: false +--- + +# Introduction + +Another new template, another new site, another new attempt. Bobbins. + diff --git a/content/blog/resettings-the-cooker.md b/content/blog/resettings-the-cooker.md new file mode 100644 index 0000000..1e2b834 --- /dev/null +++ b/content/blog/resettings-the-cooker.md @@ -0,0 +1,11 @@ +--- +title: "Resetting the Cooker" +date: 2021-05-19T20:53:04+01:00 +draft: true +--- + +In particular - a Howden's cooker: + +> To reset it, you have to switch off the power for 10 seconds, then turn it back on again. Use the down arrow to set the clock the right time, then switch the oven back on. + +Rest easy. diff --git a/static/img/bob.jpg b/static/img/bob.jpg Binary files differnew file mode 100644 index 0000000..0402046 --- /dev/null +++ b/static/img/bob.jpg diff --git a/themes/etch b/themes/etch new file mode 160000 +Subproject b2941c2fcf93031c5ca8d1bf4e9c781d321c21f |