Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up themes & plugins #1941

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update themes & plugins
  • Loading branch information
stevenjoezhang committed Nov 17, 2022
commit 9fc701459fcae6721e7fcbae1630fe3b1d4d7d0b
40 changes: 13 additions & 27 deletions source/_data/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
- card
- name: hexo-simple-image
description: Simple to use markdown tag import image.
link: https://github.com/Aragakiiii/hexo-simple-image
link: https://github.com/ZaiZheTingDun/hexo-simple-image
tags:
- image
- name: hexo-asset
Expand Down Expand Up @@ -123,7 +123,7 @@
- workbox
- name: hexo-fbcomments
description: Add Facebook comments to your posts
link: https://github.com/RichardJECooke/hexo-fbcomments
link: https://www.npmjs.com/package/hexo-fbcomments
tags:
- comments
- facebook
Expand Down Expand Up @@ -227,7 +227,7 @@
- markdown
- name: hexo-filter-inline-assets
description: Inlines images, JS, and CSS in HTML for Hexo.
link: https://github.com/stephencroberts/hexo-filter-inline-assets
link: https://www.npmjs.com/package/hexo-filter-inline-assets
tags:
- filter
- images
Expand Down Expand Up @@ -486,7 +486,7 @@
- kramed
- name: hexo-renderer-unified
description: Markdown renderer plugin for Hexo - based on Unified.
link: https://github.com/TitiAlone/hexo-renderer-unified
link: https://github.com/StaloneLab/hexo-renderer-unified
tags:
- renderer
- markdown
Expand Down Expand Up @@ -954,14 +954,6 @@
- image
- gallery
- album
- name: hexo-tag-vine
description: Embed your Vine videos in posts/pages.
link: https://github.com/limbowr/hexo-tag-vine
tags:
- tag
- vine
- video
- social
- name: hexo-tag-xvideos
description: Embed xvideos player in your posts/pages.
link: https://github.com/welksonramos/hexo-tag-xvideos
Expand Down Expand Up @@ -1196,13 +1188,13 @@
- post
- name: hexo-tag-cloud
description: "Yet, another tag cloud plugin for hexo."
link: https://github.com/MikeCoder/hexo-tag-cloud
link: https://github.com/D0n9X1n/hexo-tag-cloud
tags:
- tag
- cloud
- name: hexo-tag-mtime
description: "Embed a movie card on your Hexo article, used mtime API."
link: https://github.com/mayuko2012/hexo-tag-mtime
link: https://github.com/liopoos/hexo-tag-mtime
tags:
- tag
- plugin
Expand Down Expand Up @@ -1504,7 +1496,7 @@
- awesome
- name: hexo-blog-encrypt
description: "Yet, another blog encrypt plugin for hexo."
link: https://github.com/MikeCoder/hexo-blog-encrypt
link: https://github.com/D0n9X1n/hexo-blog-encrypt
tags:
- encrypt
- aes
Expand Down Expand Up @@ -1563,7 +1555,7 @@
- template
- name: hexo-algolia
description: Index posts and contents in [Algolia](https://www.algolia.com/) and offer a blazing fast search experience to your users.
link: https://github.com/oncletom/hexo-algolia
link: https://github.com/thom4parisot/hexo-algolia
tags:
- search
- algolia
Expand Down Expand Up @@ -2173,7 +2165,7 @@
- structure
- name: hexo-deployer-ipfs
description: this is plugin for hexo to deploy static sites to ipfs network.
link: https://github.com/IamGabrielWu/hexo-deployer-ipfs
link: https://github.com/ishallbethat/hexo-deployer-ipfs
tags:
- deployer
- name: hexo-generator-search-zip
Expand Down Expand Up @@ -2400,7 +2392,7 @@
- summary
- name: hexo-migrator-web
description: Hexo Migrator plugin for common Web pages
link: https://github.com/TechQuery/hexo-migrator-web
link: https://github.com/TechQuery/Web-fetch
tags:
- migrator
- web
Expand Down Expand Up @@ -2471,7 +2463,7 @@
- tag
- name: hexo-hide-posts
description: A plugin to hide specific posts from your Hexo blog and make them only accessible by links.
link: https://github.com/printempw/hexo-hide-posts
link: https://github.com/prinsss/hexo-hide-posts
tags:
- hide
- unlisted
Expand Down Expand Up @@ -2791,12 +2783,6 @@
- web-player-support
- rss
- podcast
- name: hexo-tag-friends
description: Friends tag
link: https://github.com/maplesugarr/hexo-tag-friends
tags:
- friends
- tag
- name: hexo-renderer-multi-markdown-it
description: A renderer plugin for Hexo based on Markdown-it and auto Minify HTML, CSS, JS.
link: https://github.com/amehime/hexo-renderer-multi-markdown-it
Expand Down Expand Up @@ -3092,7 +3078,7 @@
- 美化
- name: hexo-filter-inline-svg
description: A Hexo plugin that inline your svg in the img tag into HTML file.
link: https://github.com/widergao/hexo-filter-inline-svg
link: https://github.com/izmttk/hexo-filter-inline-svg
tags:
- filter
- inline
Expand Down Expand Up @@ -3217,7 +3203,7 @@
- seo
- name: hexo-renderer-jsx
description: React JSX Renderer for Hexo
link: https://github.com/renbaoshuo/hexo-renderer-jsx
link: https://github.com/hexojs/hexo-renderer-jsx
tags:
- renderer
- react
Expand Down
Loading