-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
.github/ | ||
.husky/ | ||
.vscode/ | ||
i18n-settings | ||
i18n-settings/ | ||
node_modules/ | ||
screenshots/ | ||
src/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: theme.halo.run/v1alpha1 | ||
kind: Theme | ||
metadata: | ||
name: howiehz-higan | ||
spec: | ||
displayName: higan-HowieHz-Modified | ||
author: | ||
name: HowieHz | ||
website: https://howiehz.top | ||
description: "Life and death are for this shore, nirvana is for the other shore; suffering without joy is for this shore, no suffering and no joy is for the other shore... It represents the spiritual pursuit of all good things, and also represents the endless cycle of life and death, just as this theme is divided into black and white, yin and yang, towards death and rebirth." | ||
logo: /themes/howiehz-higan/assets/images/logo.png | ||
homepage: https://github.com/howiehz/halo-theme-higan-hz | ||
repo: https://github.com/howiehz/halo-theme-higan-hz.git | ||
issues: https://github.com/howiehz/halo-theme-higan-hz/issues | ||
settingName: howiehz-higan-setting | ||
configMapName: howiehz-higan-configmap | ||
version: 1.12.0 | ||
requires: ">=2.1.0" | ||
license: | ||
- name: "MIT" | ||
url: "https://github.com/howiehz/halo-theme-higan-hz/blob/main/LICENSE" |