Blog

screenshot of Blog
react
react-native
vue
vuepress

:books: 花帽子的博客 - 前端那些事儿

Overview

Deploying a blog with a flower hat design using Git can be an exciting project for developers and enthusiasts alike. The process not only showcases your creativity but also utilizes modern tools and technologies to ensure a smooth deployment experience. Whether you are looking to run a simple script or leverage npm commands, this setup might be just what you need to get your blog up and running effortlessly.

Features

  • Easy Deployment: Run the deploy.sh script for a hassle-free deployment process that simplifies your workflow.
  • npm Integration: Utilize npm commands such as npm run deploy:build to manage your deployment seamlessly within a familiar environment.
  • Version Control: By using Git, you can keep track of changes and manage your blog's content effectively.
  • Customizable: The deployment process can be tailored to fit your specific needs, allowing for personal touches in your blog's setup.
  • Automation Friendly: The script-based approach allows for easy automation, making repetitive tasks a breeze.
  • Community Support: By leveraging popular tools, you can tap into a wealth of community knowledge and resources for troubleshooting and enhancements.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

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.

vuepress
Vuepress

VuePress is a minimalistic static site generator based on Vue.js that allows developers to create fast, SEO-friendly, and customizable documentation websites.

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.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.