![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
hexo-unocss
Advanced tools
支持在文章中使用 UnoCSS
查看 Demo
安装插件和 UnoCSS
pnpm install hexo-unocss unocss
全量安装图标库
pnpm install @iconify/json
图标站:Icônes
unocss:
# 是否启用
enable: true
# 生成的样式文件
# 以 source 为根目录
file: css/uno.css
# 扫描文件
patterns:
- 'source/**/*.md'
配置完全沿用 UnoCSS 的配置,详情请参考 https://unocss.dev/config/
在根目录下新建 uno.config.ts
,推荐以下配置。包含基础写法、属性写法、icon 的预设配置
import { defineConfig, presetAttributify, presetIcons, presetUno } from 'unocss'
export default defineConfig({
presets: [presetUno(), presetAttributify(), presetIcons()],
content: {
pipeline: {
include: [/\.(md)($|\?)/]
}
}
})
FAQs
Support using unocsss when writing articles
The npm package hexo-unocss receives a total of 13 weekly downloads. As such, hexo-unocss popularity was classified as not popular.
We found that hexo-unocss demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.