summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDSRKafuU2020-06-13 00:45:30 +0800
committerGitHub2020-06-13 00:45:30 +0800
commit1a9b75fa6216334d0a9a1c379dba212888ce6f76 (patch)
tree7c2790788da7b3fd41a8775b058b62cff581be5f /README.md
parent1d734cd6b1566f5b99e3aafa389b0ff2f847b52c (diff)
parentd6a2a5d08804ce712185a41229d531a96d03fe95 (diff)
downloadhugo-theme-fuji-1a9b75fa6216334d0a9a1c379dba212888ce6f76.tar.gz
hugo-theme-fuji-1a9b75fa6216334d0a9a1c379dba212888ce6f76.tar.bz2
hugo-theme-fuji-1a9b75fa6216334d0a9a1c379dba212888ce6f76.zip
Merge pull request #29 from amzrk2/dev
Release v2.0.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 718030a..d8f4428 100644
--- a/README.md
+++ b/README.md
@@ -169,6 +169,7 @@ This will make the theme use Hugo Pipes provided by Hugo Extended Vesion to comp
```scss
$body-font: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', 'Helvetica', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Source Han Sans CN', 'Source Han Sans SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
$mono-font: 'Cascadia Code', 'SF Mono', 'Fira Code', 'Consolas', $body-font;
+$title-font: 'Product Sans', $body-font;
$body-font-size: 16px;
$light-color-primary: #8aa2d3; // https://irocore.com/aofuji/
@@ -190,7 +191,7 @@ $dark-color-bg: #2f3136; // Discord
$dark-color-codebg: #414449; // GitHub
```
-## ✏️ Report und contributing
+## ✏️ Issue und contributing
Note that to keep the `master` branch clean, the main development work is made under `dev` branch. Please set base branch to `dev`, then make commitment or pull request.