some new stuff

This commit is contained in:
speedie 2023-01-30 13:56:20 +01:00
parent b160648d90
commit 1e6f2fb50b
6 changed files with 45 additions and 4 deletions

View file

@ -18,7 +18,7 @@
<p>As for the more general wiki, it's far, FAR from complete so far. In fact there is only one article. But I plan on slowly expanding it as time goes on. With that said, you may be wondering what wiki solution I went with. Did I write my own? What wiki solutions are there that aren't absolutely massive and terrible?</p>
<p>Of course, <a href="https://github.com/panicsteve/w2wiki">w2wiki</a>. w2wiki is written purely in PHP and CSS, and articles are written in Markdown as stated previously. I have to say I really like w2wiki and I have no plans to use something different. I will say, I don't really like the default CSS, however we're not soydevs here, so I changed that to fit the theme and minimalism of the regular speedie.gq website.</p>
<p>Anyways, that's just a small post for today, I have two more suckless related posts coming up relatively soon, but after that I hope to write some more classic blog posts. I have been relatively busy with real life of course, so I haven't had time to write anything proper, although I have a relatively good amount of ideas.</p>
<p>That's it for today, thank you for reading, check out the <a href="https://speedie.gq/wiki">general wiki</a>, as well as the <a href="https://speedie.gq/projects/speedwm">speedwm wiki</a> and have a nice day!</p>
<p>That's it for today, thank you for reading, check out the <a href="https://wiki.speedie.gq">general wiki</a>, as well as the <a href="https://speedwm.speedie.gq">speedwm wiki</a> and have a nice day!</p>
</div>
</body>
<footer>

26
articles/post44.php Normal file
View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<?php include '../php/header.php';?>
<title>..and a git repository (CGIT REVIEW!!!)</title>
<meta charset="UTF-8">
<meta name="description" content="I don't think it needs to be said but I've been doing some changes to this website recently. If you saw yesterday's blog post, I talked about some changes I had made, such as introducing a speedwm and general wiki to the site.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="content">
<h2>..and a git repository (CGIT REVIEW!!!)</h2>
<h4>2023-01-28</h4>
<p>I don't think it needs to be said but I've been doing some changes to this website recently. If you saw yesterday's blog post, I talked about some changes I had made, such as introducing a speedwm and general wiki to the site. I made some changes to the wiki shortly after publishing that blog post, and today I made even more changes so I think it justifies another blog post. Either way, this blog post is practically just an extension to the last one.</p>
<p>Now, why did I make these changes, and why the title which (seemingly) has nothing to do with the point of this blog post anyway? Well, you see I decided to try to set up a Git server by myself for a few reasons and that's exactly what I really want to talk about, I just think I should put the wiki changes in this post as well. First of all, I should mention that the speedwm wiki has moved to <a href="https://speedwm.speedie.gq">speedwm.speedie.gq</a> and the more.. general wiki has moved to <a href="https://wiki.speedie.gq">wiki.speedie.gq</a>. I'm doing this because it's good practice, really. Besides, I want to be able to use projects/speedwm again if necessary. I have updated the blog post to reflect these changes of course, but just keep that in mind.</p>
<p>Alright, let's talk about <code>cgit</code>, which is likely why you clicked on this blog post in the first place. cgit as the name implies is a git frontend which allows you to go through commits and other nice things using your browser.. alright alright I think we all know what it is now but cgit is written in C, no not C++, Rust or any other garbage, just plain perfect C. It's also very minimal but still offers basic functionality and even some nice things like RSS feeds for commits, which I talked about in my blog post about <a href="https://codeberg.org">Codeberg</a>, which is really nice for people like myself who primarily use the internet through these feeds anyway.</p>
<p>I looked at other solutions as well, such as stagit but they all had annoying flaws which cgit didn't seem to have so I decided to attempt to host an instance of cgit. I would say it went relatively well, and it was definitely a learning experience. I don't think I've learned this much about Git in 30 minutes ever before, so I'm definitely glad I did it for that reason as well.</p>
<p>By now, you may be wondering if I'm going to leave Codeberg. I have no plans to leave Codeberg, but some of my projects are going to be moved to <a href="https://git.speedie.gq">git.speedie.gq</a> because internet independence is always a good thing, and I like the control this gives me. As of writing this blog post, speedwm, speedwm-extras, speedwm-wiki, libspeedwm, spmenu, st and speediegq all have repositories on git.speedie.gq, some more are going to be moved and the Codeberg repositories for these are going to stay as backups that will be updated around each version bump/release. Some repositories will stay on Codeberg as it's just unnecessary to move them to git.speedie.gq for various reasons such as lack of quality.</p>
<p>Either way, I think that's all I have to say, next blog post is probably going to be about my computer setup in general (it's VERY different from the norm, beyond just the operating system and window manager). So yeah, check out <a href="https://git.speedie.gq">git.speedie.gq</a>, and the wiki if you haven't already, and have a good day!</p>
</div>
</body>
<footer>
<?php include '../php/footer.php';?>
</footer>
</html>

View file

@ -14,6 +14,7 @@
<p>I repost some of my RSS feed articles/posts here sometimes. This is a view of all of them.</p>
<p>NOTE: You can see all of them using my <a href="rss.xml">RSS</a> feed.</p>
<h4>Posts 40-49</h4>
<h5><a href="articles/post44.php">..and a git repository (CGIT REVIEW!!!)</a>, written on 2023-01-28 by <a href="index.php">speedie</a></h5>
<h5><a href="articles/post43.php">speedie.gq now has a wiki!</a>, written on 2023-01-26 by <a href="index.php">speedie</a></h5>
<h5><a href="articles/post42.php">When will I use BSD?</a>, written on 2023-01-17 by <a href="index.php">speedie</a></h5>
<h5><a href="articles/post41.php">Why YouTube© doesn't recommend your videos.</a>, written on 2023-01-15 by <a href="index.php">speedie</a></h5>

