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 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - Page Not Found | Vale.Rocks - - - - + + + Page Not Found | Vale.Rocks + + - - -

Error

+ + + +
+

Error

Page Not Found

This page doesn’t exist. Why not make it yourself?

@@ -53,41 +50,40 @@

Page Not Found

+
+ + -
- - - - - \ No newline at end of file + + \ No newline at end of file diff --git a/docs/contact.html b/docs/contact.html index 58e9ddf7..e4f2e1c1 100644 --- a/docs/contact.html +++ b/docs/contact.html @@ -1,49 +1,46 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - Contact | Vale.Rocks - - - - - - + + + + Contact | Vale.Rocks + + + + - - -

Contact

+ + + +
+

Contact

Need to get in contact with me for whatever reason? The best ways to do so are:
    @@ -73,41 +70,40 @@
+
+ + -
- - - - - \ No newline at end of file + + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 2b832f14..e4c55710 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,49 +1,46 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - Vale.Rocks - - - - - - - + + + Vale.Rocks + + + + + - - -
+ + + +
+

Vale

@@ -72,41 +69,40 @@

Let’s Connect

} +
+ + -
- - - - - \ No newline at end of file + + \ No newline at end of file diff --git a/docs/portfolio.html b/docs/portfolio.html index 7352acf1..765b1331 100644 --- a/docs/portfolio.html +++ b/docs/portfolio.html @@ -1,121 +1,115 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - Portfolio | Vale.Rocks - - - - - - - + + + Portfolio | Vale.Rocks + + + + + - - -
+ + -

Portfolio

- -
-

Selected Works

- - - -

Even More Stuff

- - -
+
+

Portfolio

-
- - - - - \ No newline at end of file +
+

Selected Works

+ + + +

Even More Stuff

+ + +
+
+ + + + + \ No newline at end of file diff --git a/docs/portfolio/CapChord.html b/docs/portfolio/CapChord.html index 70d3bc20..b5704d69 100644 --- a/docs/portfolio/CapChord.html +++ b/docs/portfolio/CapChord.html @@ -1,44 +1,40 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - -
- - Portfolio
+ + + - +
+Portfolio
+ + CapChord | Vale.Rocks @@ -59,4 +55,4 @@

Problems and Thought Process

Lessons Learned

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.

- + \ No newline at end of file diff --git a/docs/portfolio/Meat-Typeface.html b/docs/portfolio/Meat-Typeface.html index a6861f20..24a8d80b 100644 --- a/docs/portfolio/Meat-Typeface.html +++ b/docs/portfolio/Meat-Typeface.html @@ -1,44 +1,40 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - -
- - Portfolio
+ + + - +
+Portfolio
+ + Meat Typeface | Vale.Rocks @@ -57,4 +53,4 @@

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.

The words 'Meat Font' written in red meat. In some places the meat is missing exposing skeletal letters underneath.

- + \ No newline at end of file diff --git a/docs/portfolio/Mutant-Remix.html b/docs/portfolio/Mutant-Remix.html index 4b128d7b..b54f63a2 100644 --- a/docs/portfolio/Mutant-Remix.html +++ b/docs/portfolio/Mutant-Remix.html @@ -1,44 +1,40 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - -
- - Portfolio
+ + + - +
+Portfolio
+ + Mutant Remix Website | Vale.Rocks @@ -55,4 +51,4 @@

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.

- + \ No newline at end of file diff --git a/docs/portfolio/Pam-Carters-Scriptural-Poetry.html b/docs/portfolio/Pam-Carters-Scriptural-Poetry.html index 2f84e740..a57fba93 100644 --- a/docs/portfolio/Pam-Carters-Scriptural-Poetry.html +++ b/docs/portfolio/Pam-Carters-Scriptural-Poetry.html @@ -1,44 +1,40 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - -
- - Portfolio
+ + + - +
+Portfolio
+ + Pam Carter's Scriptural Poetry | Vale.Rocks @@ -57,4 +53,4 @@

A hardcover book with a painting-style cover titled 'Spiritual Poems by Pamela' on a pale pink background. The subtitle 'Volume One - He Is There' is at the top, and the author's name 'Pamela Maitland Carter' is at the bottom. The cover image depicts a pastoral landscape with a figure in a red hat amidst greenery and flowers under a blue sky. An open book is resting on a beige surface with the left page titled 'THE POWER OF PRAYER' in bold letters and featuring a text passage. The right page contains a photograph of a silhouetted person with arms outstretched against a backdrop of a forest and a golden sunset. The book is halfway open.

