You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aney.co.uk/blog/return-of-the-me.html

79 lines
3.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Nathan (Aney) Steel">
<meta name="theme-color" content="white">
<meta name="theme-color" content="green">
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" type="image/png" href="/images/favicon.svg">
<title>Return of the Me</title>
</head>
<body>
<header>
<a href="#main" class="vh">Jump directly to main content</a>
<h1>Return of the Me</h1>
<input id="burger-toggle" type="checkbox"/>
<label class="burger-container" for="burger-toggle"><div class="burger"></div><span class="sr">Burger menu</span></label>
<hr/>
<nav>
<a href="/">home</a>
<a href="/about.html">about</a>
<a href="/projects.html">projects</a>
<a href="/blog/">blog</a>
<a href="/sitemap.html">misc</a>
<a href="/support.html">support</a>
</nav>
<hr/>
</header>
<main id="main">
<p>It's been a little while, but I've returned, at least for a while.</p>
<h2>Where did you go?</h2>
<p>I just got pre-occupied with life, namely work and the general stresses of it all.
The website, my projects, and personal development took a large hit, and I sort of just, fell off.
I had a bunch of cool things planned, which I'm going to ignore until I can get back into the swing of writing
for the site, but once I can get back to it I'll be doing some fancy bits.
</p>
<h2>What's the plan?</h2>
<p>The focus for now will be to add new content to the site in the form of <a href="/guides">guides</a>, <a href="/recipes">recipes</a>, and <a href="/blog">articles</a>.
I'll be trying to get two 'posts' of those varieties out a week, on mondays and fridays (hey look, this is one of them). And I have done this for a little while already, however I'm already starting to struggle with this.
</p>
<ul>
<li><a href="/guides/linux-file-permissions.html">Linux File Permissions</a> Guide</li>
<li><a href="/guides/docker-install.html">Docker Installation</a> Guide</li>
<li><a href="/guides/linux-acl.html">Linux ACL</a> Guide</li>
<li><a href="/recipes/protein-oat-cookies.html">Protein Oat Cookies</a> Recipe</li>
</ul>
<p>When I get comfortable making the weekly posts, I'll be going back through the 'existing' articles that I've left unfinished, or just there with no content, and finish those up.
Then I'll be making improvements to the site such as adding some new content, and also re-focussing on my <a href="/projects.html">projects</a>, especially those not currently listed.
</p>
<h2>Sellout!</h2>
<p>There are now affiliate links around the site to attempt to get a little cash.
I'm not expecting a lot, or really anything from them, and I'm not intending to make them obstrusive at all,
but if I reference a service, item, etc. I will throw a link to it, and if I can I will use an affiliate code within the link.
</p>
<p>I'm also going to be adding some Javascript too, only a tiny bit to improve the user experience, things such as code snippet copying and basic filter searching on articles, et cetera.
<h2>Why are you back?</h2>
<p>This website is something I wanted to do, and I still do. My lack of energy for it doesn't mean I want to stop working on it.</p>
<p>If all goes well, I'd love to prioritise the site, and ideally start my own web-dev pursuit instead of working for someone else, so we'll see.</p>
<p>If you're reading this, and visit my site at all, thank you.</p>
</p>
</main>
<footer>
<hr/>
<p>Written by <a href="https://aney.co.uk" target="_blank" rel="noopener">@aney</a> with <a href="https://danluu.com/web-bloat/" target="_blank" rel="noopener">web bloat</a> in mind | <a href="https://github.com/Aney/website" target="_blank" rel="noopener">Source Code</a></p>
</footer>
</body>
</html>