Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Seje (寫嘢) is a feature-rich Hexo blog theme with podcast, dark mode, Chinese dates, and Disqus; now deprecated in favor of Seje2.
Seje (寫嘢) is a Hexo blog theme that turns markdown posts into a styled website with podcast support, dark mode, and Chinese-locale features; it is deprecated in favor of Seje2.
Seje is a theme for the Hexo static site generator, designed to convert Hexo-generated markdown content into a styled blog website. It is authored by GitHub user eatradish and distributed as a Git submodule from the eatradish/Seje repository. The project is explicitly deprecated; the maintainer directs all users to the successor theme Seje2 for continued updates.
podcast, add media and duration fields, and embed episodes using the provided pod player tag.always_darkmode: true, or disabled entirely with darkmode: false.to_chinese_date: false to switch to the standard 2021/11/08 format.highlight module (requires hljs: true) or PrismJS, configured through the Hexo _config.yml.disqus_shortname in theme_config to enable Disqus on posts.fonts.loli.net), and CSS-like custom font stacks are all configurable, plus a vertical: true layout switch.excerpt.podcast category and media, duration, and image front-matter, then using the pod player tag.Installation is done by adding the theme as a Git submodule in your Hexo directory (git submodule add https://github.com/eatradish/Seje.git themes/Seje), then setting theme: Seje in your _config.yml. After that, any option you configure under theme_config in _config.yml controls the theme's behavior.
Seje is a public theme repository on GitHub, and no price is mentioned anywhere in its documentation. Since it's distributed as a Git submodule and the repo is publicly accessible, it is effectively free to use under the terms of its repository.
No. The project README states that Seje is deprecated, and the maintainer explicitly asks users to switch to Seje2. Bug fixes and new features are no longer expected for Seje.
Install the hexo-generator-podcast plugin with Yarn, configure a podcast block in your Hexo _config.yml (including type, path, and URL), set theme_config.podcast: true, then create a post with category podcast and front-matter fields for media, type, length, and duration. Use the podplayer tag to embed the player.
By default Seje displays dates in Chinese numerals, e.g. 二〇二一年十一月八日. To switch to the standard numeric format, set to_chinese_date: false in your theme_config.
Yes. To use PrismJS instead of the default Hexo highlighter, disable Hexo's highlight and enable prismjs with preprocess: true and optional line_number settings in your _config.yml.