Skip to content

Commit

Permalink
AUTOMATED: fetch new vuepress themes and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 1, 2023
1 parent f613bef commit f0108f8
Show file tree
Hide file tree
Showing 52 changed files with 2,516 additions and 152 deletions.
33 changes: 28 additions & 5 deletions content/plugins/@celesta-vuepress-plugin-math.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
author:
avatar: null
avatar: https://avatars.githubusercontent.com/u/41458459?v=4
email: [email protected]
name: Celeste
url: null
username: null
username: yzx9
bugs: https://github.com/nsznsznjsz/blog/issues
category: plugins
date: '2021-07-05T00:37:48.770Z'
Expand All @@ -13,7 +13,7 @@ description: KaTex support for vuepress
downloads: null
homepage: https://github.com/nsznsznjsz/blog#readme
keywords: null
license: null
license: MIT License
maintainers: null
name: '@celesta/vuepress-plugin-math'
npm: https://www.npmjs.com/package/%40celesta%2Fvuepress-plugin-math
Expand All @@ -25,10 +25,33 @@ publisher:
username: nsznsznjsz
repository: https://github.com/nsznsznjsz/blog
score: 0.5136961705198431
stars: 0
stars: 4
unstable: true
version: 0.5.0
watchers: 0
watchers: 4

---

### Hi there 👋

- 🌱 I’m studying for my master's degree on SHU
- 🤔 I’m currently learning English
- ⚡ Fun fact: Rendering in Computer Graphic

