Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-27Merge pull request #336 from alvr/language_theme_fixzzossig
Language selector change theme fix
2020-10-26Language theme fixÁlvaro Salcedo García
2020-10-26theme name change bug fixedzzossig
#334
2020-10-25search bug fixzzossig
2020-10-24offset an html anchor, anchor copy icon changed, footer links flexzzossig
2020-10-20exampleSite updatezzossig
2020-10-20notice shortcode redesign, subtitle supportzzossig
2020-10-20Merge pull request #328 from pastalian/masterzzossig
Fix toc toggle bug
2020-10-20Merge pull request #329 from icf20/patch-2zzossig
Create es.toml
2020-10-20Merge pull request #330 from icf20/patch-1zzossig
simple subtitle
2020-10-20Merge pull request #331 from icf20/patch-3zzossig
Create ro.toml
2020-10-20Merge pull request #332 from icf20/patch-4zzossig
Create ca.toml
2020-10-20readme changed, fix some csszzossig
2020-10-20Create ca.tomlicf20
2020-10-20Create ro.tomlicf20
2020-10-20Create es.tomlicf20
2020-10-19simple subtitleicf20
:)
2020-10-19Improve DOM editingpastalian
2020-10-16gallery fixes, new paramszzossig
gallery folder check logic added fix #326 fix #317 appbarSearchIcon = true appbarLangIcon = true
2020-10-12js asset libraries version update, i18n options for theme-name, new header ↵zzossig
option hideHomeHeaderWhenMobile option added
2020-07-24mathjax update to v3zzossig
2020-07-24Merge pull request #307 from joyqat/mathjax-v3-fix-scrollzzossig
Update to Mathjax v3, add x-scroll to long formula
2020-07-24[new feature] type writer in home headerzzossig
2020-07-24Mathjax: Fix clip due to font sizejoyqat
2020-07-24Mathjax:joyqat
1. prevent clip due to x scroll 2. (IE support)add polyfill.js advised from mathjax
2020-07-23Mathjax v3joyqat
-------- 1. update to mathjax 3 2. add scroll to long formula
2020-07-19Merge pull request #302 from codyjtclark/patch-1zzossig
Removes extra slash (/)
2020-07-07Removes extra slash (/)Cody Clark
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-01[bug fix] publication searchzzossig
fixed where the search index couldn't be found
2020-06-30[bug fix] cite.bib not foundzzossig
fix #293 fix #295
2020-06-30Merge pull request #293 from rahatzamancse/fix-cite-bibzzossig
Fixed cite.bib not found
2020-06-30Merge pull request #295 from rahatzamancse/fix-empty-string-jsonzzossig
Fixed empty string parse error in meta_json_id.html
2020-06-30[bug fix] search indexzzossig
fix #292
2020-06-30Fixed empty string parse error in meta_json_id.htmlRahat Zaman
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-29Fixed cite.bib not foundRahat Zaman
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-12[style fix] delete margin in backtick codeblockzzossig
fix #266
2020-06-11[bug fix] utterances default themezzossig
fix #260
2020-06-11[enhancement] Don't include fuse.js file when search diabledzzossig
fix #253
2020-06-11[bug fix] Don't initialize search when disabledzzossig
fix #253
2020-06-11[bug fix] heavy search indexzzossig
fix #251 #252
2020-06-10update exampleSitezzossig
2020-06-10[UI bug fix] wrap many tagszzossig
fix #248
2020-06-10[new config param] minItemsToShowInTagCloudzzossig
fix #242
2020-06-10add utterances messagezzossig
pull request #267
2020-06-10Merge pull request #272 from szpak/upstream/pinnedPoistszzossig
[new feature]Pinned posts
2020-06-10Merge pull request #267 from szpak/upstream/utterancesDirectCommentszzossig
Message about ability to comment directly via GitHub for Utterances
2020-06-10Merge pull request #262 from helgrind/pgrid-item_media_query_fixzzossig
Update _publication.scss to fix bad initial layout on mobile
2020-06-10Merge pull request #254 from sim590/i18n-eozzossig
i18n/eo: fix bad fields (one in french and one missing plural)
2020-05-18[ZZO] Pinned postsMarcin Zajączkowski
2020-05-05Message about ability to comment directly via GitHubMarcin Zajączkowski