Skip to content

Commit c00df38

Browse files
Deploy site from 3fa36bb
1 parent edb77f8 commit c00df38

File tree

27 files changed

+255
-330
lines changed

27 files changed

+255
-330
lines changed

1970-01-01-blog-guide/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595

96-
96+
9797

9898

9999
<link rel="stylesheet" href="/assets/css/show-search.css">
@@ -259,8 +259,8 @@
259259
<div class="post-heading">
260260
<h1>Blog Guide</h1>
261261

262+
262263

263-
264264

265265
<span class="post-meta">Posted on January 1, 1970</span>
266266

2023-09-14-remote-ssh-headless-sunshine-setup/index.html

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595

96-
96+
9797

9898

9999
<link rel="stylesheet" href="/assets/css/show-search.css">
@@ -259,10 +259,27 @@
259259
<div class="post-heading">
260260
<h1>Remote SSH Headless Sunshine Setup</h1>
261261

262+
262263

263-
264264

265-
By <strong>e-dong</strong><br>
265+
By
266+
267+
<span class="post-author-container">
268+
269+
<a href="https://github.com/e-dong" target="_blank" rel="noopener noreferrer" class="post-author-link">
270+
<img src="https://github.com/e-dong.png?size=40" alt="e-dong" class="post-author-avatar">
271+
</a>
272+
273+
<strong>
274+
275+
<a href="https://github.com/e-dong" target="_blank" rel="noopener noreferrer" class="post-author-link">
276+
e-dong
277+
</a>
278+
279+
</strong>
280+
281+
</span>
282+
<br>
266283

267284
<span class="post-meta">Posted on September 14, 2023</span>
268285

2024-02-01-multi-platform-cpp-development-in-clion/index.html

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595

96-
96+
9797

9898

9999
<link rel="stylesheet" href="/assets/css/show-search.css">
@@ -263,10 +263,27 @@ <h1>Multi-platform C++ development in CLion</h1>
263263
<h2 class="post-subheading">How to set up CLion to handle Linux, macOS, and Windows development in a single project</h2>
264264

265265

266+
266267

267-
268268

269-
By <strong>ReenigneArcher</strong><br>
269+
By
270+
271+
<span class="post-author-container">
272+
273+
<a href="https://github.com/ReenigneArcher" target="_blank" rel="noopener noreferrer" class="post-author-link">
274+
<img src="https://github.com/ReenigneArcher.png?size=40" alt="ReenigneArcher" class="post-author-avatar">
275+
</a>
276+
277+
<strong>
278+
279+
<a href="https://github.com/ReenigneArcher" target="_blank" rel="noopener noreferrer" class="post-author-link">
280+
ReenigneArcher
281+
</a>
282+
283+
</strong>
284+
285+
</span>
286+
<br>
270287

271288
<span class="post-meta">Posted on February 1, 2024</span>
272289

@@ -342,9 +359,9 @@ <h3 id="docker">Docker</h3>
342359
Below is an example.</p>
343360

344361
<div class="language-Dockerfile highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">FROM</span><span class="s"> ubuntu:22.04</span>
345-
362+
346363
<span class="k">RUN </span><span class="nv">DEBIAN_FRONTEND</span><span class="o">=</span><span class="s2">"noninteractive"</span> apt-get update <span class="o">&amp;&amp;</span> apt-get <span class="nt">-y</span> <span class="nb">install </span>tzdata
347-
364+
348365
<span class="k">RUN </span>apt-get update <span class="se">\
349366
</span> <span class="o">&amp;&amp;</span> apt-get <span class="nb">install</span> <span class="nt">-y</span> build-essential <span class="se">\
350367
</span> gcc <span class="se">\

2024-04-18-discord-call-cancellation-sunshine-linux/index.html

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595

96-
96+
9797

9898

9999
<link rel="stylesheet" href="/assets/css/show-search.css">
@@ -259,10 +259,27 @@
259259
<div class="post-heading">
260260
<h1>Discord Call Cancellation in Sunshine on Linux</h1>
261261

262+
262263

263-
264264

265-
By <strong>RickAndTired</strong><br>
265+
By
266+
267+
<span class="post-author-container">
268+
269+
<a href="https://github.com/RickAndTired" target="_blank" rel="noopener noreferrer" class="post-author-link">
270+
<img src="https://github.com/RickAndTired.png?size=40" alt="RickAndTired" class="post-author-avatar">
271+
</a>
272+
273+
<strong>
274+
275+
<a href="https://github.com/RickAndTired" target="_blank" rel="noopener noreferrer" class="post-author-link">
276+
RickAndTired
277+
</a>
278+
279+
</strong>
280+
281+
</span>
282+
<br>
266283

267284
<span class="post-meta">Posted on April 18, 2024</span>
268285

2024-05-24-discord-call-cancellation-sunshine-windows/index.html

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595

96-
96+
9797

9898

9999
<link rel="stylesheet" href="/assets/css/show-search.css">
@@ -263,10 +263,27 @@ <h1>Discord Call Cancellation in Sunshine on Windows</h1>
263263
<h2 class="post-subheading">Cancel Discord call audio with Voicemeeter (Standard)</h2>
264264

265265

266+
266267

267-
268268

269-
By <strong>BeeLeDev</strong><br>
269+
By
270+
271+
<span class="post-author-container">
272+
273+
<a href="https://github.com/BeeLeDev" target="_blank" rel="noopener noreferrer" class="post-author-link">
274+
<img src="https://github.com/BeeLeDev.png?size=40" alt="BeeLeDev" class="post-author-avatar">
275+
</a>
276+
277+
<strong>
278+
279+
<a href="https://github.com/BeeLeDev" target="_blank" rel="noopener noreferrer" class="post-author-link">
280+
BeeLeDev
281+
</a>
282+
283+
</strong>
284+
285+
</span>
286+
<br>
270287

271288
<span class="post-meta">Posted on May 24, 2024</span>
272289

2024-10-16-autostart-sunshine-on-boot-without-auto-login/index.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595

96-
96+
9797

9898

9999
<link rel="stylesheet" href="/assets/css/show-search.css">
@@ -259,10 +259,27 @@
259259
<div class="post-heading">
260260
<h1>Autostart Sunshine on Boot without Auto-Login</h1>
261261

262+
262263

263-
264264

265-
By <strong>MidwesternRodent</strong><br>
265+
By
266+
267+
<span class="post-author-container">
268+
269+
<a href="https://github.com/MidwesternRodent" target="_blank" rel="noopener noreferrer" class="post-author-link">
270+
<img src="https://github.com/MidwesternRodent.png?size=40" alt="MidwesternRodent" class="post-author-avatar">
271+
</a>
272+
273+
<strong>
274+
275+
<a href="https://github.com/MidwesternRodent" target="_blank" rel="noopener noreferrer" class="post-author-link">
276+
MidwesternRodent
277+
</a>
278+
279+
</strong>
280+
281+
</span>
282+
<br>
266283

267284
<span class="post-meta">Posted on October 16, 2024</span>
268285

@@ -473,7 +490,7 @@ <h3 id="ssh-client-setup">SSH Client Setup</h3>
473490
allowed to access this machine over SSH, and will allow us to establish an SSH connection with this user
474491
to the SSH server running on the localhost.</p>
475492

476-
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">cat</span> ~/.ssh/id_rsa.pub <span class="o">&gt;&gt;</span> ~/.ssh/authorized_keys
493+
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">cat</span> ~/.ssh/id_rsa.pub <span class="o">&gt;&gt;</span> ~/.ssh/authorized_keys
477494
</code></pre></div></div>
478495

479496
<div class="admonition tip rounded">

2024-12-08-git-commit-signing-in-windows/index.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595

96-
96+
9797

9898

9999
<link rel="stylesheet" href="/assets/css/show-search.css">
@@ -263,10 +263,27 @@ <h1>Signing Git Commits in Windows</h1>
263263
<h2 class="post-subheading">How to sign your Git commits in Windows using GPG and Kleopatra</h2>
264264

265265

266+
266267

267-
268268

269-
By <strong>ReenigneArcher</strong><br>
269+
By
270+
271+
<span class="post-author-container">
272+
273+
<a href="https://github.com/ReenigneArcher" target="_blank" rel="noopener noreferrer" class="post-author-link">
274+
<img src="https://github.com/ReenigneArcher.png?size=40" alt="ReenigneArcher" class="post-author-avatar">
275+
</a>
276+
277+
<strong>
278+
279+
<a href="https://github.com/ReenigneArcher" target="_blank" rel="noopener noreferrer" class="post-author-link">
280+
ReenigneArcher
281+
</a>
282+
283+
</strong>
284+
285+
</span>
286+
<br>
270287

