Optimizing CDN Delivery for Cnblogs-Theme-SimpleMemory in China
The jsd.cdn.zzko.cn mirror provides excellent performance for Chinese users. The static asset URL format follows this structure: https://jsd.cdn.zzko.cn/gh/BNDong/Cnblogs-Theme-SimpleMemory@{version}/dist/simpleMemory.jsFor instance, targeting version v2.1.7, the HTML inclusion tag would be: ```
### Fallback CDN Option
The global default `cd ...
Posted on Tue, 28 Jul 2026 16:38:56 +0000 by redrabbit
Adding SimpleMemory Theme to a Blog (Frontend Styling)
Note: This guide is for version v2. Verify your theme vertion!
The theme requires JavaScript permissions. Apply for access if needed.
Blog Backend Setup
Access the blog’s management backend (e.g., CNBlogs’ admin panel).
Configuration Page
The following settings are required:
Blog Skin
Code Highlighting
Custom CSS (Page Custom CSS)
Disable De ...
Posted on Sat, 18 Jul 2026 16:00:42 +0000 by spetsacdc
CNBlogs SimpleMemory Theme Customization with Live2D, Audio Player, and Canvas Animations
PrerequisitesEnable JavaScript permissions for your CNBlogs account. Submit a request to the administrators justifying the need, such as implementing image zoom capabilities or enhancing code block aesthetics.Styling ConfigurationAccess the CSS file at https://blog-static.cnblogs.com/files/blogs/690708/css.txt.css. Copy the entire content using ...
Posted on Sat, 06 Jun 2026 18:11:47 +0000 by amwd07
Customizing Code Highlighting Styles on CNBlogs with Markdown
To customize syntax highlighting styles for your CNBlogs posts using Markdown, follow these steps:
Download Required Resources
First, obtain the necessary styling resources. You can preview various themes before selecting one that fits your preference.
Modify CSS Selectors
After extracting the downloaded package, navigate to the highlight\style ...
Posted on Fri, 22 May 2026 17:00:54 +0000 by nankoweap
SimpleMemory Theme Configuration for CnBlogs
Plugin File Entegration
<!-- Plugin file inclusion -->
<script src="https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@v2.1.3/dist/simpleMemory.js" defer></script>
Sidebar Configurtaion
<script type="text/javascript">
window.themeConfiguration = {
// User and site information
use ...
Posted on Fri, 08 May 2026 02:24:03 +0000 by Jean-Yves