AnQiCMS Help Document and User Guide
In website operation, clear, accurate and easy-to-update business contact information is a crucial link.Imagine if you need to update your contact phone number or email, do you need to manually modify every web page that contains this information?This is not only time-consuming and labor-intensive, but may also lead to inconsistent information due to omissions, affecting user experience and brand image. AnQiCMS (AnQiCMS) is well-versed in this, and to address this pain point, it has specially provided the **contact label `contact`**.
In website construction and daily operation, we often encounter situations where we need to display some global information, such as the name of the website, Logo, filing number, contact information, etc.This information runs through the entire website and needs to be consistent across multiple pages.AnQiCMS provides an extremely convenient way to handle this type of global information, which is through its built-in `system` template tag.
When building website templates in AnQi CMS, the organization of template files is one of the core issues you need to pay attention to.AnQi CMS provides two main template organization modes: **Folder Organization Mode** and **Flattened File Organization Mode**.These two modes have their own characteristics, and their choice will directly affect the efficiency of your template creation and the final presentation of the content.Understand their differences and impacts, which can help you make more informed decisions based on project needs.### Folder Organization Mode
AnQiCMS, with its high efficiency and flexible customization features developed in the Go language, provides strong control over the display of website content.Whether you are operating a small and medium-sized enterprise website, a personal blog, or need to manage multiple sites, understanding how to configure exclusive templates for different pages is the key to improving website personalization and user experience.In AnQiCMS, the core of content display lies in the template files.These files determine the visual layout, content formatting, and interactive elements of the website.AnQiCMS uses a syntax similar to Django template engine
In Anqi CMS, when we start building or modifying website templates, we come across some core files and directory structures, among which the public code file `bash.html` and the code snippet directory `partial/` play a crucial role in the final page display.They are not just a simple pile of template files, but also the 'skeleton' and 'building blocks' that make up the structure and display logic of the website, allowing our website to maintain consistency while having high flexibility and maintainability.
## AnQiCMS v2.0.1: How do the content renewal, batch replacement and pseudo-original function change the website display?Today, in the increasingly fierce digital marketing, website content must not only be of high quality but also maintain freshness and flexibility.For content operators, how to efficiently manage and optimize a large amount of content while ensuring its good performance in search engines and in front of users is always a challenge.AnQiCMS v2.0.1 version brings the batch replacement and paraphrasing function of article content, which is designed to solve these pain points, and they are implemented in an intelligent way
Since its launch, AnQiCMS has been favored by users for its concise, efficient, and flexible features.In the latest v2.1.1 version, we welcome a major feature update - a brand new 'Model' feature.This seemingly technical improvement actually has a profound impact on the way we publish and display website content on a daily basis, especially for core content types such as articles and products.Model Function: Blueprint of Content Structure In simple terms, "model" is like a blueprint or skeleton for content. In the past
AnQiCMS is an efficient content management system developed based on the Go language, which usually runs on a specific port of the server, such as the default port 8001.In order for users to access the website through common domain names instead of adding a port number at the end of the address, we need to configure a reverse proxy.
AnQiCMS content management system provides powerful flexibility in content presentation, especially for display effects on different devices.It supports three template modes of "adaptive", "code adaptation", and "PC + independent mobile site", allowing us to finely control the display of content on computers, tablets, and mobile phones according to specific needs.Understanding the working principle of these patterns is crucial for ensuring user experience and optimizing website performance.First, let's understand **Adaptive Mode**.In adaptive mode, the website uses a set of templates and styles
One of the most annoying problems when using a website content management system is the display of garbled characters, especially when the website involves multiple languages or imports content from different sources.This chaos not only affects user experience, but may also damage the professional image of the website.AnQiCMS is a system dedicated to providing an efficient and customizable content management solution, with a clear strategy for handling template file encoding, aiming to help users eliminate乱码 from the root.The core lies in AnQiCMS's unified requirements for **UTF-8 encoding**. UTF-8