[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3297":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":18,"lastSyncTime":31,"discoverSource":32},3297,"hexo-theme-next","iissnan\u002Fhexo-theme-next","iissnan","Elegant theme for Hexo. ","http:\u002F\u002Fnotes.iissnan.com",null,"JavaScript",15804,3528,433,74,0,1,2,45,"MIT License",false,"master",true,[25,26,27],"hexo","hexo-theme","theme-next","2026-06-12 02:00:48","\u003Ch1 align=\"center\">This repository is no longer maintained! :warning:\u003C\u002Fh1>\n\u003Ch2 align=\"center\">The community-maintained version is here: \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftheme-next\u002Fhexo-theme-next\">NexT v6 and v7 :triangular_flag_on_post:\u003C\u002Fa>\u003C\u002Fh2>\n\n\u003Ch1 align=\"center\">NexT\u003C\u002Fh1>\n\n\u003Cp align=\"center\">NexT is a high quality elegant \u003Ca href=\"http:\u002F\u002Fhexo.io\">Hexo\u003C\u002Fa> theme. It is crafted from scratch, with love.\u003C\u002Fp>\n\n[![gitter-image]][gitter-url]\n[![mnt-image]](https:\u002F\u002Fgithub.com\u002Ftheme-next\u002Fhexo-theme-next)\n[![travis-image]][travis-url]\n[![rel-image]][releases-url]\n[![hexo-image]][hexo-url]\n[![lic-image]](LICENSE)\n\n* [Chinese Documentation](README.cn.md)\n\n## Live Preview\n\n* :heart_decoration: Muse scheme: [LEAFERx](https:\u002F\u002Fleaferx.online) | [XiaMo](https:\u002F\u002Fnotes.wanghao.work) | [OAwan](https:\u002F\u002Foawan.me)\n* :six_pointed_star: Mist scheme: [Jeff](https:\u002F\u002Fblog.zzbd.org) | [uchuhimo](http:\u002F\u002Fuchuhimo.me) | [xirong](http:\u002F\u002Fwww.ixirong.com)\n* :pisces: Pisces scheme: [Vi](http:\u002F\u002Fnotes.iissnan.com) | [Acris](https:\u002F\u002Facris.me) | [Rainy](https:\u002F\u002Frainylog.com)\n* :gemini: Gemini scheme: [Ivan.Nginx](https:\u002F\u002Falmostover.ru) | [Raincal](https:\u002F\u002Fraincal.com) | [Dandy](https:\u002F\u002Fdandyxu.me)\n\nMore NexT examples [here](https:\u002F\u002Fgithub.com\u002Fiissnan\u002Fhexo-theme-next\u002Fissues\u002F119).\n\n## Installation\n\n**1.** Change dir to **hexo root** directory. There must be `node_modules`, `source`, `themes` and other directories:\n   ```sh\n   $ cd hexo\n   $ ls\n   _config.yml  node_modules  package.json  public  scaffolds  source  themes\n   ```\n\n**2.** Get theme from GitHub. There are several variants to do it:\n\n### Download [latest release version][releases-latest-url].\n   At most cases **stable**. Recommended for most users.\n\n   [![curl-tar-wget-image]][curl-tar-wget-url]\n\n   ```sh\n   $ mkdir themes\u002Fnext\n   $ curl -s https:\u002F\u002Fapi.github.com\u002Frepos\u002Fiissnan\u002Fhexo-theme-next\u002Freleases\u002Flatest | grep tarball_url | cut -d '\"' -f 4 | wget -i - -O- | tar -zx -C themes\u002Fnext --strip-components=1\n   ```\n\n### Download [tagged release version][releases-url].\n   You must define version. Replace `v5.1.2` with any version from [tags list][tags-url].\n\n   [![curl-tar-image]][curl-tar-url]\n\n   ```sh\n   $ mkdir themes\u002Fnext\n   $ curl -L https:\u002F\u002Fapi.github.com\u002Frepos\u002Fiissnan\u002Fhexo-theme-next\u002Ftarball\u002Fv5.1.2 | tar -zxv -C themes\u002Fnext --strip-components=1\n   ```\n\n   [![git-image]][git-url]\n\n   ```sh\n   $ git clone --branch v5.1.2 https:\u002F\u002Fgithub.com\u002Fiissnan\u002Fhexo-theme-next themes\u002Fnext\n   ```\n\n### Download [latest master branch][download-latest-url].\n   May be **unstable**, but includes latest features. Recommended for developers.\n\n   [![curl-tar-image]][curl-tar-url]\n\n   ```sh\n   $ mkdir themes\u002Fnext\n   $ curl -L https:\u002F\u002Fapi.github.com\u002Frepos\u002Fiissnan\u002Fhexo-theme-next\u002Ftarball | tar -zxv -C themes\u002Fnext --strip-components=1\n   ```\n\n   [![git-image]][git-url]\n\n   ```sh\n   $ git clone https:\u002F\u002Fgithub.com\u002Fiissnan\u002Fhexo-theme-next themes\u002Fnext\n   ```\n\n   Clone command will give you the **whole repository**. And in any time you can switch to any tagged release.\\\n   Get tags list:\n\n   ```sh\n   $ cd themes\u002Fnext\n   $ git tag -l\n   …\n   v5.0.0\n   v5.0.1\n   v5.1.0\n   v5.1.1\n   v5.1.2\n   ```\n\n   For example, you want to switch on `v5.1.0` [tagged release version][tags-url]. Input the following command:\n\n   ```sh\n   $ git checkout tags\u002Fv5.1.0\n   Note: checking out 'tags\u002Fv5.1.0'.\n   …\n   HEAD now on 1f72f68... CSS: Remove global list-style setting of ul\n   ```\n\n   And if you want to switch back on [master branch][commits-url], input this command:\n\n   ```sh\n   $ git checkout master\n   ```\n\n**3.** Set theme in main **hexo root config** `_config.yml` file:\n\n    theme: next\n\n### Bugs\nFor those who also encounter **Error: Cannot find module 'hexo-util'** [issue](https:\u002F\u002Fgithub.com\u002Fiissnan\u002Fhexo-theme-next\u002Fissues\u002F1490), please check your NPM version.\n\n- `> 3`: Still not work. Please remove `node_modules` directory and reinstall using `npm install`.\n- `\u003C 3`: Please add `hexo-util` explicitly via `npm install --save-dev hexo-util` to you site package deps.\n\n## Update\n\n```sh\n$ cd themes\u002Fnext\n$ git pull\n```\n\n### Bugs\n\n> Commit your changes or stash them before you can merge\n\nYou must Commit, Stash or Discard local changes. See [here](https:\u002F\u002Fstackoverflow.com\u002Fa\u002F15745424\u002F5861495) how to do it.\n\n### Theme configurations using Hexo data files ([#328](https:\u002F\u002Fgithub.com\u002Fiissnan\u002Fhexo-theme-next\u002Fissues\u002F328))\n\nCurrently, it is not smooth to update NexT theme from pulling or downloading new releases. It is quite often running into conflict status when updating NexT theme via `git pull`, or need to merge configurations manually when upgrading to new releases.\n\n At present, NexT encourages users to store some options in site's `_config.yml` and other options in theme's `_config.yml`. This approach is applicable, but has some drawbacks:\n1. Configurations are splited into two pieces\n2. Users maybe confuse which place should be for options\n\nIn order to resolve this issue, NexT will take advantage of Hexo [Data files](https:\u002F\u002Fhexo.io\u002Fdocs\u002Fdata-files.html). Because Data files is introduced in Hexo 3, so you need upgrade Hexo to 3.0 (or above) to use this feature.\n\nIf you prefer Hexo 2.x, you can still use the old approach for configurations. NexT is still compatible with Hexo 2.x.\n\n#### Benefits\n\nWith this feature, now you can put all your configurations into one place (`source\u002F_data\u002Fnext.yml`), you don't need to touch `next\u002F_config.yml`. If there are any new options in new releases, you just need to copy those options from `next\u002F_config.yml`, paste into `_data\u002Fnext.yml` and set their values to whatever you want.\n\n#### How to use this feature\n\n1. Please ensure you are using Hexo 3 (or above)\n2. Create an file named `next.yml` in site's `source\u002F_data` directory (create `_data` directory if it did not exist)\n3. Copy NexT theme options both in site's `_config.yml` and theme's `_config.yml` into `next.yml`.\n4. Use `--config source\u002F_data\u002Fnext.yml` parameter to start server, generate or deploy.\\\n   For example: `hexo clean --config source\u002F_data\u002Fnext.yml && hexo g --config source\u002F_data\u002Fnext.yml`.\n\n## Features\n\n### Multiple languages support, including:\n:cn: Simplified Chinese & Traditional Chinese.\u003Cbr>\n:us: English\u003Cbr>\n:ru: Russian\u003Cbr>\n:fr: French\u003Cbr>\n:de: German\u003Cbr>\n:jp: Japanese\u003Cbr>\n:indonesia: Indonesian\u003Cbr>\n:portugal: Portuguese (Brazil)\u003Cbr>\n:kr: Korean\u003Cbr>\n:it: Italian\u003Cbr>\n:netherlands: Dutch\u003Cbr>\n:vietnam: Vietnamese\n\nDefault language is English.\n\n```yml\nlanguage: en\n# language: zh-Hans\n# language: zh-hk\n# language: zh-tw\n# language: ru\n# language: fr-FR\n# language: de\n# language: ja\n# language: id\n# language: pt\n# language: pt-BR\n# language: ko\n# language: it\n# language: nl-NL\n# language: vi\n```\n\nSet `language` field as following in site `_config.yml` to change to Chinese.\n\n```yml\nlanguage: zh-Hans\n```\n\n### Comment support.\n\nNexT has native support for `DuoShuo` and `Disqus` comment systems.\n\nAdd the following snippets to your `_config.yml`:\n\n```yml\nduoshuo:\n  enable: true\n  shortname: your-duoshuo-shortname\n```\n\nOR\n\n```yml\ndisqus_shortname: your-disqus-shortname\n```\n\n### Tags page.\n\n> Add a tags page contains all tags in your site.\n\n- Create a page named `tags`\n\n        hexo new page \"tags\"\n\n- Edit tags page, set page type to `tags`.\n\n        title: All tags\n        date: 2014-12-22 12:39:04\n        type: \"tags\"\n\n- Add `tags` to theme `_config.yml`:\n\n        menu:\n          home: \u002F\n          archives: \u002Farchives\n          tags: \u002Ftags\n\n### Categories page.\n\n> Add a categories page contains all categories in your site.\n\n- Create a page named `categories`\n\n        hexo new page \"categories\"\n\n- Edit categories page, set page type to `categories`.\n\n        title: All categories\n        date: 2014-12-22 12:39:04\n        type: \"categories\"\n\n- Add `categories` to theme `_config.yml`:\n\n        menu:\n          home: \u002F\n          archives: \u002Farchives\n          categories: \u002Fcategories\n\n### Social Media\n\nNexT can automatically add links to your Social Media accounts:\n\n```yml\nsocial:\n  GitHub: your-github-url\n  Twitter: your-twitter-url\n  Weibo: your-weibo-url\n  DouBan: your-douban-url\n  ZhiHu: your-zhihu-url\n```\n\n### Feed link.\n\n> Show a feed link.\n\nSet `rss` field in theme's `_config.yml`, as the following value:\n\n1. `rss: false` will totally disable feed link.\n2. `rss:  ` use sites' feed link. This is the default option.\n\n    Follow the installation instruction in the plugin's README. After the configuration is done for this plugin, the feed link is ready too.\n\n3. `rss: http:\u002F\u002Fyour-feed-url` set specific feed link.\n\n### Up to 5 code highlight themes built-in.\n\nNexT uses [Tomorrow Theme](https:\u002F\u002Fgithub.com\u002Fchriskempson\u002Ftomorrow-theme) with 5 themes for you to choose from.\nNext use `normal` by default. Have a preview about `normal` and `night`:\n\n![Tomorrow Normal Preview](http:\u002F\u002Fiissnan.com\u002Fnexus\u002Fnext\u002Ftomorrow-normal.png)\n![Tomorrow Night Preview](http:\u002F\u002Fiissnan.com\u002Fnexus\u002Fnext\u002Ftomorrow-night.png)\n\nHead over to [Tomorrow Theme](https:\u002F\u002Fgithub.com\u002Fchriskempson\u002Ftomorrow-theme) for more details.\n\n## Configuration\n\nNexT comes with few configurations.\n\n```yml\n\n# Menu configuration.\nmenu:\n  home: \u002F\n  archives: \u002Farchives\n\n# Favicon\nfavicon: \u002Ffavicon.ico\n\n# Avatar (put the image into next\u002Fsource\u002Fimages\u002F)\n# can be any image format supported by web browsers (JPEG,PNG,GIF,SVG,..)\navatar: \u002Fdefault_avatar.png\n\n# Code highlight theme\n# available: normal | night | night eighties | night blue | night bright\nhighlight_theme: normal\n\n# Fancybox for image gallery\nfancybox: true\n\n# Specify the date when the site was setup\nsince: 2013\n\n```\n\n## Browser support\n\n![browser-image]\n\n[![Browser Stack](.github\u002Fbrowserstack_logo.png)](https:\u002F\u002Fwww.browserstack.com\u002F)\n>**BrowserStack** is a cloud-based cross-browser testing tool that enables developers to test their websites across various browsers on different operating systems and mobile devices, without requiring users to install virtual machines, devices or emulators.\n\n## Contributing\n\nContribution is welcome, feel free to open an issue and fork. Waiting for your pull request.\n\u003C!--\n[![hexo-image]][hexo-url]\n[![bower-image]][bower-url]\n[![jquery-image]][jquery-url]\n\n[hexo-image]: http:\u002F\u002Fimg.shields.io\u002Fbadge\u002FHexo-2.4+-2BAF2B.svg?style=flat-square\n[hexo-url]: http:\u002F\u002Fhexo.io\n[bower-image]: http:\u002F\u002Fimg.shields.io\u002Fbadge\u002FBower-*-2BAF2B.svg?style=flat-square\n[bower-url]: http:\u002F\u002Fbower.io\n[jquery-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fjquery-1.9-blue.svg?style=flat-square\n[jquery-url]: http:\u002F\u002Fjquery.com\u002F\n-->\n\n[browser-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fbrowser-%20chrome%20%7C%20firefox%20%7C%20opera%20%7C%20safari%20%7C%20ie%20%3E%3D%209-lightgrey.svg\n[browser-url]: https:\u002F\u002Fwww.browserstack.com\n\n[gitter-image]: https:\u002F\u002Fbadges.gitter.im\u002FJoin%20Chat.svg\n[gitter-url]: https:\u002F\u002Fgitter.im\u002Fiissnan\u002Fhexo-theme-next?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n\n[travis-image]: https:\u002F\u002Ftravis-ci.org\u002Fiissnan\u002Fhexo-theme-next.svg?branch=master\n[travis-url]: https:\u002F\u002Ftravis-ci.org\u002Fiissnan\u002Fhexo-theme-next?branch=master \"Travis CI\"\n\n[hexo-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fhexo-%3E%3D%203.0-blue.svg\n[hexo-url]: http:\u002F\u002Fhexo.io\n\n[mnt-image]: https:\u002F\u002Fimg.shields.io\u002Fmaintenance\u002Fyes\u002F2017.svg\n[rel-image]: https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Frelease\u002Fiissnan\u002Fhexo-theme-next.svg\n\u003C!--[lic-image]: https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fl\u002Fhexo-theme-next.svg-->\n[lic-image]: https:\u002F\u002Fimg.shields.io\u002Fdub\u002Fl\u002Fvibe-d.svg\n\n[git-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Finstall%20with%20-git-blue.svg\n[curl-tar-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Finstall%20with%20-curl%20%7C%20tar-blue.svg\n[curl-tar-wget-image]: https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Finstall%20with%20-curl%20%7C%20tar%20%7C%20wget-blue.svg\n[git-url]: http:\u002F\u002Flmgtfy.com\u002F?q=linux+git+install\n[curl-tar-url]: http:\u002F\u002Flmgtfy.com\u002F?q=linux+curl+tar+install\n[curl-tar-wget-url]: http:\u002F\u002Flmgtfy.com\u002F?q=linux+curl+tar+wget+install\n\n[download-latest-url]: https:\u002F\u002Fgithub.com\u002Fiissnan\u002Fhexo-theme-next\u002Farchive\u002Fmaster.zip\n[releases-latest-url]: https:\u002F\u002Fgithub.com\u002Fiissnan\u002Fhexo-theme-next\u002Freleases\u002Flatest\n[releases-url]: https:\u002F\u002Fgithub.com\u002Fiissnan\u002Fhexo-theme-next\u002Freleases\n[tags-url]: https:\u002F\u002Fgithub.com\u002Fiissnan\u002Fhexo-theme-next\u002Ftags\n[commits-url]: https:\u002F\u002Fgithub.com\u002Fiissnan\u002Fhexo-theme-next\u002Fcommits\u002Fmaster\n","NexT 是一个为 Hexo 博客系统设计的高质量优雅主题。它从零开始精心打造，提供多种风格方案（如Muse、Mist、Pisces和Gemini），支持响应式布局，具备强大的自定义能力，包括颜色、字体、布局等方面的调整，并且内置了丰富的插件以增强功能性和用户体验。NexT 适合追求美观与个性化博客界面的开发者或博主使用，在保持简洁的同时也提供了足够的灵活性来满足不同用户的需求。虽然原项目已不再维护，但社区维护版本仍在持续更新中。","2026-06-11 02:53:23","top_language"]