- + \ No newline at end of file diff --git a/docs/portfolio/Photography.html b/docs/portfolio/Photography.html index a1c87d45..595d44e8 100644 --- a/docs/portfolio/Photography.html +++ b/docs/portfolio/Photography.html @@ -1,44 +1,40 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - -
- - Portfolio
+ + + - +
+Portfolio
+ + Photography | Vale.Rocks @@ -58,4 +54,4 @@

A panoramic view of a picturesque lakeside town nestled at the foot of rugged, snow-capped mountains. The vibrant blue lake is prominent, with boats visible on the water, and the settlement spreads out into the green and brown patchwork landscape leading to the towering peaks under a clear blue sky. A single mushroom with a textured brown cap and slim stem stands prominently in the center of a vibrant green moss-covered forest floor. The background is a softly blurred view of a forest with tall trees, suggesting a quiet, serene woodland scene.

- + \ No newline at end of file diff --git a/docs/portfolio/feed.rss b/docs/portfolio/feed.rss deleted file mode 100644 index 561f99cc..00000000 --- a/docs/portfolio/feed.rss +++ /dev/null @@ -1,140 +0,0 @@ -Vale.Rocks Portfoliohttps://vale.rocksA collection of works and creations by Declan Chidlow.AdduceCapChord.md - CapChord | Vale.Rocks - - - - -
-
- Tech Support Business -

- CapChord -

-
- -
- -CapChord is a mobile call-out business that I both personally own and operate. It's dedicated to helping the elderly and those with limited technical knowledge by providing support with a range of digital tasks. - -## Purpose and Goal -The primary directive of CapChord is to allow those without the necessary knowledge to harness the benefits of modern technology without strife. I ensure that clients can comfortably communicate with loved ones, access essential online services, and enjoy the advantages of the information age. - -## Problems and Thought Process -I've faced a few problems with CapChord. With no formal training in business I had to learn what was necessary for me to start operation. I also noticed that some clients would need not just help, but a full explanation of what I was doing and how I was doing it to assist them in understanding their own technology. This lead me to tailor my operation to explaining and teaching as well as troubleshooting and fixing in a way that is both efficient and effective. - -## Lessons Learned -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. - -
-
-]]>
Mutant-Remix.md - Mutant Remix Website | Vale.Rocks - - - - -
-
- Website -

- Mutant Remix Website -

-
- -
- -Mutant Remix is an emoji pack built for the chat platform [Revolt](/blog/Revolt_Promotion). It combines the blobby shapes of Android's emojis of old with the crisp, bold style of Mutant Standard, creating something new and distinct. - -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](https://adduce.vale.rocks) and put together a site that introduces people to the project. - -You can check out the live site at [mutant.revolt.chat](https://mutant.revolt.chat). - -
-
-]]>
Photography.md - Photography | Vale.Rocks - - - - -
-
- Pictures -

- Photography -

-
- -
- -I'm by no means a professional photographer, but these are a series of photos I’ve taken. I don’t have a professional camera, so I use my Nokia G22’s inbuilt camera and then touch them up, where necessary, in Adobe Lightroom. I enjoy taking pictures of the natural world when the opportunity presents itself, although I’m far from opposed to taking pictures of other subjects. - -I upload most of what I take to Unsplash for anyone to use, free of charge. My account is [@OuterVale](https://unsplash.com/@outervale). - -A tree with vibrant pink-red leaves stands against a clear blue sky, in front of a one-story house with a brick façade. The sunlight filters through the leaves, highlighting their color. - -Close-up view of a vibrant green moss-covered surface with a small, delicate mushroom with a tan cap standing out against the textured background. The sunlight accentuates the intricate details of the moss and the slender stem of the mushroom. - -A panoramic view of a picturesque lakeside town nestled at the foot of rugged, snow-capped mountains. The vibrant blue lake is prominent, with boats visible on the water, and the settlement spreads out into the green and brown patchwork landscape leading to the towering peaks under a clear blue sky. - -A single mushroom with a textured brown cap and slim stem stands prominently in the center of a vibrant green moss-covered forest floor. The background is a softly blurred view of a forest with tall trees, suggesting a quiet, serene woodland scene. - -
-
-]]>
Meat-Typeface.md - Meat Typeface | Vale.Rocks - - - - -
-
- Slightly Disturbing Typeface -

- Meat Typeface -

-
- -
- -I'm near certain that most people, at some point, have fantasised about wielding meat as a writing tool. Well, you needn't wait any longer, as my meat typeface fulfils that dream. - -The brief I received during my Certificate IV in Design was to create a typeface. As long as it had the entire alphabet, both upper and lowercase, anything went. I thought long and hard before settling on meat. - -For a fleeting moment, I considered using actual meat but thought better and instead took it as a wonderful opportunity to learn about Adobe Illustrator’s 3D tools. Using some interesting texturing, I managed to concoct a fleshy, meaty typeface. - -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*. - -The words 'Meat Font' written in red meat. In some places the meat is missing exposing skeletal letters underneath. - -
-
-]]>
Pam-Carters-Scriptural-Poetry.md - Pam Carter's Scriptural Poetry | Vale.Rocks - - - - -
-
- Poem Compilation -

- Pam Carter's Scriptural Poetry -

-
- -
- -For many years, my grandmother has been writing poems. Upon seeing my work, she requested that I compile them into a proper, professionally printed book. - -Using InDesign, I sifted through over 20 years of word documents, photographs, and treasured fragments to create something that would do her poems justice. The layout and styling also incorporate a personal touch, as it was created for someone whom I love very much. - -Beyond creating something that honoured my grandmother's dedication to poetry, it also proved an excellent opportunity to broaden my knowledge of designing for press and physical mediums, and I gained a lot of knowledge doing it. - -A hardcover book with a painting-style cover titled 'Spiritual Poems by Pamela' on a pale pink background. The subtitle 'Volume One - He Is There' is at the top, and the author's name 'Pamela Maitland Carter' is at the bottom. The cover image depicts a pastoral landscape with a figure in a red hat amidst greenery and flowers under a blue sky. - -An open book is resting on a beige surface with the left page titled 'THE POWER OF PRAYER' in bold letters and featuring a text passage. The right page contains a photograph of a silhouetted person with arms outstretched against a backdrop of a forest and a golden sunset. The book is halfway open. - -
-
-]]>
\ No newline at end of file diff --git a/docs/posts.html b/docs/posts.html index 6c27dc58..a56783e0 100644 --- a/docs/posts.html +++ b/docs/posts.html @@ -1,188 +1,182 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - Posts | Vale.Rocks - - - - - - - - - - -
- -

Posts

- -
- - - - - -
- -

Review

-

I Got A Flipper Zero

-

| 1881 words | 6 minute read

-
- - -

Essay

-

JPEG XL And Google's War Against It

-

| 2124 words | 8 minute read

-
- - -

Tutorial

-

My Code Formatting Guidelines

-

| 875 words | 3 minute read

-
- - -

Review

-

Minecraft, Nostalgia, and Growing Up

-

| 1380 words | 5 minute read

-
- - -

Essay

-

Cybersecurity Superstition

-

| 1896 words | 7 minute read

-
- - -

Review

-

I Hate My Nokia

-

| 1064 words | 4 minute read

-
- - -

Essay

-

Everything Is Chrome

-

| 2365 words | 8 minute read

-
- - -

Review

-

A Year With The Framework Laptop 13

-

| 1495 words | 5 minute read

-
- - -

Essay

-

Prematurely Pulling the Plug on 3G

-

| 1057 words | 3 minute read

-
- - -

Tutorial

-

Making Windows "Usable"

-

| 1150 words | 4 minute read

-
- - -

Review

-

Halo: My Thoughts

-

| 3235 words | 11 minute read

-
- - -

Tutorial

-

Ultimate LibreOffice Setup

-

| 1087 words | 4 minute read

-
- - -

Tutorial

-

Connecting to Australian School Internet

-

| 780 words | 3 minute read

-
- - -

Meta

-

Welcome

-

| 561 words | 2 minute read

-
-
-
- - - - -
- - - - - \ No newline at end of file + + + + + + + Posts | Vale.Rocks + + + + + + + + + +
+

Posts

+ +
+ + + + + +
+ +

Review

+

I Got A Flipper Zero

+

| 1881 words | 6 minute read

+
+ + +

Essay

+

JPEG XL And Google's War Against It

+

| 2124 words | 8 minute read

+
+ + +

Tutorial

+

My Code Formatting Guidelines

+

| 875 words | 3 minute read

+
+ + +

Review

+

Minecraft, Nostalgia, and Growing Up

+

| 1380 words | 5 minute read

+
+ + +

Essay

+

Cybersecurity Superstition

+

| 1896 words | 7 minute read

+
+ + +

Review

+

I Hate My Nokia

+

| 1064 words | 4 minute read

+
+ + +

Essay

+

Everything Is Chrome

+

| 2365 words | 8 minute read

+
+ + +

Review

+

A Year With The Framework Laptop 13

+

| 1495 words | 5 minute read

+
+ + +

Essay

+

Prematurely Pulling the Plug on 3G

+

| 1057 words | 3 minute read

+
+ + +

Tutorial

+

Making Windows "Usable"

+

| 1150 words | 4 minute read

+
+ + +

Review

+

Halo: My Thoughts

+

| 3235 words | 11 minute read

+
+ + +

Tutorial

+

Ultimate LibreOffice Setup

+

| 1087 words | 4 minute read

+
+ + +

Tutorial

+

Connecting to Australian School Internet

+

| 780 words | 3 minute read

+
+ + +

Meta

+

Welcome

+

| 561 words | 2 minute read

+
+
+
+ + + +
+ + + + + \ No newline at end of file diff --git a/docs/posts/A-Year-With-The-Framework-Laptop-13.html b/docs/posts/A-Year-With-The-Framework-Laptop-13.html index 4444b781..5d3d16f5 100644 --- a/docs/posts/A-Year-With-The-Framework-Laptop-13.html +++ b/docs/posts/A-Year-With-The-Framework-Laptop-13.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ A Year With The Framework Laptop 13 | Vale.Rocks @@ -124,4 +118,4 @@

February 2023 Update

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.

- + \ No newline at end of file diff --git a/docs/posts/Cybersecurity-Superstition.html b/docs/posts/Cybersecurity-Superstition.html index 78a35691..c91f5ca4 100644 --- a/docs/posts/Cybersecurity-Superstition.html +++ b/docs/posts/Cybersecurity-Superstition.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ Cybersecurity Superstition | Vale.Rocks @@ -141,4 +135,4 @@

VPNs

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.

- + \ No newline at end of file diff --git a/docs/posts/Everything-Is-Chrome.html b/docs/posts/Everything-Is-Chrome.html index ed9539e8..27bd70c9 100644 --- a/docs/posts/Everything-Is-Chrome.html +++ b/docs/posts/Everything-Is-Chrome.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ Everything Is Chrome | Vale.Rocks @@ -175,4 +169,4 @@

Taking Action

- + \ No newline at end of file diff --git a/docs/posts/Halo-My-Thoughts.html b/docs/posts/Halo-My-Thoughts.html index 26804d82..2e471757 100644 --- a/docs/posts/Halo-My-Thoughts.html +++ b/docs/posts/Halo-My-Thoughts.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ Halo: My Thoughts | Vale.Rocks @@ -173,4 +167,4 @@

Halo Infinite

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.

- + \ No newline at end of file diff --git a/docs/posts/I-Got-A-Flipper-Zero.html b/docs/posts/I-Got-A-Flipper-Zero.html index 8123578d..cb1174e9 100644 --- a/docs/posts/I-Got-A-Flipper-Zero.html +++ b/docs/posts/I-Got-A-Flipper-Zero.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ I Got A Flipper Zero | Vale.Rocks @@ -136,4 +130,4 @@

Community

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.

- + \ No newline at end of file diff --git a/docs/posts/I-Hate-My-Nokia.html b/docs/posts/I-Hate-My-Nokia.html index 76e57bd0..acbb7047 100644 --- a/docs/posts/I-Hate-My-Nokia.html +++ b/docs/posts/I-Hate-My-Nokia.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ I Hate My Nokia | Vale.Rocks @@ -116,4 +110,4 @@

Please feel welcome to leave any suggestions in the comments.

- + \ No newline at end of file diff --git a/docs/posts/JPEG-XL-And-Googles-War-Against-It.html b/docs/posts/JPEG-XL-And-Googles-War-Against-It.html index 9fd11486..87d5ebef 100644 --- a/docs/posts/JPEG-XL-And-Googles-War-Against-It.html +++ b/docs/posts/JPEG-XL-And-Googles-War-Against-It.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ JPEG XL And Google's War Against It | Vale.Rocks @@ -175,4 +169,4 @@

Taking Action

- + \ No newline at end of file diff --git a/docs/posts/LibreOffice-Setup.html b/docs/posts/LibreOffice-Setup.html index 6fad180a..99c5f140 100644 --- a/docs/posts/LibreOffice-Setup.html +++ b/docs/posts/LibreOffice-Setup.html @@ -1,66 +1,60 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ The Ultimate LibreOffice Setup | Vale.Rocks @@ -113,4 +107,4 @@

Reorganising Forms and Adding Trailing Spaces

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 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ Making Windows "Usable" | Vale.Rocks @@ -116,4 +110,4 @@

Configuration

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 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ Minecraft, Nostalgia, and Growing Up | Vale.Rocks @@ -129,4 +123,4 @@

Growing Up

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 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ My Code Formatting Guidelines | Vale.Rocks @@ -208,4 +202,4 @@

Keep Multiple Attributes Per Line

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 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ Prematurely Pulling The Plug On 3G | Vale.Rocks @@ -106,4 +100,4 @@

May 2024 Update

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 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ Connecting to Australian Public School Internet | Vale.Rocks @@ -134,4 +128,4 @@

Step 3

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 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + - - -
- - Posts - - + + -
close


+
+Posts + +
close


+ Welcome | Vale.Rocks @@ -95,4 +89,4 @@

September 2023 Update

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 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - Services | Vale.Rocks - - - - - - - + + + Services | Vale.Rocks + + + + + - - -

Services

+ + + +
+

Services

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:

@@ -78,41 +75,40 @@

AutoMod

+
+ + -
- - - - - \ No newline at end of file + + \ No newline at end of file diff --git a/docs/support.html b/docs/support.html index 798e09ec..74fec5ae 100644 --- a/docs/support.html +++ b/docs/support.html @@ -1,90 +1,86 @@ + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + - Support | Vale.Rocks - - - - - - - + + + Support | Vale.Rocks + + + + + - - -

Support

+ + + +
+

Support

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.

+
+ + -
- - - - - \ No newline at end of file + + \ No newline at end of file diff --git a/gen.sh b/gen.sh index a5b76868..aa18cccb 100755 --- a/gen.sh +++ b/gen.sh @@ -36,8 +36,9 @@ post_feeds=( "I-Got-A-Flipper-Zero" ) for feed in "${post_feeds[@]}"; do - adduce feed generate "$feed" + adduce feed export "$feed" done +adduce feed rss cp -r feed/export/. ../docs/posts cd .. @@ -51,7 +52,7 @@ portfolio_feeds=( "Meat-Typeface" ) for feed in "${portfolio_feeds[@]}"; do - adduce feed generate "$feed" + adduce feed export "$feed" done cp -r feed/export/. ../docs/portfolio cd .. diff --git a/portfolio/feed/conf.toml b/portfolio/feed/conf.toml index 61d35c72..b1a4dc3d 100755 --- a/portfolio/feed/conf.toml +++ b/portfolio/feed/conf.toml @@ -1,21 +1,17 @@ -title = "Vale.Rocks Portfolio" -link = "https://vale.rocks" -description = "A collection of works and creations by Declan Chidlow." - [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/global/elements/navbar.html" -style = "html" +format = "html" +content_file = "../config/global/elements/navbar.html" [[main.block]] -text = "Portfolio
" -style = "html" +format = "html" +content = "Portfolio
" [[main.block]] -text = "" -style = "html" +format = "html" +content = "" diff --git a/posts/feed/conf.toml b/posts/feed/conf.toml index f6635727..4687935e 100755 --- a/posts/feed/conf.toml +++ b/posts/feed/conf.toml @@ -5,25 +5,25 @@ description = "A collection of unhinged (yet not completely insane) ramblings." [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/global/elements/bloghead.html" -style = "html" +format = "html" +content_file = "../config/global/elements/bloghead.html" [[main.block]] -from_str = "../config/global/elements/navbar.html" -style = "html" +format = "html" +content_file = "../config/global/elements/navbar.html" [[main.block]] -text = "Posts" -style = "html" +format = "html" +content = "Posts" [[main.block]] -text = "" -style = "html" +format = "html" +content = "" [[main.block]] -text = "
close


" -style = "html" +format = "html" +content = "
close


"