From cc72fc07751e1de493c1e9e7967feded794faa6b Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 7 May 2020 11:05:30 +0800 Subject: Update metadata --- README.md | 16 +++++++++------- package.json | 2 +- theme.toml | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a48e15e..0130d03 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A minimal Hugo theme inspired by Hexo theme [Murasaki](https://github.com/printe ## Live demos -[GitHub Pages Demo](https://amzrk2.cc/hugo-theme-fuji-demo/) | [My Blog](https://blog.amzrk2.cc/) +[GitHub Pages Demo (en)](https://amzrk2.cc/hugo-theme-fuji-demo/) | [My Blog (zh-Hans)](https://blog.amzrk2.cc/) ![Screenshot of the theme](https://raw.githubusercontent.com/amzrk2/hugo-theme-fuji/master/images/screenshot.png) @@ -87,14 +87,14 @@ $color-mute: #9EA1A3; // apply to sub-title and post metadata $color-spliter: #E5E2E4; // apply to divider and button background // font size list -$font-size-logo: 2.5em; // Logo Only -$font-size-l1: 1.75em; // Primer CSS H1 -$font-size-l2: 1.5em; // Primer CSS H2 -$font-size-l3: 1.25em; // Primer CSS H3 -$font-size-l4: 1em; // Primer CSS H4 & Normal Text +$font-size-logo: 2.5rem; // Logo Only +$font-size-l1: 1.75rem; // Primer CSS H1 +$font-size-l2: 1.5rem; // Primer CSS H2 +$font-size-l3: 1.25rem; // Primer CSS H3 +$font-size-l4: 1rem; // Primer CSS H4 & Normal Text // divider css -$spliter: 1px solid $color-spliter; +$spliter: 2px solid $color-spliter; // fixed-width container variables $container-width: 900px; @@ -137,4 +137,6 @@ The theme is released under the ```GNU General Public License v3.0```, for more ## Annotations +Thanks to [community contributors](https://github.com/amzrk2/hugo-theme-fuji/graphs/contributors) for great help. + Thanks to developers for creating Hugo, Primer CSS, Font Awesome, APlayer and Lazysizes with the awesome community around these project. diff --git a/package.json b/package.json index 4334f4d..5ca68f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-theme-fuji", - "version": "1.2.1", + "version": "1.2.2", "description": "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS.", "repository": { "type": "git", diff --git a/theme.toml b/theme.toml index 541b246..88241b4 100644 --- a/theme.toml +++ b/theme.toml @@ -4,7 +4,7 @@ name = "Fuji" license = "GPLv3" licenselink = "https://github.com/amzrk2/hugo-theme-fuji/blob/master/LICENSE" -description = "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS." +description = "A minimal Hugo theme powered by GitHub Primer CSS." homepage = "https://github.com/amzrk2/hugo-theme-fuji/" tags = ["blog", "minimal", "primer"] features = ["responsive"] -- cgit v1.2.3