Version: AnQiCMS v0.5.0
Release date: 2020-12-01
Architecture: Simple version, refactored into Iris framework
Backend technology stack:Go, Iris, Iris Template
Update Overview
- Architecture reconstruction: Refactor the system, adopt the Iris framework, remove Gorm and Gin, and use the template engine that comes with Iris to streamline the technology stack.
Feature updates
- Basic functions of blogs: Implement the most basic blog functions.
- Article Management: Supports the publication and modification of articles, and facilitates content management.
- Classification Management: Supports the creation and management of categories so that articles can be grouped and organized.
- Article display: The front-end displays the article content, adopting a concise and easy-to-read layout.
- Image upload: Supports uploading of picture files, which facilitates enrichment of content.
- Blog Initialization: Provides initialization settings for the blog system.
- Page TDK settings: Supports flexible settings for page title, description, and keywords.
- Administrator function: Provide administrator login and permission control to ensure system security.
- Responsive design: Optimize the adaptive layout of PC and mobile terminals to improve user experience.