diff options
author | amzrk2 | 2020-05-07 11:05:30 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-07 11:05:30 +0800 |
commit | cc72fc07751e1de493c1e9e7967feded794faa6b (patch) | |
tree | d517dcdb764b6e7f80a45cc3501417878240654c | |
parent | 4ece477b75d05cbff71ecbd8789313a81413e52d (diff) | |
download | hugo-theme-fuji-cc72fc07751e1de493c1e9e7967feded794faa6b.tar.gz hugo-theme-fuji-cc72fc07751e1de493c1e9e7967feded794faa6b.tar.bz2 hugo-theme-fuji-cc72fc07751e1de493c1e9e7967feded794faa6b.zip |
Update metadata
-rw-r--r-- | README.md | 16 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | theme.toml | 2 |
3 files changed, 11 insertions, 9 deletions
@@ -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/)  @@ -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", @@ -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"] |