diff --git a/articles/post34.php b/articles/post34.php index cb11819..dba898f 100644 --- a/articles/post34.php +++ b/articles/post34.php @@ -26,7 +26,7 @@

I installed OpenBSD on it because it is a great system for building secure servers but importantly it uses LibreSSL which was something I really wanted for this website.

Issues

OpenBSD works a little differently than the GNU/Linux I am used to so this took a bit of work to figure out. Most of my issues were PHP related because it's much harder to set up on BSD.

-

While the website still has a few flaws that I plan on fixing very soon (https://speedie.site/projects doesn't lead to projects.php and instead results in an 'Access Denied.' from Apache), the website seems to be work fine.

+

While the website still has a few flaws that I plan on fixing very soon (https://speedie.site/projects doesn't lead to project-list.php and instead results in an 'Access Denied.' from Apache), the website seems to be work fine.

Website rewrite

So, let's talk about the website itself.

First of all, just take a look around. The website has been rewritten from scratch, this time using PHP for the header and footer. This allows changes to be easily made to the header for every single document (there were a lot of them) saving time.

diff --git a/index.php b/index.php index 0ebbff3..643afaa 100644 --- a/index.php +++ b/index.php @@ -15,7 +15,7 @@ diff --git a/rss-archived-01.xml b/rss-archived-01.xml index 4182895..3d4b028 100644 --- a/rss-archived-01.xml +++ b/rss-archived-01.xml @@ -304,7 +304,7 @@ Since yesterday I've been working on a little website overhaul (mostly fixing errors and improving index.php) so this is just a quick blog post telling you about it.

Normally I wouldn't make a blog post about small changes like this because... I mean it's a website, it's supposed to be updated and changed frequently.

-

I've made some changes to the layout however and removed a few buttons. For example, my forks and dotfiles can now be found here instead. This was done to keep the front page clean and to the point. I also removed some project links but they're still up, just in the Projects page instead.

+

I've made some changes to the layout however and removed a few buttons. For example, my forks and dotfiles can now be found here instead. This was done to keep the front page clean and to the point. I also removed some project links but they're still up, just in the Projects page instead.

I added some fancy 90s style buttons as well to the footer of the front page because I thought they were cool. Let me know what you think about them and feel free to suggest more (License must be free to use). I also renamed a few blog posts but they're all still up. I plan on archiving a few blog posts but they won't be deleted.

That's it for the website update. Thank you for reading and have a good day! Hopefully next blog post will be a little more useful! 😃

]]>
@@ -650,7 +650,7 @@

I installed OpenBSD on it because it is a great system for building secure servers but importantly it uses LibreSSL which was something I really wanted for this website.

Issues

OpenBSD works a little differently than the GNU/Linux I am used to so this took a bit of work to figure out. Most of my issues were PHP related because it's much harder to set up on BSD.

-

While the website still has a few flaws that I plan on fixing very soon (https://speedie.site/projects doesn't lead to projects.php and instead results in an 'Access Denied.' from Apache), the website seems to be work fine.

+

While the website still has a few flaws that I plan on fixing very soon (https://speedie.site/projects doesn't lead to project-list.php and instead results in an 'Access Denied.' from Apache), the website seems to be work fine.

Website rewrite

So, let's talk about the website itself.

First of all, just take a look around. The website has been rewritten from scratch, this time using PHP for the header and footer. This allows changes to be easily made to the header for every single document (there were a lot of them) saving time.

diff --git a/updates.xml b/updates.xml index 6a34d9d..7fe0630 100644 --- a/updates.xml +++ b/updates.xml @@ -1,7 +1,7 @@ speedie.site project updates - https://speedie.site/projects.php + https://speedie.site/project-list.php RSS feed for updates on my projects.