summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml16
-rw-r--r--README.md6
-rw-r--r--README_CN.md6
3 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2433f6c..6050503 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,18 +1,22 @@
-name: Build Test
-on: [push, pull_request]
+name: build-test
+
+on:
+ - push
+ - pull_request
+
jobs:
build:
- name: Build
+ name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - name: Setup Hugo
+ - name: setup Hugo
uses: peaceiris/actions-hugo@v2
with:
- hugo-version: 'latest'
+ hugo-version: "latest"
- - name: Build
+ - name: build example
run: |
cd exampleSite
mkdir themes
diff --git a/README.md b/README.md
index c979609..66f630a 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,12 @@
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%20Test)
+![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)
[English](https://github.com/amzrk2/hugo-theme-fuji#readme) | [简体中文](https://github.com/amzrk2/hugo-theme-fuji/blob/master/README_CN.md)
-> I've built a brand new Hugo theme called [Aofuji](https://github.com/amzrk2/hugo-template-aofuji) for somewhat more experienced front end developers. It's **not a fully featured** theme but more like a template, and has a nice color palette inherited from Fuji and a modern card design, with a well-developed dark mode and a very detailed visual design.
-
-> You can preview and fork it here: [hugo-template-aofuji](https://github.com/amzrk2/hugo-template-aofuji), and here is an example of using this template on my new personal site: [DSRCA](https://github.com/amzrk2/dsr-ca).
+> 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)!
Supported languages: `cs`, `en`, `ja`, `nl`, `pt-pt`, `zh-hans`, `zh-hant`. Check the i18n folder to add more languages.
diff --git a/README_CN.md b/README_CN.md
index 2445a5e..abf4b0b 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -3,14 +3,12 @@
简单的 Hugo 主题,支持夜间模式,Markdown 样式来自 GitHub Primer。
![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%20Test)
+![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)
[English](https://github.com/amzrk2/hugo-theme-fuji#readme) | [简体中文](https://github.com/amzrk2/hugo-theme-fuji/blob/master/README_CN.md)
-> 我为略有经验的前端开发者们构建了一个名为 [Aofuji](https://github.com/amzrk2/hugo-template-aofuji) 的全新 Hugo 主题。它**不是一个功能完整的主题**而更像是个模板,它有继承于 Fuji 的优秀整体配色、现代卡片式设计以及完善的深色模式支持。
-
-> 你可以在这里预览并 fork 它:[hugo-template-aofuji](https://github.com/amzrk2/hugo-template-aofuji),以及这是我基于这个模板开发的全新个人站点,可以作为示例:[DSRCA](https://github.com/amzrk2/dsr-ca)。
+> 介绍一个全新的亮色 VSCode 主题 [Aofuji Light Theme](https://github.com/amzrk2/vscode-theme-aofuji),它的配色方案继承自 [Aofuji](https://github.com/amzrk2/hugo-template-aofuji)!
支持的 i18n 语言:`cs`, `en`, `ja`, `nl`, `pt-pt`, `zh-hans`, `zh-hant`。i18n 文件夹内为所有语言文件。