GoodManWEN.github.io

screenshot of GoodManWEN.github.io
vue
scss
tailwind
vuetify

GoodManWEN.github.io

📕 A website simulating linux system's GUI, using theme of Deepin distro. 网页模拟桌面

Overview:

GoodManWEN.github.io is a website that simulates the GUI of a Linux system, specifically using the theme of the Deepin distribution. It allows users to write blogs using markdown and even serve their own technical resumes on the platform. The website can be hosted on GitHub Pages or self-hosted locally.

Features:

  • Linux System GUI Simulation: The website provides a simulated GUI interface similar to the Deepin distribution of Linux.
  • Markdown Blog Writing: Users can write their blogs using markdown, making it easy to format and style their content.
  • Technical Resumes: The platform also supports hosting and serving users' technical resumes.
  • Nested Directory Functionality: Users can organize their blog posts in a nested directory structure, simulating folders for easy navigation.
  • Hyperlink Routing: The platform allows users to create unique links for their blog posts, making it easier to share them on third-party platforms.
  • Automatic Content Updates: If the project is hosted on GitHub Pages, content updates in the blog directory will be automatically updated and distributed to the website.
  • Music Module Customization: The website includes a built-in music module using Aplayer. Users can customize the music playlist by editing the configuration files.
vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.