summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md39
1 files changed, 16 insertions, 23 deletions
diff --git a/README.md b/README.md
index 66f630a..671c6e5 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
Fuji is a minimal Hugo theme with full dark mode support and GitHub Primer markdown style.
-![GitHub release](https://img.shields.io/github/v/release/amzrk2/hugo-theme-fuji)
-![GitHub build status](https://img.shields.io/github/workflow/status/amzrk2/hugo-theme-fuji/build-test)
-![GitHub license](https://img.shields.io/github/license/amzrk2/hugo-theme-fuji)
+![GitHub release](https://img.shields.io/github/v/release/dsrkafuu/hugo-theme-fuji)
+![GitHub build status](https://img.shields.io/github/workflow/status/dsrkafuu/hugo-theme-fuji/build-test)
+![GitHub license](https://img.shields.io/github/license/dsrkafuu/hugo-theme-fuji)
-[English](https://github.com/amzrk2/hugo-theme-fuji#readme) | [简体中文](https://github.com/amzrk2/hugo-theme-fuji/blob/master/README_CN.md)
+[English](https://github.com/dsrkafuu/hugo-theme-fuji#readme) | [简体中文](https://github.com/dsrkafuu/hugo-theme-fuji/blob/master/README_CN.md)
-> Checkout the brand new [VSCode Aofuji Light Theme](https://github.com/amzrk2/vscode-theme-aofuji) which has similar color scheme to [Aofuji](https://github.com/amzrk2/hugo-template-aofuji)!
+> Checkout the brand new [VSCode Aofuji Light Theme](https://github.com/dsrkafuu/vscode-theme-aofuji) which has similar color scheme to [Aofuji](https://github.com/dsrkafuu/hugo-template-aofuji)!
Supported languages: `cs`, `en`, `ja`, `nl`, `pt-pt`, `zh-hans`, `zh-hant`. Check the i18n folder to add more languages.
@@ -35,7 +35,7 @@ Supported languages: `cs`, `en`, `ja`, `nl`, `pt-pt`, `zh-hans`, `zh-hant`. Chec
[**Live Demo (gohugo.io)**](https://themes.gohugo.io/theme/hugo-theme-fuji/)
-![Screenshot of Fuji](https://raw.githubusercontent.com/amzrk2/hugo-theme-fuji/master/images/screenshot.png)
+![Screenshot of Fuji](https://raw.githubusercontent.com/dsrkafuu/hugo-theme-fuji/master/images/screenshot.png)
## ❗ Notice
@@ -95,21 +95,14 @@ showComments = false # Do not show comments in this post
### 🎵 APlayer
-In-post APlayer supported, you can set these variables in post's front matter:
+In-post APlayer supported, you use the `aplayer` shortcode:
-```toml
-[[player]]
- playerName = "..." # Audio title or name
- playerArtist = "..." # Audio artist
- playerURL = "..." # Audio URL, support aac, mp3, wav and ogg
- playerCover = "..." # Audio cover
-[[player]]
- playerName = "..."
- playerArtist = "..."
- playerURL = "..."
- playerCover = "..."
+```txt
+{{< aplayer urls="/aplayer/fluid.mp3" names="Fluid" artists="Crowander" covers="/aplayer/crowander.jpg" >}}
```
+Checkout the `exampleSite/content/post/aplayer-test.md` for more example usage such as using multiple files.
+
### 📐 Render LaTeX with KaTex
You can write LaTeX directly in markdown with escape characters:
@@ -255,13 +248,13 @@ To override SCSS rules, create `[SITEROOT]/assets/scss/_custom_rules.scss`. This
## ✏️ Issue und contributing
-Feel free to use the [issue tracker](https://github.com/amzrk2/hugo-theme-fuji/issues). The theme has only been fully tested on Firefox, so if there are some problems when accessing with Chrome or others please also report an issue.
+Feel free to use the [issue tracker](https://github.com/dsrkafuu/hugo-theme-fuji/issues). The theme has only been fully tested on Firefox, so if there are some problems when accessing with Chrome or others please also report an issue.
## 📝 License
-<img align="right" alt="FOSSA" src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Famzrk2%2Fhugo-theme-fuji.svg?type=large" />
+<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fdsrkafuu%2Fhugo-theme-fuji?ref=badge_large" alt="FOSSA Status"><img align="right" src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdsrkafuu%2Fhugo-theme-fuji.svg?type=large"/></a>
-The theme is released under the `Apache License 2.0`, for more information read the [License](https://github.com/amzrk2/hugo-theme-fuji/blob/master/LICENSE).
+The theme is released under the `Apache License 2.0`, for more information read the [License](https://github.com/dsrkafuu/hugo-theme-fuji/blob/master/LICENSE).
- [Primer CSS - MIT](https://github.com/primer/css/blob/master/LICENSE)
- [APlayer - MIT](https://github.com/MoePlayer/APlayer/blob/master/LICENSE)
@@ -272,10 +265,10 @@ The theme is released under the `Apache License 2.0`, for more information read
- [cloudflare-workers-async-google-analytics - MIT](https://github.com/SukkaW/cloudflare-workers-async-google-analytics/blob/master/LICENSE)
- [art-template - MIT](https://github.com/aui/art-template/blob/master/LICENSE)
-**Copyright © 2020-present DSRKafuU <https://amzrk2.cc/>**
+**Copyright © 2019-present DSRKafuU <https://dsrkafuu.su/>**
## 🤝 Annotations
-Thanks to [community contributors](https://github.com/amzrk2/hugo-theme-fuji/graphs/contributors) for great help.
+Thanks to [community contributors](https://github.com/dsrkafuu/hugo-theme-fuji/graphs/contributors) for great help.
Learned a lot in [Sukka's Blog](https://blog.skk.moe/).