Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
明日方舟罗德岛阵营的 Hexo 博客主题,支持数学公式、Mermaid 图表与六种评论系统。

Minimalistic dark mode blogging and portfolio template built with Next.js and TailwindCSS.

Free Bootstrap 4 multi-page news website template for online newspapers and magazines, featuring carousels, mega-menu, and ad placement.

Astro 6 starter for magazines and blogs with Sanity CMS, i18n (EN/UA), PWA, and 99+/100 Lighthouse scores.

A free, open-source Hugo blog theme ported from Rohan Chandra's Type theme, with Disqus, Google Analytics, and localization.
hexo-theme-arknights is a Rhodes Island–themed Hexo blog theme that generates static HTML sites from Markdown posts, with Arknights-inspired styling, LaTeX math rendering, Mermaid diagrams, and six pluggable comment systems.
hexo-theme-arknights is an open-source theme for the Hexo static site generator, designed to visually match the Rhodes Island faction from the game Arknights. It takes a standard Hexo project containing Markdown posts and front-matter, and outputs a fully static website with a sidebar, navigation menu, archives, and post pages. The theme is developed by Yue_plus with contributions from 18 listed contributors, and its source lives in the Yue-plus/hexo-theme-arknights GitHub repository.
The theme requires Node.js 16.13.x or newer, Hexo 6.0.0 or above, and hexo-cli 4.3.0 or newer. Templates are written in Pug and styles in Stylus, so you need to install hexo-renderer-pug as a dependency.
_config.arknights.yml.mermaid with version 8.13.5.post.count and post.time.source/css/ and JavaScript under source/js/, then load them through stylesheets and scripts in the theme config.search.enable to false.post-index, reward, and vercount to toggle sidebar TOC, donation boxes, and view counters per page; compile TypeScript in source/js/_src with tsc to modify behavior.build_time: true, and disable archive pagination by setting per_page: 0 in the main Hexo config.Installation follows a standard Hexo theme flow: clone the repository into themes/arknights, install dependencies including hexo-server, hexo-browsersync, and hexo-renderer-pug, then change theme to arknights in _config.yml. Users copy the theme's _config.yml to the site root as _config.arknights.yml and edit it to enable features. New pages are created with hexo new page 'about' and linked via the menu option.
The theme requires Node.js 16.13.x or newer, Hexo 6.0.0 or above, and hexo-cli 4.3.0 or newer. Users in mainland China are advised to install dependencies with cnpm using the npmmirror registry.
The theme supports six comment systems: Valine, Gitalk, Waline, Artalk, Utterances, and Giscus. Each is configured separately in _config.arknights.yml; Giscus, Utterances, and Gitalk require a public GitHub repo with the respective app installed.
You have two options. For static rendering, install hexo-filter-mathjax and add mathjax: true to a post's front-matter. For dynamic rendering, uninstall hexo-renderer-marked, install hexo-renderer-kramed, and set mathjax.enable: true in the theme config.
Run hexo new page 'about', edit the generated index.md under source/about/, then add an entry like About: /about under menu in _config.arknights.yml.
In the site's main _config.yml, find the per_page setting under # Pagination and change it to 0. This disables pagination entirely.