271288
<span class="post-meta">Posted on December 8, 2024</span>
272289

@@ -442,7 +459,7 @@ <h2 id="caveats">Caveats</h2>
442459
you have any WIP commits that you want to amend. A simple workaround for this is to start an interactive rebase,
443460
and edit each commit to adjust. Finally, when you amend the commit do so with the following command.</p>
444461

445-
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git commit <span class="nt">--amend</span> <span class="nt">--date</span><span class="o">=</span>now <span class="nt">--no-edit</span>
462+
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git commit <span class="nt">--amend</span> <span class="nt">--date</span><span class="o">=</span>now <span class="nt">--no-edit</span>
446463
</code></pre></div> </div>
447464
</li>
448465
</ul>

2025-01-06-welcome/index.html

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595

96-
96+
9797

9898

9999
<link rel="stylesheet" href="/assets/css/show-search.css">
@@ -263,10 +263,27 @@ <h1>Welcome</h1>
263263
<h2 class="post-subheading">to the blog of LizardByte!</h2>
264264

265265

266+
266267

267-
268268

269-
By <strong>ReenigneArcher</strong><br>
269+
By
270+
271+
<span class="post-author-container">
272+
273+
<a href="https://github.com/ReenigneArcher" target="_blank" rel="noopener noreferrer" class="post-author-link">
274+
<img src="https://github.com/ReenigneArcher.png?size=40" alt="ReenigneArcher" class="post-author-avatar">
275+
</a>
276+
277+
<strong>
278+
279+
<a href="https://github.com/ReenigneArcher" target="_blank" rel="noopener noreferrer" class="post-author-link">
280+
ReenigneArcher
281+
</a>
282+
283+
</strong>
284+
285+
</span>
286+
<br>
270287

271288
<span class="post-meta">Posted on January 6, 2025</span>
272289

2025-01-18-v2025.118.151840/index.html

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595

96-
96+
9797

9898

9999
<link rel="stylesheet" href="/assets/css/show-search.css">
@@ -259,10 +259,27 @@
259259
<div class="post-heading">
260260
<h1>Sunshine v2025.118.151840 Released</h1>
261261

262+
262263

263-
264264

265-
By <strong>LizardByte-bot</strong><br>
265+
By
266+
267+
<span class="post-author-container">
268+
269+
<a href="https://github.com/LizardByte-bot" target="_blank" rel="noopener noreferrer" class="post-author-link">
270+
<img src="https://github.com/LizardByte-bot.png?size=40" alt="LizardByte-bot" class="post-author-avatar">
271+
</a>
272+
273+
<strong>
274+
275+
<a href="https://github.com/LizardByte-bot" target="_blank" rel="noopener noreferrer" class="post-author-link">
276+
LizardByte-bot
277+
</a>
278+
279+
</strong>
280+
281+
</span>
282+
<br>
266283

267284
<span class="post-meta">Posted on January 18, 2025</span>
268285

2025-01-22-v2025.122.141614/index.html

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494

9595

96-
96+
9797

9898

9999
<link rel="stylesheet" href="/assets/css/show-search.css">
@@ -259,10 +259,27 @@
259259
<div class="post-heading">
260260
<h1>Sunshine v2025.122.141614 Released</h1>
261261

262+
262263

263-
264264

265-
By <strong>LizardByte-bot</strong><br>
265+
By
266+
267+
<span class="post-author-container">
268+
269+
<a href="https://github.com/LizardByte-bot" target="_blank" rel="noopener noreferrer" class="post-author-link">
270+
<img src="https://github.com/LizardByte-bot.png?size=40" alt="LizardByte-bot" class="post-author-avatar">
271+
</a>
272+
273+
<strong>
274+
275+
<a href="https://github.com/LizardByte-bot" target="_blank" rel="noopener noreferrer" class="post-author-link">
276+
LizardByte-bot
277+
</a>
278+
279+
</strong>
280+
281+
</span>
282+
<br>
266283

267284
<span class="post-meta">Posted on January 22, 2025</span>
268285

0 commit comments

Comments
 (0)