Skip to content

Commit

Permalink
feat(blog): 新增博客文章和作者、标签配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeymoo committed Aug 9, 2024
1 parent 47481dd commit c216e58
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
21 changes: 21 additions & 0 deletions blog/2024-08-09.mdx
Original file line number Diff line number Diff line change
@@ -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!
5 changes: 5 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
eeymoo:
name: Eeymoo
title: Founder & Core Developer
url: https://github.com/eeymoo
image_url: https://github.com/eeymoo.png
4 changes: 4 additions & 0 deletions blog/tags.yml
Original file line number Diff line number Diff line change
@@ -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."

0 comments on commit c216e58

Please sign in to comment.