rainbowpigeon
51eb84391b
Fix 'undefined' href in search results without highlight
...
If enableSearchHighlight = false is set in params.toml,
populated search results will use the makeLi function to set href to obj.item.permalink as opposed to obj.item.uri when the makeHighlightLi function is used.
obj.item.permalink used will result in undefined attribute and invalid links.
2021-05-03 17:29:31 +08:00
zzossig
6258d4dde5
new param: searchThreshold
2021-04-21 03:53:59 +09:00
zzossig
272be8ac88
2 more search options: searchContent, searchDistance
2021-04-20 04:46:56 +09:00
zzossig
290800d19a
Support CJK header link
2020-12-12 01:19:44 +09:00
zzossig
20179cb2a2
netlify-form recaptcha, spam block added
2020-12-10 07:10:42 +09:00
zzossig
7c1c61b6bf
Netlify Form support
2020-12-10 06:42:20 +09:00
zzossig
9aeaa2389b
Merge pull request #353 from tabinurie/modtypo
...
modify typo
2020-12-09 05:18:18 +09:00
zzossig
621c83a392
fix long toc issue
2020-12-09 05:12:03 +09:00
zzossig
69e72bd144
d3-cloud added
2020-12-03 01:04:27 +09:00
zzossig
13e290e9dc
d3 support
2020-12-01 00:16:52 +09:00
tabinurie
d631046495
modify typo
2020-11-15 10:05:29 +09:00
tabinurie
fac34001fa
add pin icon
2020-11-14 17:11:47 +09:00
tabinurie
2e96cb4cf1
add option to change default emoji icon
2020-11-14 17:06:46 +09:00
tabinurie
d86ef73792
implement share button: delicious, feedly, google bookmark, hatena bookmark, pinterest, pocket
2020-11-14 12:54:49 +09:00
zzossig
d694f16750
about page support table, codeblock, clipboard
...
#345
2020-11-05 13:59:19 +09:00
Álvaro Salcedo García
08385c21f9
Language theme fix
2020-10-26 19:37:36 +01:00
zzossig
bdcf6190fb
theme name change bug fixed
...
#334
2020-10-26 11:17:37 +09:00
zzossig
ed920bdd6d
search bug fix
2020-10-26 01:02:28 +09:00
zzossig
5acd0525b6
offset an html anchor, anchor copy icon changed, footer links flex
2020-10-24 22:07:02 +09:00
zzossig
f09f6d8a1e
readme changed, fix some css
2020-10-20 22:51:02 +09:00
zzossig
11e7081662
gallery fixes, new params
...
gallery folder check logic added
fix #326
fix #317
appbarSearchIcon = true
appbarLangIcon = true
2020-10-16 12:04:47 +09:00
zzossig
0decc1bce4
js asset libraries version update, i18n options for theme-name, new header option
...
hideHomeHeaderWhenMobile option added
2020-10-12 14:08:21 +09:00
zzossig
4f3acae640
mathjax update to v3
2020-07-24 14:07:48 +09:00
zzossig
2b9fc0a292
Merge pull request #307 from joyqat/mathjax-v3-fix-scroll
...
Update to Mathjax v3, add x-scroll to long formula
2020-07-24 13:40:19 +09:00
zzossig
6e4765e10c
[new feature] type writer in home header
2020-07-24 13:15:31 +09:00
joyqat
960b108852
Mathjax: Fix clip due to font size
2020-07-24 10:54:27 +08:00
joyqat
4069de6423
Mathjax:
...
1. prevent clip due to x scroll
2. (IE support)add polyfill.js advised from mathjax
2020-07-24 10:09:48 +08:00
joyqat
91cf4b6be5
Mathjax v3
...
--------
1. update to mathjax 3
2. add scroll to long formula
2020-07-23 14:55:44 +08:00
Cody Clark
1f4059aba7
Removes extra slash (/)
...
The current link for the RSS feed link on the [Posts page](https://themes.gohugo.io//theme/hugo-theme-zzo/en/posts ) renders as `/theme/hugo-theme-zzo/en/posts**//**index.xml`. This was causing 404 errors when serving from a Google Cloud Storage bucket. This PR removes that extra slash (/) and fixed those errors for me on all pages with an RSS feed.
2020-07-06 21:25:26 -04:00
zzossig
6757d0f3b1
[bug fix] publication search
...
fixed where the search index couldn't be found
2020-07-01 06:00:37 +09:00
zzossig
6229f7fe20
[bug fix] cite.bib not found
...
fix #293 fix #295
2020-06-30 23:22:41 +09:00
zzossig
1afed103cc
Merge pull request #293 from rahatzamancse/fix-cite-bib
...
Fixed cite.bib not found
2020-06-30 23:09:20 +09:00
zzossig
5364fc098c
Merge pull request #295 from rahatzamancse/fix-empty-string-json
...
Fixed empty string parse error in meta_json_id.html
2020-06-30 22:10:37 +09:00
zzossig
80f1143d9b
[bug fix] search index
...
fix #292
2020-06-30 21:59:54 +09:00
Rahat Zaman
6af870a034
Fixed empty string parse error in meta_json_id.html
...
Hugo throws error while building if I do not give any description. Because the description were becoming only `"description": ,` which is invalid. FIxed it by wraping which will give `"description": "",` which is valid.
2020-06-30 12:31:29 +06:00
Rahat Zaman
ae319efe74
Fixed cite.bib not found
...
A problem was that, even there is cite.bib, it tells that there is no cite.bib. The reason was, the reference was to /en/en/... So I fixed it.
2020-06-29 22:58:16 +06:00
zzossig
6ae0e3a583
[bug fix] utterances default theme
...
fix #260
2020-06-11 15:14:08 +09:00
zzossig
59c481b068
[enhancement] Don't include fuse.js file when search diabled
...
fix #253
2020-06-11 14:07:09 +09:00
zzossig
7dff0a3f08
[bug fix] Don't initialize search when disabled
...
fix #253
2020-06-11 14:02:09 +09:00
zzossig
f321503b94
[bug fix] heavy search index
...
fix #251 #252
2020-06-11 13:40:36 +09:00
zzossig
ceef390579
[new config param] minItemsToShowInTagCloud
...
fix #242
2020-06-10 13:03:41 +09:00
zzossig
19551c536f
add utterances message
...
pull request #267
2020-06-10 12:09:24 +09:00
zzossig
da88040751
Merge pull request #272 from szpak/upstream/pinnedPoists
...
[new feature]Pinned posts
2020-06-10 11:18:58 +09:00
Marcin Zajączkowski
6f5b7d9f09
[ZZO] Pinned posts
2020-05-18 19:32:27 +02:00
Marcin Zajączkowski
fe24f78757
Message about ability to comment directly via GitHub
2020-05-05 15:21:27 +02:00
zzossig
4c77300eeb
twitterTimeline shortcode added
...
#240
2020-04-02 09:48:57 +09:00
Marcin Zajączkowski
f82edf80de
[ZZO] Add in post date/reading time
...
An icon in a separate row looks somehow odd.
Also increase spacing around · in the post view.
2020-03-11 22:52:34 +01:00
zzossig
cd19511550
[bug fix] support asian languages tags in single page
2020-03-11 12:29:38 +09:00
zzossig
7b53d1da6f
lastmod show only if diff with date, enableSidebarMenu skeleton complete
2020-03-11 10:50:07 +09:00
Marcin Zajączkowski
07846d91aa
[ZZO] Display modification date only if different than creation date
...
Also take into account .lastmod set in file, not only .GitInfo (which
still has precedence in default configuration).
2020-03-09 19:57:15 +01:00