Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
* Change: terms-cloud max font size to 1.4 rem
* Fix: site search url from absLangURL to relLangURL
  • Loading branch information
kaiiiz committed Feb 25, 2022
2 parents 59c4506 + c997714 commit 962f1c2
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions exampleSite/content/en/about/timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gallery_statistic:
value: '*value3*'
---

* 2022/02/25 - v0.9.1 release
* 2022/01/31 - v0.9.0 release
* 2021/07/29 - v0.8.0 release
* 2021/07/08 - v0.7.1 release
Expand Down
5 changes: 5 additions & 0 deletions exampleSite/content/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ toc: false

## Changelog

### v0.9.1 - 2022/02/25

* Change: set terms-cloud max font size to 1.4 rem
* Fix: site search url from absLangURL to relLangURL

### v0.9.0 - 2022/01/31

* Improve: search implementation
Expand Down
2 changes: 2 additions & 0 deletions exampleSite/content/zh-tw/about/timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ gallery_statistic:
value: '*value3*'
---

* 2022/02/25 - v0.9.1 release
* 2022/01/31 - v0.9.0 release
* 2021/07/29 - v0.8.0 release
* 2021/07/08 - v0.7.1 release
* 2021/06/24 - v0.7.0 release
Expand Down
5 changes: 5 additions & 0 deletions exampleSite/content/zh-tw/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ toc: false

## Changelog

### v0.9.1 - 2022/02/25

* Change: set terms-cloud max font size to 1.4 rem
* Fix: site search url from absLangURL to relLangURL

### v0.9.0 - 2022/01/31

* Improve: search implementation
Expand Down
3 changes: 2 additions & 1 deletion exampleSite/hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@
"code-blocks",
"codepen",
"collapse_btn_changelogs",
"collapse_btn_toc",
"collapsible-changelogs",
"collapsible-menu",
"collapsible-table-of-contents",
Expand Down Expand Up @@ -373,6 +372,8 @@
"v070---20210624",
"v071---20210708",
"v080---20210729",
"v090---20220131",
"v091---20220225",
"vagus-elidunt",
"vimeo-simple-shortcode",
"weight",
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/resources/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{{/* Load Site Index Data (Multilingual) */}}
{{ if (.Scratch.Get "params").enableSiteSearch }}
{{ $target_path := printf "js/search-%s.js" .Site.LanguageCode }}
{{ $index_url := "index.json" | absLangURL }}
{{ $index_url := "index.json" | relLangURL }}
{{ $build_opts := dict "targetPath" $target_path "params" (dict "index_url" $index_url) }}
{{ $search_js := resources.Get "js/search.js" | js.Build $build_opts }}
{{- if hugo.IsProduction -}}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/terms-cloud.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ if . }}
{{ $fontSmall := 1 }}
{{ $fontBig := 2 }}
{{ $fontBig := 1.4 }}
{{ $termCount := slice }}

{{ range . }}
Expand Down
2 changes: 1 addition & 1 deletion package.hugo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-monochrome",
"version": "0.9.0",
"version": "0.9.1",
"description": "Monochrome is a clean, responsive, and programmer-friendly hugo theme",
"repository": "https://github.com/kaiiiz/hugo-theme-monochrome",
"author": "kaiiiz <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-monochrome",
"version": "0.9.0",
"version": "0.9.1",
"description": "Monochrome is a clean, responsive, and programmer-friendly hugo theme",
"repository": "https://github.com/kaiiiz/hugo-theme-monochrome",
"author": "kaiiiz <[email protected]>",
Expand Down

0 comments on commit 962f1c2

Please sign in to comment.