[![Celeste's github stats](https://github-readme-stats-yzx9.vercel.app/api/?username=yzx9&show_icons=true&hide_title=true)](https://github.com/anuraghazra/github-readme-stats)
[![Celeste's most used languages](https://github-readme-stats-yzx9.vercel.app/api/top-langs/?username=yzx9&layout=compact&exclude_repo=yzx9.github.io)](https://github.com/anuraghazra/github-readme-stats)

<!--
**yzx9/yzx9** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
Here are some ideas to get you started:
- 🔭 I’m currently working on ...
- 🌱 I’m currently learning ...
- 👯 I’m looking to collaborate on ...
- 🤔 I’m looking for help with ...
- 💬 Ask me about ...
- 📫 How to reach me: ...
- 😄 Pronouns: ...
- ⚡ Fun fact: ...
-->
4 changes: 2 additions & 2 deletions content/plugins/@starzkg-vuepress-plugin-element-plus.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ publisher:
username: starzkg
repository: https://github.com/vuepress/vuepress-next
score: 0.5956441230359775
stars: 1942
stars: 1944
unstable: true
version: 1.0.0-beta.11
watchers: 1942
watchers: 1944

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ publisher:
username: starzkg
repository: https://github.com/vuepress/vuepress-next
score: 0.6132218109218953
stars: 1942
stars: 1944
unstable: true
version: 1.0.0-beta.13
watchers: 1942
watchers: 1944

---

Expand Down
46 changes: 46 additions & 0 deletions content/plugins/@ulu-vuepress-plugin-auto-nav.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,49 @@ watchers: 0

---

# Vuepress Plugin Auto Nav

This plugin fills in the navbar and or sidebar links based on all page's paths. Children are nested. Sidebar show's active section by default. Navbar show's all sections. Sidebar can be configured to show all sections (if not using navbar).

## Page Order

Page order is alphabetical and can be ordered manually by adding a "weight" or "order" property to a page's front matter. Pages will be listed by order/weight ascending.

```yaml
# In a page's frontmatter
order: 10
```
## Usage & Options
Install the plugin (npm), then add the plugin to the end of your plugin array (in vuepress `config.js`).

Options are placed in the vuepress `config.js` within the theme's config. This plugin modify's the theme's configuration during runtime using enhanceAppFiles. So configuration is added to the the theme's config object using the "pluginAutoNav" key.

**Usage and notes on settings:**

``` js
module.exports = {
themeConfig: {
pluginAutoNav: {
/**
* Generate links for the sidebar (nests children)
*/
createSidebar: true,
/**
* Generate links for the top navbar
*/
createNav: true,
/**
* If true it should show the whole tree else show by section (landing page)
*/
sidebarAllSections: false
}
},
plugins: [
"@ulu/vuepress-plugin-auto-nav"
]
}
```
83 changes: 79 additions & 4 deletions content/plugins/@vuepress-denaro-vuepress-plugin-baidu-autopush.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author:
avatar: null
avatar: https://avatars.githubusercontent.com/u/85858775?v=4
email: [email protected]
name: vxhly
url: null
Expand All @@ -23,7 +23,7 @@ keywords:
- baidu
- "\u767E\u5EA6"
- "\u81EA\u52A8\u63A8\u9001"
license: null
license: Other
maintainers: null
name: '@vuepress-denaro/vuepress-plugin-baidu-autopush'
npm: https://www.npmjs.com/package/%40vuepress-denaro%2Fvuepress-plugin-baidu-autopush
Expand All @@ -35,10 +35,85 @@ publisher:
username: vxhly
repository: https://github.com/denaro-org/vuepress-theme-denaro
score: 0.5117482769586659
stars: 0
stars: 4
unstable: false
version: 1.0.2-alpha.0
watchers: 0
watchers: 4

---

# vuepress-theme-denaro

> 用于提供 vuepress2.x 的一些常用的插件
## plugin-autodoc

> :tada: Baidu autopush SEO plugin for vuepress.百度站点自动推送 Vuepress 插件.
链接:[@vuepress-denaro/vuepress-plugin-autodoc](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-autodoc)

## plugin-baidu-autopush

> :tada: Baidu autopush SEO plugin for vuepress.百度站点自动推送 Vuepress 插件.
链接:[@vuepress-denaro/vuepress-plugin-baidu-autopush](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-baidu-autopush)

## plugin-code-preview

> :tada: A vuepress plugin for codesandbox embed code preview.一个用于 codesandbox 嵌入代码预览的 vuepress 插件.
链接:[@vuepress-denaro/vuepress-plugin-code-preview](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-code-preview)

## plugin-dynamic-title

> :tada: Add a dynamic title to your site.给你的站点添加动态标题的支持插件.
链接:[@vuepress-denaro/vuepress-plugin-dynamic-title](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-dynamic-title)

## plugin-flowchart

> :tada: Rapid flowchart development plugin for vuepress.vuepress 的快速流程图开发插件.
链接:[@vuepress-denaro/vuepress-plugin-flowchart](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-flowchart)

## plugin-moefy-canvas

> :tada: Decorate your web pages with lovely canvas animations.用可可爱爱的 canvas 动效装饰你的网页.
链接:[@vuepress-denaro/vuepress-plugin-moefy-canvas](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-moefy-canvas)

## plugin-one-click-copy

> :tada: A vuepress plugin for clipboard-copy. 一键复制 Vuepress 插件.
链接:[@vuepress-denaro/vuepress-plugin-one-click-copy](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-one-click-copy)

## plugin-permalink-pinyin

> :tada: A VuePress plugin which convert Chinese title to transliterate permalink.一个 VuePress 插件, 将中文标题转换为音译永久链接.
链接:[@vuepress-denaro/vuepress-plugin-permalink-pinyin](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-permalink-pinyin)

## plugin-reward

> :tada: A vuepress plugin for reward component.在你的站点添加一个打赏插件.
链接:[@vuepress-denaro/vuepress-plugin-reward](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-reward)

## plugin-sitemap

> :tada: VuePress plugin for smooth scrolling.在打包文档时生成站点 sitemap.
链接:[@vuepress-denaro/vuepress-plugin-sitemap](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-sitemap)

## plugin-smooth-scroll

> :tada: VuePress plugin for smooth scrolling.用于平滑滚动的 VuePress 插件.
链接:[@vuepress-denaro/vuepress-plugin-smooth-scroll](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-smooth-scroll)

## plugin-vue-preview

> :tada: Preview vue component effects on your vuepress site.在你的 vuepress 站点上预览 vue 组件效果.
链接:[@vuepress-denaro/vuepress-plugin-vue-preview](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-vue-preview)
83 changes: 79 additions & 4 deletions content/plugins/@vuepress-denaro-vuepress-plugin-dynamic-title.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
author:
avatar: null
avatar: https://avatars.githubusercontent.com/u/85858775?v=4
email: [email protected]
name: vxhly
url: null
Expand All @@ -22,7 +22,7 @@ keywords:
- dynamic
- "\u52A8\u6001"
- "\u6807\u9898"
license: null
license: Other
maintainers: null
name: '@vuepress-denaro/vuepress-plugin-dynamic-title'
npm: https://www.npmjs.com/package/%40vuepress-denaro%2Fvuepress-plugin-dynamic-title
Expand All @@ -34,10 +34,85 @@ publisher:
username: vxhly
repository: https://github.com/denaro-org/vuepress-theme-denaro
score: 0.5117103446390923
stars: 0
stars: 4
unstable: false
version: 1.0.2-alpha.0
watchers: 0
watchers: 4

---

# vuepress-theme-denaro

> 用于提供 vuepress2.x 的一些常用的插件
## plugin-autodoc

> :tada: Baidu autopush SEO plugin for vuepress.百度站点自动推送 Vuepress 插件.
链接:[@vuepress-denaro/vuepress-plugin-autodoc](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-autodoc)

## plugin-baidu-autopush

> :tada: Baidu autopush SEO plugin for vuepress.百度站点自动推送 Vuepress 插件.
链接:[@vuepress-denaro/vuepress-plugin-baidu-autopush](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-baidu-autopush)

## plugin-code-preview

> :tada: A vuepress plugin for codesandbox embed code preview.一个用于 codesandbox 嵌入代码预览的 vuepress 插件.
链接:[@vuepress-denaro/vuepress-plugin-code-preview](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-code-preview)

## plugin-dynamic-title

> :tada: Add a dynamic title to your site.给你的站点添加动态标题的支持插件.
链接:[@vuepress-denaro/vuepress-plugin-dynamic-title](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-dynamic-title)

## plugin-flowchart

> :tada: Rapid flowchart development plugin for vuepress.vuepress 的快速流程图开发插件.
链接:[@vuepress-denaro/vuepress-plugin-flowchart](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-flowchart)

## plugin-moefy-canvas

> :tada: Decorate your web pages with lovely canvas animations.用可可爱爱的 canvas 动效装饰你的网页.
链接:[@vuepress-denaro/vuepress-plugin-moefy-canvas](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-moefy-canvas)

## plugin-one-click-copy

> :tada: A vuepress plugin for clipboard-copy. 一键复制 Vuepress 插件.
链接:[@vuepress-denaro/vuepress-plugin-one-click-copy](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-one-click-copy)

## plugin-permalink-pinyin

> :tada: A VuePress plugin which convert Chinese title to transliterate permalink.一个 VuePress 插件, 将中文标题转换为音译永久链接.
链接:[@vuepress-denaro/vuepress-plugin-permalink-pinyin](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-permalink-pinyin)

## plugin-reward

> :tada: A vuepress plugin for reward component.在你的站点添加一个打赏插件.
链接:[@vuepress-denaro/vuepress-plugin-reward](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-reward)

## plugin-sitemap

> :tada: VuePress plugin for smooth scrolling.在打包文档时生成站点 sitemap.
链接:[@vuepress-denaro/vuepress-plugin-sitemap](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-sitemap)

## plugin-smooth-scroll

> :tada: VuePress plugin for smooth scrolling.用于平滑滚动的 VuePress 插件.
链接:[@vuepress-denaro/vuepress-plugin-smooth-scroll](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-smooth-scroll)

## plugin-vue-preview

> :tada: Preview vue component effects on your vuepress site.在你的 vuepress 站点上预览 vue 组件效果.
链接:[@vuepress-denaro/vuepress-plugin-vue-preview](https://github.com/denaro-org/vuepress-theme-denaro/tree/main/ecosystem/plugin-vue-preview)
Loading

0 comments on commit f0108f8

Please sign in to comment.