diff --git a/blog/feed/documents/Announcing_Adduce.md b/blog/feed/documents/Announcing_Adduce.md deleted file mode 100755 index 7ff0187..0000000 --- a/blog/feed/documents/Announcing_Adduce.md +++ /dev/null @@ -1,30 +0,0 @@ - - Announcing Adduce - - - -
- Development -

- Announcing Adduce -

- -
- -It's been a while since I've posted on this blog, but I'm thrilled to be back with exciting news. Today marks the official launch of Adduce, a static site generator that I've developed in collaboration with the ever-capable [ToastXC](https://toastxc.xyz). - -For those unfamiliar with the concept, a static site generator is very simple. It compiles HTML, CSS, and Markdown into ready-to-deploy static websites. This is handy on its own, but Adduce also supports creating blogs using its inbuilt feeds functionality. - -The idea for Adduce was first discussed because Toast and I were searching for an engaging project to work on together. I figured it would be an excellent opportunity to learn Rust and dove in straight away. Unfortunately, it was around the time that I was attempting to implement the merging of files that I realised my Rust skills were severely lacking. Fortunately, Toast quickly began working on it and accomplished more in a matter of days than I could have achieved in months. I realized then that Toast had expanded the project far beyond my abilities and that I was in over my head. - -Still wanting to contribute to the project, I then decided to pick up other tasks, such as designing and coding the website and creating and maintaining documentation. While I've been chipping away at it, Toast has continued to enhance Adduce far beyond what I could ever dream of accomplishing. - -As of today, Adduce is in a stable, usable state. Its official website is live, showcasing the power and versatility of the generator, and the documentation is in an operational state, although it needs further work. In the coming days, I will be working on migrating the documentation to the website and uploading Adduce to the Arch User Repository to make it more accessible to users. Meanwhile Toast intends to update the error system, refactor the feed system, and change up the data types. - -I invite you to give Adduce a try and provide us with your feedback. It is fast, simple, and efficient, and we're dedicated to improving it. The Adduce website is available at [adduce.vale.rocks](https://adduce.vale.rocks) and the source code is available on [Github](https://github.com/DeclanChidlow/Adduce) I plan to release occasional write-ups regarding Adduce on this site, so be sure to stay tuned. - - diff --git a/blog/feed/export/Announcing_Adduce.html b/blog/feed/export/Announcing_Adduce.html deleted file mode 100644 index 32574d1..0000000 --- a/blog/feed/export/Announcing_Adduce.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - -
- - - - -
- - -
Blog
- Announcing Adduce - - -
- Development -

- Announcing Adduce -

-
    -
  • 04 Jun, 2023
  • -
  • 383 words
  • -
  • 2 minute read
  • -
-
-

It's been a while since I've posted on this blog, but I'm thrilled to be back with exciting news. Today marks the official launch of Adduce, a static site generator that I've developed in collaboration with the ever-capable ToastXC.

-

For those unfamiliar with the concept, a static site generator is very simple. It compiles HTML, CSS, and Markdown into ready-to-deploy static websites. This is handy on its own, but Adduce also supports creating blogs using its inbuilt feeds functionality.

-

The idea for Adduce was first discussed because Toast and I were searching for an engaging project to work on together. I figured it would be an excellent opportunity to learn Rust and dove in straight away. Unfortunately, it was around the time that I was attempting to implement the merging of files that I realised my Rust skills were severely lacking. Fortunately, Toast quickly began working on it and accomplished more in a matter of days than I could have achieved in months. I realized then that Toast had expanded the project far beyond my abilities and that I was in over my head.

-

Still wanting to contribute to the project, I then decided to pick up other tasks, such as designing and coding the website and creating and maintaining documentation. While I've been chipping away at it, Toast has continued to enhance Adduce far beyond what I could ever dream of accomplishing.

-

As of today, Adduce is in a stable, usable state. Its official website is live, showcasing the power and versatility of the generator, and the documentation is in an operational state, although it needs further work. In the coming days, I will be working on migrating the documentation to the website and uploading Adduce to the Arch User Repository to make it more accessible to users. Meanwhile Toast intends to update the error system, refactor the feed system, and change up the data types.

-

I invite you to give Adduce a try and provide us with your feedback. It is fast, simple, and efficient, and we're dedicated to improving it. The Adduce website is available at adduce.vale.rocks and the source code is available on Github I plan to release occasional write-ups regarding Adduce on this site, so be sure to stay tuned.

-

- -
- \ No newline at end of file diff --git a/config/pages/blog/blog.md b/config/pages/blog/blog.md index 647e87c..298f723 100755 --- a/config/pages/blog/blog.md +++ b/config/pages/blog/blog.md @@ -36,12 +36,6 @@ 19 Jun, 2023 | 486 words | 2 minute read
- - Development - ### [Announcing Adduce](/blog/Announcing_Adduce) - 04 Jun, 2023 | 383 words | 2 minute read -
-
Tips & Tutorials ### [How to Pad Out an Answer](/blog/Answer_Padding) diff --git a/docs/blog.html b/docs/blog.html index cab7930..68b92e5 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -62,11 +62,6 @@

Ultimate LibreOffice Setup

Review

Revolt: The Next Big Thing

19 Jun, 2023 | 486 words | 2 minute read

-
-
-

Development

-

Announcing Adduce

-

04 Jun, 2023 | 383 words | 2 minute read

Tips & Tutorials

diff --git a/docs/blog/Announcing_Adduce.html b/docs/blog/Announcing_Adduce.html deleted file mode 100644 index 32574d1..0000000 --- a/docs/blog/Announcing_Adduce.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - -
- - - - -
- - -
Blog
- Announcing Adduce - - -
- Development -

- Announcing Adduce -

-
    -
  • 04 Jun, 2023
  • -
  • 383 words
  • -
  • 2 minute read
  • -
-
-

It's been a while since I've posted on this blog, but I'm thrilled to be back with exciting news. Today marks the official launch of Adduce, a static site generator that I've developed in collaboration with the ever-capable ToastXC.

-

For those unfamiliar with the concept, a static site generator is very simple. It compiles HTML, CSS, and Markdown into ready-to-deploy static websites. This is handy on its own, but Adduce also supports creating blogs using its inbuilt feeds functionality.

-

The idea for Adduce was first discussed because Toast and I were searching for an engaging project to work on together. I figured it would be an excellent opportunity to learn Rust and dove in straight away. Unfortunately, it was around the time that I was attempting to implement the merging of files that I realised my Rust skills were severely lacking. Fortunately, Toast quickly began working on it and accomplished more in a matter of days than I could have achieved in months. I realized then that Toast had expanded the project far beyond my abilities and that I was in over my head.

-

Still wanting to contribute to the project, I then decided to pick up other tasks, such as designing and coding the website and creating and maintaining documentation. While I've been chipping away at it, Toast has continued to enhance Adduce far beyond what I could ever dream of accomplishing.

-

As of today, Adduce is in a stable, usable state. Its official website is live, showcasing the power and versatility of the generator, and the documentation is in an operational state, although it needs further work. In the coming days, I will be working on migrating the documentation to the website and uploading Adduce to the Arch User Repository to make it more accessible to users. Meanwhile Toast intends to update the error system, refactor the feed system, and change up the data types.

-

I invite you to give Adduce a try and provide us with your feedback. It is fast, simple, and efficient, and we're dedicated to improving it. The Adduce website is available at adduce.vale.rocks and the source code is available on Github I plan to release occasional write-ups regarding Adduce on this site, so be sure to stay tuned.

-

- -
- \ No newline at end of file diff --git a/gen.sh b/gen.sh index 2569156..92ba5c9 100755 --- a/gen.sh +++ b/gen.sh @@ -11,7 +11,6 @@ cd blog adduce feed publish Welcome adduce feed publish School_Internet adduce feed publish Answer_Padding -adduce feed publish Announcing_Adduce adduce feed publish Revolt_Promotion adduce feed publish LibreOffice_Setup adduce feed publish Halo_My_Thoughts