{"id":13426352,"url":"https://github.com/Simpleyyt/jekyll-theme-next","last_synced_at":"2025-03-15T21:31:08.715Z","repository":{"id":23042282,"uuid":"97926505","full_name":"Simpleyyt/jekyll-theme-next","owner":"Simpleyyt","description":"Elegant theme for Jekyll.","archived":false,"fork":false,"pushed_at":"2023-06-30T23:34:33.000Z","size":1387,"stargazers_count":801,"open_issues_count":48,"forks_count":749,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-03-11T06:07:31.852Z","etag":null,"topics":["blog","jekyll","next","theme"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Simpleyyt.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}},"created_at":"2017-07-21T08:44:59.000Z","updated_at":"2025-03-10T21:33:11.000Z","dependencies_parsed_at":"2024-01-16T22:52:17.003Z","dependency_job_id":null,"html_url":"https://github.com/Simpleyyt/jekyll-theme-next","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpleyyt%2Fjekyll-theme-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpleyyt%2Fjekyll-theme-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpleyyt%2Fjekyll-theme-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simpleyyt%2Fjekyll-theme-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simpleyyt","download_url":"https://codeload.github.com/Simpleyyt/jekyll-theme-next/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243792343,"owners_count":20348626,"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":["blog","jekyll","next","theme"],"created_at":"2024-07-31T00:01:32.544Z","updated_at":"2025-03-15T21:31:08.077Z","avatar_url":"https://github.com/Simpleyyt.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","NexT On Other Platforms"],"sub_categories":["NexT Plugins"],"readme":"# NexT\n\n\u003e NexT is a high quality elegant [Jekyll](https://jekyllrb.com) theme ported from [Hexo NexT](https://github.com/iissnan/hexo-theme-next). It is crafted from scratch, with love.\n\n\n * [Live Preview](http://simpleyyt.github.io/jekyll-theme-next/)\n * [Yitao's Blog](http://simpleyyt.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\nCheck whether you have `Ruby 2.1.0` or higher installed:\n\n```sh\nruby --version\n```\n\nInstall `Bundler`:\n\n```sh\ngem install bundler\n```\n\nClone NexT theme:\n\n```sh\ngit clone https://github.com/Simpleyyt/jekyll-theme-next.git\ncd jekyll-theme-next\n```\n\nInstall Jekyll and other dependencies from the GitHub Pages gem:\n\n```sh\nbundle install\n```\n\nRun your Jekyll site locally:\n\n```sh\nbundle exec jekyll server\n```\n\nMore Details：[Setting up your GitHub Pages site locally with Jekyll](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/)\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: 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_shortname: your-disqus-shortname\n```\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: /assets/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: /assets/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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSimpleyyt%2Fjekyll-theme-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSimpleyyt%2Fjekyll-theme-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSimpleyyt%2Fjekyll-theme-next/lists"}