h

hexo

yxksw
Last active 2 months ago • Forked from LiuShen/Butterfly-音乐胶囊实现 aplayer butterfly hexo metingjs pug stylus

Hexo-Theme-Butterfly实现右下角音乐胶囊

0 0 5

🎵 音乐胶囊模块使用说明

本仓库提供了一个可集成到 Hexo 主题 liushen 的音乐胶囊播放器模块。模块包含四个主要部分:

  • 主题配置文件
  • 布局模板文件
  • 样式文件
  • 前端脚本

本文档将详细介绍它们的放置位置、引用方式和变量配置。

LiuShen
Last active 2 months ago atom feed hexo pretty xml xsl

Atom通过XSL代码进行HTML化并进行美化

0 0 1
1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet version="3.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns:atom="http://www.w3.org/2005/Atom">
5 <xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
6
7 <xsl:template match="/">
8 <xsl:variable name="title">
9 <xsl:value-of select="/atom:feed/atom:title"/>
10 </xsl:variable>