.
This commit is contained in:
parent
2a9167cb7e
commit
96573664a6
95 changed files with 4130 additions and 2328 deletions
|
|
@ -1,43 +1,43 @@
|
|||
<!doctype html>
|
||||
<html lang="en"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="shortcut icon" href="http://localhost:1313/favicon.ico">
|
||||
<link rel="shortcut icon" href="https://nonsense.dymc.win/favicon.ico">
|
||||
<link id="stylesheet" rel="stylesheet" href="/css/light.css">
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/over-engineered-nixos-blog-deployment-setup/" />
|
||||
<link rel="canonical" href="https://nonsense.dymc.win/over-engineered-nixos-blog-deployment-setup/" />
|
||||
<title>Over-engineered (?) nixos blog deployment setup</title>
|
||||
</head>
|
||||
<body><header id="banner">
|
||||
<nav class="navbar">
|
||||
<div class="nav-left">
|
||||
|
||||
<a href="http://localhost:1313/" class="home">~ 🏠</a>
|
||||
<a href="https://nonsense.dymc.win/" class="home">🏠</a>
|
||||
|
||||
<a
|
||||
href="/info/"
|
||||
title="--help"
|
||||
>--help</a
|
||||
title="👋"
|
||||
>👋</a
|
||||
><a
|
||||
href="/search/"
|
||||
title="🔎"
|
||||
>🔎</a
|
||||
>
|
||||
</div>
|
||||
<div class="nav-right">
|
||||
|
||||
<button id="toggle-button" class="toggle-button" onclick="toggleTheme()">🌚</button>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article>
|
||||
<header id="post-header">
|
||||
<h3>Over-engineered (?) nixos blog deployment setup</h3>
|
||||
<h2>Over-engineered (?) nixos blog deployment setup</h2>
|
||||
<div>
|
||||
<time>August 11, 2025</time>
|
||||
<p>August 11, 2025</p>
|
||||
</div>
|
||||
</header><p>As is traditional with people hosting their own blog I’m going to do a post detailing EXACTLY how I’m hosting my blog.
|
||||
Down to the last dirty detail.
|
||||
I have nothing better to talk about.
|
||||
Here is a diagram I edited to illustrate (credit to xkcd I think?).</p>
|
||||
I have nothing better to talk about.</p>
|
||||
<p>Here is a diagram I edited to illustrate (credit to xkcd I think?).</p>
|
||||
<p><img src="/image/self-hosting.png" alt="self-hosting"></p>
|
||||
<p>I host my site on a hetzner vps running nixos.
|
||||
I also have a git repo where all the static files for my blog live.
|
||||
|
|
@ -116,15 +116,11 @@ That’s the directory of the git repo that the website source lives.</p>
|
|||
<li>Update the <code>rev</code> and <code>sha256</code> to the new commit (this is annoying and I’m trying to work out a good way to automate it)</li>
|
||||
<li>Rebuild vps from laptop</li>
|
||||
</ul>
|
||||
<p>Not necessarily faster than the old rsync method but it’s pretty damn declarative, that’s for sure.</p>
|
||||
</article>
|
||||
<p>Not necessarily faster than the old rsync method but it’s pretty damn declarative, that’s for sure.</p></article>
|
||||
</main>
|
||||
|
||||
<footer id="footer">
|
||||
<p>-----------------</p>
|
||||
<footer id="footer">
|
||||
<small>
|
||||
made with <a href="https://gohugo.io">hugo</a> and my bastardised version of
|
||||
<a href="https://github.com/LukasJoswiak/etch">this nice theme</a>
|
||||
made with <a href="https://gohugo.io">hugo</a>
|
||||
</small>
|
||||
|
||||
<script src="/js/search.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue