Freyja's Blog

Doing more stuff...

doing more stuff with the blog

Doing more

Now that I have gitea (and a mysql server) in ‘prod’, its time to do more automagical things. The first line of business will be to look into CI/CD tools with gitea. Its rather silly that I have a whole-ass gitea server running, but don’t utilize any of the ci/cd features that it offers. At a minimum, I could set up something to update this webserver automatically based off of a git repo push, instead of the current method: sftp directly into the freebsd host, navigate to the jail’s html folder, and editing things directly. I’m literally editing this thing LIVE in vscode right now, lol. The moment I hit save, is the moment it gets published. I could maybe stand to do things a little different…? Possibly? Or maybe I won’t. Maybe I’ll just say “Fuck it, that’s too much work, this site is full on low-effort”. IDK. It depends on how much I think going ‘low effort’ will end up causing me to have an annoying, repetative workflow when editing this site.


EDIT: 2024-01-17 11:27

This was imported from the old version of this blog. Here is the original html version:

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>TEMPLATE</title>
</head>

<body>
    <nav>
        <a href="/index.html">Index</a>
        <a href="/about.html">About</a>
        <a href="/contact.html">Contact</a>
    </nav>
    <hr>
    <!-- CONTENT GOES HERE -->
        <h1>Doing more.</h1>
        <p>Now that I have gitea (and a mysql server) in 'prod', its time to do more automagical things. The first line of business will be to look into CI/CD tools with gitea. Its rather silly that I have a whole-ass gitea server running, but don't utilize any of the ci/cd features that it offers. At a minimum, I could set up something to update this webserver automatically based off of a git repo push, instead of the current method: sftp directly into the freebsd host, navigate to the jail's html folder, and editing things directly. I'm literally editing this thing LIVE in vscode right now, lol. The moment I hit save, is the moment it gets published. I could maybe stand to do things a *little* different...? Possibly? Or maybe I won't. Maybe I'll just say "Fuck it, that's too much work, this site is full on low-effort". IDK. It depends on how much I think going 'low effort' will end up causing me to have an annoying, repetative workflow when editing this site.</p>

    <!-- END CONTENT -->
    <hr>
    <footer>
        <p>Published: 3rd July, 2023 @ 4:20pm PDT</p>
    </footer>
</body>

</html>