View file

@ -7,6 +7,6 @@
</head>
<body>
<div class="navbar">
<span>speedie.gq | <a href="/index.php">Home</a> <a href="/projects.php">Projects</a> <a href="/blog.php">Blog</a> <a href="/guides.php">Guides</a> <a href="https://speedie.gq/wiki">Wiki</a> <a href="/donate.php">Donate</a> <a href="/rss.xml">RSS</a></span>
<span>speedie.gq | <a href="/index.php">Home</a> <a href="/projects.php">Projects</a> <a href="/blog.php">Blog</a> <a href="https://git.speedie.gq">Git</a> <a href="https://wiki.speedie.gq">Wiki</a> <a href="/donate.php">Donate</a> <a href="/rss.xml">RSS</a></span>
</div>
<div class="content">

16
rss.xml
View file

@ -893,7 +893,21 @@
<p>As for the more general wiki, it's far, FAR from complete so far. In fact there is only one article. But I plan on slowly expanding it as time goes on. With that said, you may be wondering what wiki solution I went with. Did I write my own? What wiki solutions are there that aren't absolutely massive and terrible?</p>
<p>Of course, <a href="https://github.com/panicsteve/w2wiki">w2wiki</a>. w2wiki is written purely in PHP and CSS, and articles are written in Markdown as stated previously. I have to say I really like w2wiki and I have no plans to use something different. I will say, I don't really like the default CSS, however we're not soydevs here, so I changed that to fit the theme and minimalism of the regular speedie.gq website.</p>
<p>Anyways, that's just a small post for today, I have two more suckless related posts coming up relatively soon, but after that I hope to write some more classic blog posts. I have been relatively busy with real life of course, so I haven't had time to write anything proper, although I have a relatively good amount of ideas.</p>
<p>That's it for today, thank you for reading, check out the <a href="https://speedie.gq/wiki">general wiki</a>, as well as the <a href="https://speedie.gq/projects/speedwm">speedwm wiki</a> and have a nice day!</p>]]>
<p>That's it for today, thank you for reading, check out the <a href="https://wiki.speedie.gq">general wiki</a>, as well as the <a href="https://speedwm.speedie.gq">speedwm wiki</a> and have a nice day!</p>]]>
</description>
</item>
<item>
<title>..and a git repository (CGIT REVIEW!!!)</title>
<link>/articles/post44.php</link>
<guid>/articles/post44.php</guid>
<pubDate>Sat, 28 Jan 2023 00:00:00 +0100</pubDate>
<description>
<![CDATA[<p>I don't think it needs to be said but I've been doing some changes to this website recently. If you saw yesterday's blog post, I talked about some changes I had made, such as introducing a speedwm and general wiki to the site. I made some changes to the wiki shortly after publishing that blog post, and today I made even more changes so I think it justifies another blog post. Either way, this blog post is practically just an extension to the last one.</p>
<p>Now, why did I make these changes, and why the title which (seemingly) has nothing to do with the point of this blog post anyway? Well, you see I decided to try to set up a Git server by myself for a few reasons and that's exactly what I really want to talk about, I just think I should put the wiki changes in this post as well. First of all, I should mention that the speedwm wiki has moved to <a href="https://speedwm.speedie.gq">speedwm.speedie.gq</a> and the more.. general wiki has moved to <a href="https://wiki.speedie.gq">wiki.speedie.gq</a>. I'm doing this because it's good practice, really. Besides, I want to be able to use projects/speedwm again if necessary. I have updated the blog post to reflect these changes of course, but just keep that in mind.</p>
<p>Alright, let's talk about <code>cgit</code>, which is likely why you clicked on this blog post in the first place. cgit as the name implies is a git frontend which allows you to go through commits and other nice things using your browser.. alright alright I think we all know what it is now but cgit is written in C, no not C++, Rust or any other garbage, just plain perfect C. It's also very minimal but still offers basic functionality and even some nice things like RSS feeds for commits, which I talked about in my blog post about <a href="https://codeberg.org">Codeberg</a>, which is really nice for people like myself who primarily use the internet through these feeds anyway.</p>
<p>I looked at other solutions as well, such as stagit but they all had annoying flaws which cgit didn't seem to have so I decided to attempt to host an instance of cgit. I would say it went relatively well, and it was definitely a learning experience. I don't think I've learned this much about Git in 30 minutes ever before, so I'm definitely glad I did it for that reason as well.</p>
<p>By now, you may be wondering if I'm going to leave Codeberg. I have no plans to leave Codeberg, but some of my projects are going to be moved to <a href="https://git.speedie.gq">git.speedie.gq</a> because internet independence is always a good thing, and I like the control this gives me. As of writing this blog post, speedwm, speedwm-extras, speedwm-wiki, libspeedwm, spmenu, st and speediegq all have repositories on git.speedie.gq, some more are going to be moved and the Codeberg repositories for these are going to stay as backups that will be updated around each version bump/release. Some repositories will stay on Codeberg as it's just unnecessary to move them to git.speedie.gq for various reasons such as lack of quality.</p>
<p>Either way, I think that's all I have to say, next blog post is probably going to be about my computer setup in general (it's VERY different from the norm, beyond just the operating system and window manager). So yeah, check out <a href="https://git.speedie.gq">git.speedie.gq</a>, and the wiki if you haven't already, and have a good day!</p>]]>
</description>
</item>
</channel>

View file

@ -16,7 +16,7 @@
}
body {
background-color: #222222;
background-color: #000000;
}
* {