├── .github └── workflows │ └── tester.yml └── README.md /.github/workflows/tester.yml: -------------------------------------------------------------------------------- 1 | name: Tester 2 | 3 | on: [push, pull_request] 4 | 5 | permissions: 6 | contents: read 7 | 8 | jobs: 9 | tester: 10 | runs-on: ubuntu-latest 11 | steps: 12 | - uses: actions/checkout@v3 13 | - uses: ruby/setup-ruby@v1 14 | with: 15 | ruby-version: '3.0' # Not needed with a .ruby-version file 16 | bundler-cache: true # runs 'bundle install' and caches installed gems automatically 17 | - name: Install Dependencies 18 | run: gem install awesome_bot 19 | - name: Test 20 | run: awesome_bot README.md --allow-redirect --allow-dupe 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome NexT 2 | 3 | [![](https://raw.githubusercontent.com/sindresorhus/awesome/main/media/badge-flat2.svg?sanitize=true)](https://github.com/sindresorhus/awesome) 4 | 5 | ## Live Preview 6 | 7 | * :heart_decoration: Muse scheme: [LEAFERx](https://leaferx.online) | [Alex LEE](http://saili.science) | [OAwan](https://oawan.me) 8 | * :six_pointed_star: Mist scheme: [Jeff](https://blog.zzbd.org) 9 | * :pisces: Pisces scheme: [Vi](https://notes.iissnan.com) 10 | * :gemini: Gemini scheme: [Dandy](https://dandyxu.me) | [Mimi](https://zhangshuqiao.org) | [pinlyu](https://pinlyu.com) 11 | 12 | More «NexT» examples [here](https://github.com/iissnan/hexo-theme-next/issues/119). 13 | 14 | ## Plugins 15 | 16 | ### Hexo Plugins 17 | 18 | * :mag_right: [hexo-generator-searchdb](https://github.com/next-theme/hexo-generator-searchdb): Seach data generator plugin for Hexo. 19 | * :hourglass_flowing_sand: [hexo-word-counter](https://github.com/next-theme/hexo-word-counter): Word count and time to read for articles in Hexo blog. 20 | * :triangular_flag_on_post: [hexo-optimize](https://github.com/next-theme/hexo-optimize): A Hexo plugin that optimize the pages loading speed. 21 | * :mahjong: [hexo-pangu](https://github.com/next-theme/hexo-pangu): Server side pangu.js filter for Hexo. Add spaces between CJK characters and western characters. 22 | * :100: [hexo-filter-mathjax](https://github.com/next-theme/hexo-filter-mathjax): Server side MathJax renderer plugin for Hexo. 23 | 24 | ### NexT Plugins 25 | 26 | > See [inject docs](https://theme-next.js.org/docs/advanced-settings/injects.html) for how to using `theme_inject`. 27 | 28 | #### Widgets 29 | 30 | * :calendar: [theme-next-calendar](https://github.com/theme-next/theme-next-calendar): 一个简洁的日历云插件。 31 | * :cake: [hexo-cake-moon-menu](https://github.com/jiangtj-lab/hexo-cake-moon-menu): A new style for back2top button and scrollpercent. 32 | 33 | #### Fancy stuff 34 | 35 | * :stars: [hexo-next-three](https://github.com/next-theme/hexo-next-three): JavaScript 3D library for NexT. 36 | * :fireworks: [hexo-next-fireworks](https://github.com/next-theme/hexo-next-fireworks): Fireworks animation for NexT. 37 | * :bookmark: [hexo-next-title](https://github.com/theme-next/hexo-next-title): Change to a different title when window is no longer in focus. 38 | * :camera: [hexo-next-exif](https://github.com/next-theme/hexo-next-exif): Exif Reader for NexT. 39 | * :zap: [hexo-next-subtitle-typing](https://github.com/next-theme/hexo-next-subtitle-typing): A typewriter effect plugin that brings text animations to subtitles. 40 | 41 | #### Tools for posts 42 | 43 | * :couple: [hexo-next-coauthor](https://github.com/theme-next/hexo-next-coauthor): Add coauthor post meta. 44 | * :gift: [hexo-next-share](https://github.com/theme-next/hexo-next-share): Content sharing services for NexT. 45 | 46 | #### Comment 47 | 48 | * :speech_balloon: [hexo-disqus-php-api](https://github.com/KaitoHH/hexo-disqus-php-api): Yet another great Disqus proxy. 49 | * :crystal_ball: [hexo-next-valine](https://github.com/next-theme/hexo-next-valine): Valine comment system for NexT. 50 | * :pencil2: [hexo-next-discussbot](https://github.com/wangjiezhe/hexo-next-discussbot): DiscussBot comment system for NexT. 51 | * :gem: [@waline/hexo-next](https://github.com/walinejs/waline/tree/main/packages/hexo-next): Waline comment system for NexT. 52 | * :blue_book: [hexo-next-twikoo](https://github.com/twikoojs/hexo-next-twikoo): Twikoo comment system for NexT. 53 | * :ghost: [hexo-next-giscus](https://github.com/next-theme/hexo-next-giscus): Giscus comment system for NexT. 54 | * :milky_way: [hexo-next-artalk](https://github.com/leirock/hexo-next-artalk): Artalk comment system for NexT. 55 | 56 | ## NexT On Other Platforms 57 | 58 | * [jekyll-theme-next](https://github.com/Simpleyyt/jekyll-theme-next) 59 | * [cnblogs-theme-next](https://github.com/MakerGYT/cnblogs-theme-next) 60 | * [Farbox-NexT](https://github.com/Sunnyyoung/Farbox-NexT) 61 | * [hugo-theme-next](https://github.com/elkan1788/hugo-theme-next) 62 | 63 | ## Tutorial 64 | 65 | * [处理中英文混排时的引号](https://github.com/theme-next/hexo-theme-next/issues/462#issuecomment-435429592) 66 | * [Hexo NexT 博客增加知乎豆瓣图标支持](https://pinlyu.com/posts/32/) 67 | * [Hexo NexT 主题添加多级相册功能](https://houmin.cc/posts/d487dd02/) 68 | * [往 NexT 主题的归档页面加入 12 生肖](https://io-oi.me/tech/add-chinese-zodiac-to-next/) 69 | 70 | ## License 71 | 72 | [![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) 73 | --------------------------------------------------------------------------------