.
This commit is contained in:
parent
6623ee03f6
commit
44c8324063
120 changed files with 22842 additions and 4673 deletions
|
|
@ -1,40 +1,43 @@
|
|||
<!doctype html>
|
||||
<html lang="en"><head>
|
||||
<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">
|
||||
<html lang="en"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/handy-script-for-a-more-zen-twitch-experience/" />
|
||||
<title>Handy script for a more zen twitch experience - James' Blog</title>
|
||||
|
||||
<link rel="canonical" href="https://nonsense.dymc.win/handy-script-for-a-more-zen-twitch-experience/" />
|
||||
<title>Handy script for a more zen twitch experience</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
<script>
|
||||
document.documentElement.setAttribute('data-theme', 'dark');
|
||||
</script>
|
||||
</head>
|
||||
<body><header id="banner">
|
||||
<nav class="navbar">
|
||||
<body><header class="site-header">
|
||||
<nav>
|
||||
<a href="http://localhost:1313/" class="home">~</a>
|
||||
<div class="nav-links">
|
||||
|
||||
<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>
|
||||
<a href="/search">/</a>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article>
|
||||
<header id="post-header">
|
||||
<h2>Handy script for a more zen twitch experience</h2>
|
||||
<div>
|
||||
<p>August 13, 2025</p>
|
||||
<article class="post">
|
||||
<header>
|
||||
<h1>Handy script for a more zen twitch experience</h1>
|
||||
<time>Aug 13, 2025</time>
|
||||
|
||||
<div class="tags">
|
||||
|
||||
<a href="/tags/bash">bash</a>
|
||||
|
||||
<a href="/tags/twitch">twitch</a>
|
||||
|
||||
</div>
|
||||
</header><p>I like to watch twitch streams.
|
||||
|
||||
</header>
|
||||
<div class="content">
|
||||
<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’m buffering.
|
||||
I’m declining cookies.
|
||||
|
|
@ -128,16 +131,16 @@ Here it is:</p>
|
|||
<li>takes a second to talk to the internet so things don’t launch immediately</li>
|
||||
<li>have to faff with getting api key - <a href="https://dev.twitch.tv/docs/api/get-started/">how to get one btw</a></li>
|
||||
</ul>
|
||||
<p>Hope you enjoyed bye</p></article>
|
||||
</main>
|
||||
<footer id="footer">
|
||||
<p>Hope you enjoyed bye</p>
|
||||
</div>
|
||||
</article>
|
||||
</main><footer class="site-footer">
|
||||
<small>
|
||||
made with <a href="https://gohugo.io">hugo</a>
|
||||
<a href="/index.xml">RSS</a>
|
||||
·
|
||||
<a href="https://gohugo.io">Hugo</a>
|
||||
</small>
|
||||
|
||||
<script src="/js/search.js"></script>
|
||||
<script src="/js/toggle.js"></script>
|
||||
<script src="/js/script.js"></script>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue