From c216e589ce15772c538b0eb58bcaecbe96fbdc15 Mon Sep 17 00:00:00 2001 From: Eeymoo Date: Fri, 9 Aug 2024 21:42:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(blog):=20=E6=96=B0=E5=A2=9E=E5=8D=9A?= =?UTF-8?q?=E5=AE=A2=E6=96=87=E7=AB=A0=E5=92=8C=E4=BD=9C=E8=80=85=E3=80=81?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/2024-08-09.mdx | 21 +++++++++++++++++++++ blog/authors.yml | 5 +++++ blog/tags.yml | 4 ++++ 3 files changed, 30 insertions(+) create mode 100644 blog/2024-08-09.mdx create mode 100644 blog/authors.yml create mode 100644 blog/tags.yml diff --git a/blog/2024-08-09.mdx b/blog/2024-08-09.mdx new file mode 100644 index 0000000..f102b68 --- /dev/null +++ b/blog/2024-08-09.mdx @@ -0,0 +1,21 @@ +--- +slug: long-blog-post +title: Welcome +authors: eeymoo +tags: [] +--- + +# Welcome to Our Blog! +Initially, our goal was to extend Rhythmbox to integrate with network service providers. However, we faced a significant hurdle: the integration required Python3, a technology with which we were not very familiar. The learning curve and complexity led us to reconsider our approach. + +Instead of struggling with Python3, we decided to develop a new application from scratch. Our new app will not only serve as a local music player but will also feature a modern, intuitive UI design. We are committed to delivering a visually appealing and user-friendly experience that aligns with current design trends. + +### Key Features of Our New App: + +- **Modern UI Design:** Our app will feature a sleek and contemporary user interface, crafted to enhance usability and provide a visually pleasing experience. + +- **Customizable Interface:** Users will have the flexibility to personalize the app's appearance to suit their preferences. + +- **Built with Popular JS/TS Technologies:** We will leverage JavaScript and TypeScript, two of the most popular and powerful technologies in modern frontend development. This ensures a responsive, efficient, and scalable application, utilizing the latest advancements in web technologies. + +In the upcoming posts, we’ll share more about our development process, the cutting-edge technologies we’re using, and how we’re crafting a custom and modern user experience. Stay tuned for updates, and thank you for joining us on this exciting journey! \ No newline at end of file diff --git a/blog/authors.yml b/blog/authors.yml new file mode 100644 index 0000000..1782aa6 --- /dev/null +++ b/blog/authors.yml @@ -0,0 +1,5 @@ +eeymoo: + name: Eeymoo + title: Founder & Core Developer + url: https://github.com/eeymoo + image_url: https://github.com/eeymoo.png diff --git a/blog/tags.yml b/blog/tags.yml new file mode 100644 index 0000000..e5a1c0d --- /dev/null +++ b/blog/tags.yml @@ -0,0 +1,4 @@ +changeLog: + label: ChangeLog + permalink: /changeLog + description: "Track the latest updates and changes to our project. Here you can find detailed information about new features, bug fixes, and other improvements."