blog/public/index.html
2025-08-20 15:19:24 +01:00

87 lines
3.8 KiB
HTML

<!doctype html>
<html lang="en"><head>
<meta name="generator" content="Hugo 0.148.2">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://nonsense.dymc.win/favicon.ico">
<link id="stylesheet" rel="stylesheet" href="/css/light.css">
<link rel="canonical" href="https://nonsense.dymc.win/" />
<title>James&#39; Blog</title>
</head>
<body><header id="banner">
<nav class="navbar">
<a href="https://nonsense.dymc.win/" class="home">🏠</a>
<a
href="/info/"
title="👋"
>👋</a
><a
href="/search/"
title="🔎"
>🔎</a
>
<button id="toggle-button" class="toggle-button" onclick="toggleTheme()">🌚</button>
</nav>
</header>
<main id="content">
<article>
<h2><a href="/handy-script-for-a-more-zen-twitch-experience/">Handy script for a more zen twitch experience</a></h2>
<p>Aug 13, 2025</p>
<p><p>I like to watch twitch streams.
Watching them in the browser at <code>twitch.tv</code> is generally not an experience which sparks joy though.
I&rsquo;m buffering.
I&rsquo;m declining cookies.
I&rsquo;m getting spammed with notifications to claim a sick new overwatch skin.
There&rsquo;s a little channel point button twerking for me to click it.
You get the idea; it&rsquo;s a heavy noisy experience.</p></p>
</article>
<article>
<h2><a href="/over-engineered-nixos-blog-deployment-setup/">Over-engineered (?) nixos blog deployment setup</a></h2>
<p>Aug 11, 2025</p>
<p><p>As is traditional with people hosting their own blog I&rsquo;m going to do a post detailing EXACTLY how I&rsquo;m hosting my blog.
Down to the last dirty detail.
I have nothing better to talk about.</p></p>
</article>
<article>
<h2><a href="/so-you-want-to-write-a-neovim-plugin-with-lua/">So you want to write a neovim plugin with lua</a></h2>
<p>Apr 6, 2024</p>
<p><p>I&rsquo;ve recently been messing around with writing neovim plugins.
When I initially got going I found it a little tricky to know how to get started.
There&rsquo;s the <a href="https://neovim.io/doc">official neovim docs</a> which are great; but in my beginner experience exhaustive to the point of slight impenetrability.
Beyond that, the thing I found most useful was simply reading the source of some popular plugins to get an idea of how things worked.
I would recommend sticking to plugins with a smaller scope though.</p></p>
</article>
<article>
<h2><a href="/making-nix-colors-talk-to-neovim/">Making nix-colors talk to neovim</a></h2>
<p>Aug 18, 2023</p>
<p><p>I recently started fiddling around with home-managerifying my neovim config.
After moving across most of my stuff I came across the problem of how to hook things up with with <a href="https://github.com/misterio77/nix-colors">nix-colors</a> so that my neovim theme would follow color changes in home-manager.</p></p>
</article>
<article>
<h2><a href="/vanilla-javascript-theme-toggle-for-simpletons/">Vanilla javascript theme toggle for simpletons</a></h2>
<p>Jun 26, 2023</p>
<p><p>Sometimes when I&rsquo;m trawling the internet and happen upon a particularly nice looking website, I develop css and javascript FOMO. The thing I&rsquo;ve been lusting after above all else is one of those fancy little dark theme toggle buttons. As you can probably tell from the website you&rsquo;re looking at my web dev skills are limited. As a result of this I had assumed such niceties were out of reach.</p></p>
</article>
</main>
<footer id="footer">
<small>
made with <a href="https://gohugo.io">hugo</a>
</small>
<script src="/js/search.js"></script>
<script src="/js/toggle.js"></script>
</footer>
</body>
</html>