Error
+ +Error
Page Not Found
This page doesn’t exist. Why not make it yourself?
@@ -53,41 +50,40 @@diff --git a/config/pages/404/conf.toml b/config/pages/404/conf.toml index 9e1dd019..8cf21be7 100755 --- a/config/pages/404/conf.toml +++ b/config/pages/404/conf.toml @@ -1,21 +1,21 @@ [main] [[main.block]] -from_str = "config/global/elements/head.html" -style = "html" +format = "html" +content_file = "config/global/elements/head.html" [[main.block]] -from_str = "config/pages/404/head.html" -style = "html" +format = "html" +content_file = "config/pages/404/head.html" [[main.block]] -from_str = "config/global/elements/navbar.html" -style = "html" +format = "html" +content_file = "config/global/elements/navbar.html" [[main.block]] -from_str = "config/pages/404/404.md" -style = "md" +format = "md" +content_file = "config/pages/404/404.md" [[main.block]] -from_str = "config/global/elements/footer.html" -style = "html" +format = "html" +content_file = "config/global/elements/footer.html" diff --git a/config/pages/contact/conf.toml b/config/pages/contact/conf.toml index 8ec5f9fa..bc1180e0 100755 --- a/config/pages/contact/conf.toml +++ b/config/pages/contact/conf.toml @@ -1,21 +1,21 @@ [main] [[main.block]] -from_str = "config/global/elements/head.html" -style = "html" +format = "html" +content_file = "config/global/elements/head.html" [[main.block]] -from_str = "config/pages/contact/head.html" -style = "html" +format = "html" +content_file = "config/pages/contact/head.html" [[main.block]] -from_str = "config/global/elements/navbar.html" -style = "html" +format = "html" +content_file = "config/global/elements/navbar.html" [[main.block]] -from_str = "config/pages/contact/contact.md" -style = "md" +format = "md" +content_file = "config/pages/contact/contact.md" [[main.block]] -from_str = "config/global/elements/footer.html" -style = "html" +format = "html" +content_file = "config/global/elements/footer.html" diff --git a/config/pages/index/conf.toml b/config/pages/index/conf.toml index 00a057df..4c28ef4f 100755 --- a/config/pages/index/conf.toml +++ b/config/pages/index/conf.toml @@ -1,21 +1,21 @@ [main] [[main.block]] -from_str = "config/global/elements/head.html" -style = "html" +format = "html" +content_file = "config/global/elements/head.html" [[main.block]] -from_str = "config/pages/index/head.html" -style = "html" +format = "html" +content_file = "config/pages/index/head.html" [[main.block]] -from_str = "config/global/elements/navbar.html" -style = "html" +format = "html" +content_file = "config/global/elements/navbar.html" [[main.block]] -from_str = "config/pages/index/index.md" -style = "md" +format = "md" +content_file = "config/pages/index/index.md" [[main.block]] -from_str = "config/global/elements/footer.html" -style = "html" +format = "html" +content_file = "config/global/elements/footer.html" diff --git a/config/pages/portfolio/conf.toml b/config/pages/portfolio/conf.toml index c36a5d7b..a13d4dbd 100755 --- a/config/pages/portfolio/conf.toml +++ b/config/pages/portfolio/conf.toml @@ -1,21 +1,21 @@ [main] [[main.block]] -from_str = "config/global/elements/head.html" -style = "html" +format = "html" +content_file = "config/global/elements/head.html" [[main.block]] -from_str = "config/pages/portfolio/head.html" -style = "html" +format = "html" +content_file = "config/pages/portfolio/head.html" [[main.block]] -from_str = "config/global/elements/navbar.html" -style = "html" +format = "html" +content_file = "config/global/elements/navbar.html" [[main.block]] -from_str = "config/pages/portfolio/portfolio.html" -style = "html" +format = "html" +content_file = "config/pages/portfolio/portfolio.html" [[main.block]] -from_str = "config/global/elements/footer.html" -style = "html" +format = "html" +content_file = "config/global/elements/footer.html" diff --git a/config/pages/posts/conf.toml b/config/pages/posts/conf.toml index 8a05fea1..ba5546f2 100755 --- a/config/pages/posts/conf.toml +++ b/config/pages/posts/conf.toml @@ -1,21 +1,21 @@ [main] [[main.block]] -from_str = "config/global/elements/head.html" -style = "html" +format = "html" +content_file = "config/global/elements/head.html" [[main.block]] -from_str = "config/pages/posts/head.html" -style = "html" +format = "html" +content_file = "config/pages/posts/head.html" [[main.block]] -from_str = "config/global/elements/navbar.html" -style = "html" +format = "html" +content_file = "config/global/elements/navbar.html" [[main.block]] -from_str = "config/pages/posts/posts.html" -style = "html" +format = "html" +content_file = "config/pages/posts/posts.html" [[main.block]] -from_str = "config/global/elements/footer.html" -style = "html" +format = "html" +content_file = "config/global/elements/footer.html" diff --git a/config/pages/services/conf.toml b/config/pages/services/conf.toml index 01379851..868ed330 100755 --- a/config/pages/services/conf.toml +++ b/config/pages/services/conf.toml @@ -1,21 +1,21 @@ [main] [[main.block]] -from_str = "config/global/elements/head.html" -style = "html" +format = "html" +content_file = "config/global/elements/head.html" [[main.block]] -from_str = "config/pages/services/head.html" -style = "html" +format = "html" +content_file = "config/pages/services/head.html" [[main.block]] -from_str = "config/global/elements/navbar.html" -style = "html" +format = "html" +content_file = "config/global/elements/navbar.html" [[main.block]] -from_str = "config/pages/services/services.md" -style = "md" +format = "md" +content_file = "config/pages/services/services.md" [[main.block]] -from_str = "config/global/elements/footer.html" -style = "html" +format = "html" +content_file = "config/global/elements/footer.html" diff --git a/config/pages/support/conf.toml b/config/pages/support/conf.toml index cf449b28..54bfc388 100755 --- a/config/pages/support/conf.toml +++ b/config/pages/support/conf.toml @@ -1,21 +1,21 @@ [main] [[main.block]] -from_str = "config/global/elements/head.html" -style = "html" +format = "html" +content_file = "config/global/elements/head.html" [[main.block]] -from_str = "config/pages/support/head.html" -style = "html" +format = "html" +content_file = "config/pages/support/head.html" [[main.block]] -from_str = "config/global/elements/navbar.html" -style = "html" +format = "html" +content_file = "config/global/elements/navbar.html" [[main.block]] -from_str = "config/pages/support/support.md" -style = "md" +format = "md" +content_file = "config/pages/support/support.md" [[main.block]] -from_str = "config/global/elements/footer.html" -style = "html" +format = "html" +content_file = "config/global/elements/footer.html" diff --git a/docs/404.html b/docs/404.html index bdeedc65..0f5fd857 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,46 +1,43 @@ + + +
+ + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + -This page doesn’t exist. Why not make it yourself?
@@ -53,41 +50,40 @@Website
-Tech Support Business
-Poem Compilation
-Website
+Tech Support Business
+Poem Compilation
+Through this job I’ve learned much. I’ve learnt how to liaise with clients, how to act in a professional environment, and the basics of running a business. It’s also had a large hand in building my confidence as well as other soft skills.
I learned a lot about letter forms during the process and ended up spending a lot of time waiting for Illustrator to compute my 3D shapes. I think it was worth it in the end, as the output was certainly interesting.
I was tasked with building a website for the platform. A previous contributor already had a design in mind, which I fleshed out, cleaned up, and put to code. I used my static site generator, Adduce and put together a site that introduces people to the project.
You can check out the live site at mutant.revolt.chat.
Review
-| 1881 words | 6 minute read
- - - -Essay
-| 2124 words | 8 minute read
- - - -Tutorial
-| 875 words | 3 minute read
- - - -Review
-| 1380 words | 5 minute read
- - - -Essay
-| 1896 words | 7 minute read
- - - -Review
-| 1064 words | 4 minute read
- - - -Essay
-| 2365 words | 8 minute read
- - - -Review
-| 1495 words | 5 minute read
- - - -Essay
-| 1057 words | 3 minute read
- - - -Tutorial
-| 1150 words | 4 minute read
- - - -Review
-| 3235 words | 11 minute read
- - - -Tutorial
-| 1087 words | 4 minute read
- - - -Tutorial
-| 780 words | 3 minute read
- - - -Meta
-| 561 words | 2 minute read
- -Review
+| 1881 words | 6 minute read
+ + + +Essay
+| 2124 words | 8 minute read
+ + + +Tutorial
+| 875 words | 3 minute read
+ + + +Review
+| 1380 words | 5 minute read
+ + + +Essay
+| 1896 words | 7 minute read
+ + + +Review
+| 1064 words | 4 minute read
+ + + +Essay
+| 2365 words | 8 minute read
+ + + +Review
+| 1495 words | 5 minute read
+ + + +Essay
+| 1057 words | 3 minute read
+ + + +Tutorial
+| 1150 words | 4 minute read
+ + + +Review
+| 3235 words | 11 minute read
+ + + +Tutorial
+| 1087 words | 4 minute read
+ + + +Tutorial
+| 780 words | 3 minute read
+ + + +Meta
+| 561 words | 2 minute read
+ +I hope you enjoyed my review. If you’ve got any questions about the laptop or think there is something I could add, then let me know in the comments below.
Cybersecurity is important, and it’s worth putting in the time to stay safe. It takes more effort to do damage control than it does to simply stay protected in the first place. If you have any suggestions on additions that I could implement in this article, then I’d love to hear them in the comments below.
I hope that you gained something reading about my thoughts on Halo. I’d love to hear your thoughts and opinions on the franchise, so leave them in the comments.
If you liked my review of the Flipper, then do consider sharing it. Also, if you’d like to see me produce more content like this, then tips are very much appreciated.
Please feel welcome to leave any suggestions in the comments.
Are there any specific settings you change, or parts of this post that you think could be improved? Leave your suggestions in a comment.
- + \ No newline at end of file diff --git a/docs/posts/Making-Windows-Usable.html b/docs/posts/Making-Windows-Usable.html index 6a565d1d..0fb618f4 100644 --- a/docs/posts/Making-Windows-Usable.html +++ b/docs/posts/Making-Windows-Usable.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + -And there you have it, a few tweaks, and Windows went from ‘Why do you insist on torturing me?’ to ‘I suppose you can stay’. I hope you found this little guide useful. Is there anything specific you do for your installs or something that I missed? If so, leave it in the comments!
- + \ No newline at end of file diff --git a/docs/posts/Minecraft-Nostalgia-And-Growing-Up.html b/docs/posts/Minecraft-Nostalgia-And-Growing-Up.html index 65c50c5c..c3404568 100644 --- a/docs/posts/Minecraft-Nostalgia-And-Growing-Up.html +++ b/docs/posts/Minecraft-Nostalgia-And-Growing-Up.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + -Thank you.
- + \ No newline at end of file diff --git a/docs/posts/My-Code-Formatting-Guidelines.html b/docs/posts/My-Code-Formatting-Guidelines.html index 1be13ae0..9de7181f 100644 --- a/docs/posts/My-Code-Formatting-Guidelines.html +++ b/docs/posts/My-Code-Formatting-Guidelines.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + -If you liked this post, then do consider sharing it. Also, if you’d like to support me in making more like it, consider sending me a tip. It’d mean a lot.
- + \ No newline at end of file diff --git a/docs/posts/Prematurely-Pulling-The-Plug-On-3G.html b/docs/posts/Prematurely-Pulling-The-Plug-On-3G.html index 8e209516..ab715a9d 100644 --- a/docs/posts/Prematurely-Pulling-The-Plug-On-3G.html +++ b/docs/posts/Prematurely-Pulling-The-Plug-On-3G.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + -If you liked this article, then do consider sharing it, both for my own benefit and to raise awareness of the shutdown. Also, if you’d like to see me produce similar content into the future, then consider sending me a tip. It’d mean a lot.
- + \ No newline at end of file diff --git a/docs/posts/School-Internet.html b/docs/posts/School-Internet.html index 9ad717d7..7df64f1c 100644 --- a/docs/posts/School-Internet.html +++ b/docs/posts/School-Internet.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + -Had any issues with the process or think something may have changed? Leave a comment down below, and I’ll try my best to assist.
- + \ No newline at end of file diff --git a/docs/posts/Welcome.html b/docs/posts/Welcome.html index d98a1374..a0730386 100644 --- a/docs/posts/Welcome.html +++ b/docs/posts/Welcome.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + -If you wish to see what the site looked like before these changes, you can take a peek on the Internet Archive’s Wayback Machine. I’ve put a lot of work into improving this site and still have quite a bit to go. If you have any feedback regarding how I could improve this site, I’d love to hear it. You can chuck it in the comments below.
- + \ No newline at end of file diff --git a/docs/posts/feed.rss b/docs/posts/feed.xml similarity index 100% rename from docs/posts/feed.rss rename to docs/posts/feed.xml diff --git a/docs/services.html b/docs/services.html index ea5635d7..57f3f483 100644 --- a/docs/services.html +++ b/docs/services.html @@ -1,49 +1,46 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + -I host a range of services from both a computer at my house and various servers around the interweb. The current and historical statuses of all my services are displayed here. Some of the stuff I host includes:
I spend quite a bit of money and time doing stuff on the internet, but that isn’t necessarily sustainable. So, if you’re a fan of me, the stuff I post, the things I’ve made, or that which I host, then consider supporting me. It helps me keep the servers whirring and the code compiling.
If you’re donating for any specific project, then let me know so I can best allocate my resources.