Jane Theme V3 Major Update

Update Content

  • Use Pico CSS as the color scheme, allowing theme color switching and dark/light mode toggle.
  • Added STYLE SETTINGS, located at /assets/sass/_settings.scss .
  • Deprecated the Category page, merging it into the Archive page.

Please note that due to the extensive modifications, some areas may still need refinement. I appreciate your understanding!

Jane 主题 V3 大版本更新

更新内容

  • 使用 Pico CSS 作为配色方案,可切换主题颜色,可切换 dark / light 模式。
  • 添加 STYLE SETTINGS ,位于 /assets/sass/_settings.scss ;
  • 弃用 Category 页面,合并到 Archive 页面。

由于修改的地方比较多,还有很多地方不完善,请您谅解!

Jane 主题预览

主题预览,内容有待填充。

Jane Theme Preview

Markdown is created by Daring Fireball, the original guideline is here. Its syntax, however, varies between different parsers or editors.

Please note that HTML fragments in markdown source will be recognized but not parsed or rendered. Also, there may be small reformatting on the original markdown source code after saving.

How to Contribute

Contributing to Jane

There are many ways to contribute to the Jane theme: submitting pull requests, reporting issues, providing new translations, and creating suggestions.

Build and Run

If you want to understand how Jane works, you’ll want to get the source, build it, and run locally.

Getting the sources

git clone https://github.com/xianmin/hugo-theme-jane.git

Prerequisites

You need install the Hugo_extended version to use Hugo Pipes.

We recommend that you use VSCode. And if you edit .html files, recommend you install prettier and prettier-plugin-go-template globally . And open Prettier: Resolve Global Modules in your VSCode Settings.