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