feat: links and posts now live on the same page, no need for a navbar
This commit is contained in:
parent
c35e388f03
commit
5502454025
6 changed files with 29 additions and 155 deletions
|
|
@ -16,19 +16,9 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Will Holdsworth</h1>
|
<h1>Will Holdsworth</h1>
|
||||||
<hr />
|
|
||||||
<nav>
|
|
||||||
<a href="../../../index.html">Home</a>
|
|
||||||
|
|
|
||||||
<a href="../../../projects/index.html">Projects</a>
|
|
||||||
| Blog |
|
|
||||||
<a href="../../../pages/links.html">Links</a>
|
|
||||||
</nav>
|
|
||||||
<hr />
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<a href="../../index.html">« Return to posts</a>
|
<a href="../../../index.html">« Return to posts</a>
|
||||||
<h1>Quick & easy cloud storage with dufs and NixOS</h1>
|
<h1>Quick & easy cloud storage with dufs and NixOS</h1>
|
||||||
<p>
|
<p>
|
||||||
dufs<sup
|
dufs<sup
|
||||||
|
|
|
||||||
|
|
@ -1,40 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<meta name="description" content="Will Holdsworth's Personal Site" />
|
|
||||||
<link rel="stylesheet" href="../index.css" />
|
|
||||||
<title>Will Holdsworth > Blog</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1>Will Holdsworth</h1>
|
|
||||||
<hr />
|
|
||||||
<nav>
|
|
||||||
<a href="../index.html">Home</a>
|
|
||||||
|
|
|
||||||
<a href="../projects/index.html">Projects</a>
|
|
||||||
| Blog |
|
|
||||||
<a href="../pages/links.html">Links</a>
|
|
||||||
</nav>
|
|
||||||
<hr />
|
|
||||||
</header>
|
|
||||||
<main>
|
|
||||||
<h2>Posts</h2>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
2025-01-28 |
|
|
||||||
<a href="2025/01/28-leveraging-nixos-dufs-cloud-storage.html"
|
|
||||||
>Quick and easy cloud storage with dufs and NixOS
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<hr />
|
|
||||||
Copyright (C) 2025 Will Holdsworth under MPLv2
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -11,19 +11,35 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Will Holdsworth</h1>
|
<h1>Will Holdsworth</h1>
|
||||||
<hr />
|
|
||||||
<nav>
|
|
||||||
Home |
|
|
||||||
<a href="projects/index.html">Projects</a>
|
|
||||||
|
|
|
||||||
<a href="blog/index.html">Blog</a>
|
|
||||||
|
|
|
||||||
<a href="pages/links.html">Links</a>
|
|
||||||
</nav>
|
|
||||||
<hr />
|
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<p>🚧 Page under construction 🚧</p>
|
<h2>Links</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://wi11-holdsworth.github.io/resume/Will_Holdsworth_CV.pdf"
|
||||||
|
target="_blank"
|
||||||
|
>Resume</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/wi11-holdsworth" target="_blank"
|
||||||
|
>GitHub</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://linkedin.com/in/wholds" target="_blank">LinkedIn</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<h2>Posts</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
2025-01-28 |
|
||||||
|
<a href="blog/2025/01/28-leveraging-nixos-dufs-cloud-storage.html"
|
||||||
|
>Quick and easy cloud storage with dufs and NixOS
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
|
||||||
|
|
@ -1,49 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<meta name="description" content="Will Holdsworth's Personal Site" />
|
|
||||||
<link rel="stylesheet" href="../index.css" />
|
|
||||||
<title>Will Holdsworth > Links</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1>Will Holdsworth</h1>
|
|
||||||
<hr />
|
|
||||||
<nav>
|
|
||||||
<a href="../index.html">Home</a>
|
|
||||||
|
|
|
||||||
<a href="../projects/index.html">Projects</a>
|
|
||||||
|
|
|
||||||
<a href="../blog/index.html">Blog</a>
|
|
||||||
| Links
|
|
||||||
</nav>
|
|
||||||
<hr />
|
|
||||||
</header>
|
|
||||||
<main>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="https://wi11-holdsworth.github.io/resume/Will_Holdsworth_CV.pdf"
|
|
||||||
target="_blank"
|
|
||||||
>Resume</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/wi11-holdsworth" target="_blank"
|
|
||||||
>GitHub</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://linkedin.com/in/wholds" target="_blank">LinkedIn</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<hr />
|
|
||||||
Copyright (C) 2025 Will Holdsworth under MPLv2
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,32 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<meta name="description" content="Will Holdsworth's Personal Site" />
|
|
||||||
<link rel="stylesheet" href="../index.css" />
|
|
||||||
<title>Will Holdsworth > Projects</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1>Will Holdsworth</h1>
|
|
||||||
<hr />
|
|
||||||
<nav>
|
|
||||||
<a href="../index.html">Home</a>
|
|
||||||
| Projects |
|
|
||||||
<a href="../blog/index.html">Blog</a>
|
|
||||||
|
|
|
||||||
<a href="../pages/links.html">Links</a>
|
|
||||||
</nav>
|
|
||||||
<hr />
|
|
||||||
</header>
|
|
||||||
<main>
|
|
||||||
<p>🚧 Page under construction 🚧</p>
|
|
||||||
</main>
|
|
||||||
<footer>
|
|
||||||
<hr />
|
|
||||||
Copyright (C) 2025 Will Holdsworth under MPLv2
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -11,23 +11,12 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>Will Holdsworth</h1>
|
<h1>Will Holdsworth</h1>
|
||||||
<hr />
|
|
||||||
<nav>
|
|
||||||
<a href="../../../index.html">Home</a>
|
|
||||||
|
|
|
||||||
<a href="../../../projects/index.html">Projects</a>
|
|
||||||
| Blog |
|
|
||||||
<a href="../../../pages/links.html">Links</a>
|
|
||||||
</nav>
|
|
||||||
<hr />
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<a href="../../index.html">« Return to posts</a>
|
<a href="../../../index.html">« Return to posts</a>
|
||||||
<h1>Title</h1>
|
<h1>Title</h1>
|
||||||
<a href="#top">^ Back to top</a>
|
<a href="#top">^ Back to top</a>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
Copyright (C) 2025 Will Holdsworth under MPLv2
|
Copyright (C) 2025 Will Holdsworth under MPLv2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue