diff options
author | DSRKafuU | 2020-06-13 00:45:30 +0800 |
---|---|---|
committer | GitHub | 2020-06-13 00:45:30 +0800 |
commit | 1a9b75fa6216334d0a9a1c379dba212888ce6f76 (patch) | |
tree | 7c2790788da7b3fd41a8775b058b62cff581be5f /README.md | |
parent | 1d734cd6b1566f5b99e3aafa389b0ff2f847b52c (diff) | |
parent | d6a2a5d08804ce712185a41229d531a96d03fe95 (diff) | |
download | hugo-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |