个人前端技术博客-近期更新中
This article is an analysis of a personal technology blog's frontend. It is built using VuePress and includes features such as showcasing the author's blog, a comment system without a backend, image hosting, and daily timed Baidu pushes. The blog is built on VuePress, a static website generator driven by Vue. The article also mentions the use of the vuepress-theme-vdoing theme, which is an extension of the default theme for VuePress v1.x. Additionally, the article discusses the use of a third-party image hosting solution and the implementation of a comment module using Gitalk. Finally, it explains the deployment process using express server and GitHub Pages.
This article provides an overview of a personal technology blog's frontend. It mentions the use of VuePress and the vuepress-theme-vdoing theme to build the blog. It also highlights the use of third-party image hosting and the implementation of a comment module using Gitalk. The article concludes with an explanation of the deployment process using an express server and GitHub Pages.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
VuePress is a minimalistic static site generator based on Vue.js that allows developers to create fast, SEO-friendly, and customizable documentation websites.
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.