{"id":15881478,"url":"https://github.com/hackjutsu/hexo-theme-next-lean","last_synced_at":"2025-07-31T19:03:57.841Z","repository":{"id":83185221,"uuid":"73989387","full_name":"hackjutsu/hexo-theme-next-lean","owner":"hackjutsu","description":"A leaner design for hexo-next theme.","archived":false,"fork":false,"pushed_at":"2017-01-23T07:58:01.000Z","size":451,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T20:16:05.074Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hackjutsu.com/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackjutsu.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-17T04:12:13.000Z","updated_at":"2016-11-17T06:18:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"35f4c231-dce4-410a-afa2-da2e37cbb913","html_url":"https://github.com/hackjutsu/hexo-theme-next-lean","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"591ac506248923331bf37717f3d60390a0067c0c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2Fhexo-theme-next-lean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2Fhexo-theme-next-lean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2Fhexo-theme-next-lean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2Fhexo-theme-next-lean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackjutsu","download_url":"https://codeload.github.com/hackjutsu/hexo-theme-next-lean/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246763844,"owners_count":20829798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-06T03:41:48.642Z","updated_at":"2025-04-02T05:42:17.157Z","avatar_url":"https://github.com/hackjutsu.png","language":"CSS","readme":"# NexT\n\n\u003e NexT is a high quality elegant [Hexo](http://hexo.io) theme. It is crafted from scratch, with love.\n\n\n[Live Preview](http://notes.iissnan.com)\n\n## Screenshots\n\n* Desktop\n![Desktop Preview](http://iissnan.com/nexus/next/desktop-preview.png)\n\n* Sidebar\n\n![Desktop Sidebar Preview](http://iissnan.com/nexus/next/desktop-sidebar-preview.png)\n\n* Sidebar (Post details page)\n\n![Desktop Sidebar Preview](http://iissnan.com/nexus/next/desktop-sidebar-toc.png)\n\n* Mobile\n\n![Mobile Preview](http://iissnan.com/nexus/next/mobile.png)\n\n\n## Installation\n\n1. Get it from GitHub\n\n        $ git clone https://github.com/iissnan/hexo-theme-next themes/next\n\n2. Add it to `_config.yml`\n\n        theme: next\n\n\n## Update\n\n```shell\ncd theme/next\ngit pull\n```\n\n## Features\n\n### Multiple languages support, including: English / Russian / French / German / Simplified Chinese / Traditional Chinese.\n\nDefault language is English.\n\n```yml\nlanguage: en\n# language: zh-Hans\n# language: fr-FR\n# language: zh-hk\n# language: zh-tw\n# language: ru\n# language: ru\n# language: de\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:\n   enable: true\n   shortname: your-disqus-shortname\n```\n\n### Tags page.\n\n\u003e 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: /\n          archives: /archives\n          tags: /tags\n          \n### Categories page.\n\n\u003e 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: /\n          archives: /archives\n          categories: /categories\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\u003e 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://your-feed-url` set specific feed link.\n\n### Up to 5 code highlight themes built-in.\n\nNexT uses [Tomorrow Theme](https://github.com/chriskempson/tomorrow-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://iissnan.com/nexus/next/tomorrow-normal.png)\n![Tomorrow Night Preview](http://iissnan.com/nexus/next/tomorrow-night.png)\n\nHead over to [Tomorrow Theme](https://github.com/chriskempson/tomorrow-theme) for more details.\n\n## Configuration\n\nNexT comes with few configurations.\n\n```yml\n\n# Menu configuration.\nmenu:\n  home: /\n  archives: /archives\n\n# Favicon\nfavicon: /favicon.ico\n\n# Avatar (put the image into next/source/images/)\n# can be any image format supported by web browsers (JPEG,PNG,GIF,SVG,..)\navatar: /default_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 support](http://iissnan.com/nexus/next/browser-support.png)\n\n\n## Contributing\n\nContribution is welcome, feel free to open an issue and fork. Waiting for your pull request.\n\n[![hexo-image]][hexo-url]\n[![bower-image]][bower-url]\n[![jquery-image]][jquery-url]\n\n[hexo-image]: http://img.shields.io/badge/Hexo-2.4+-2BAF2B.svg?style=flat-square\n[hexo-url]: http://hexo.io\n[bower-image]: http://img.shields.io/badge/Bower-*-2BAF2B.svg?style=flat-square\n[bower-url]: http://bower.io\n[jquery-image]: https://img.shields.io/badge/jquery-1.9-blue.svg?style=flat-square\n[jquery-url]: http://jquery.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackjutsu%2Fhexo-theme-next-lean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackjutsu%2Fhexo-theme-next-lean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackjutsu%2Fhexo-theme-next-lean/lists"}